#include <qclinearalgebra.h>
Public Member Functions | |
| void | solveTridiagonal (Array< parameterType, 1 > &a, Array< parameterType, 1 > &b, Array< parameterType, 1 > &c, Array< parameterType, 1 > &unknowns, Array< parameterType, 1 > &knowns) |
| Tridiagonal Solver (required for Implicit numerical methods) with arguments of BLITZ++ Arrays. NR Algorithm. | |
| void | solveTridiagonal (Array< complexType, 1 > &a, Array< complexType, 1 > &b, Array< complexType, 1 > &c, Array< complexType, 1 > &unknowns, Array< complexType, 1 > &knowns) |
| Tridiagonal Solver (required for Implicit numerical methods) with arguments of BLITZ++ Arrays. NR Algorithm. | |
| void | solveTridiagonal2 (Array< complexType, 1 > &a, Array< complexType, 1 > &b, Array< complexType, 1 > &c, Array< complexType, 1 > &unknowns, Array< complexType, 1 > &knowns) |
| Tridiagonal Solver (required for Implicit numerical methods) with arguments of BLITZ++ Arrays. Another Alorithm. | |
Constructors | |
| QCLinearAlgebra () | |
| Standard Constructor. | |
| ~QCLinearAlgebra () | |
| Standard Destructor. | |
Definition at line 37 of file qclinearalgebra.h.
1.4.6-NO