QCLinearAlgebra Class Reference

Class designed to contain the Linear Algebra Operations required for numerical calculations. More...

#include <qclinearalgebra.h>

List of all members.

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.


Detailed Description

Class designed to contain the Linear Algebra Operations required for numerical calculations.

Author:
Shekhar S. Chandra

Definition at line 37 of file qclinearalgebra.h.


The documentation for this class was generated from the following files:
Generated on Sat May 13 13:22:50 2006 for Quantum Construct (qC++) by  doxygen 1.4.6-NO