Class hierarchy Compound list File list Compound Members File Members Related Pages Examples
ludcmp.h File Reference
This file contains global functions relating to the LU matrix decomposition. It contains functions for performing the LU decomposition, inverting a matrix, and solving a system of linear equations. More...
Functions
- void ludcmp (MAT &, int, baseVector<int> &, REAL &)
- void lubksb (MAT &, int, const baseVector<int> &, VEC &)
- void invertMatrix (MAT &, MAT &, int)
- void solveLinearEq (MAT &a, VEC &b, int n)
- void solveLinearEq2 (MAT &a, MAT &b, int n)
Detailed Description
This file contains global functions relating to the LU matrix decomposition. It contains functions for performing the LU decomposition, inverting a matrix, and solving a system of linear equations.
Generated at Sat Oct 16 03:55:28 1999 for Computing Invariant Manifolds Library by
written by Dimitri van Heesch, © 1997-1998