Cantera
3.0.0
|
Declarations for the class BandMatrix which is a child class of GeneralMatrix for banded matrices handled by solvers (see class Numerical Utilities and BandMatrix). More...
#include "GeneralMatrix.h"
Declarations for the class BandMatrix which is a child class of GeneralMatrix for banded matrices handled by solvers (see class Numerical Utilities and BandMatrix).
Definition in file BandMatrix.h.
Go to the source code of this file.
Classes | |
class | BandMatrix |
A class for banded matrices, involving matrix inversion processes. More... | |
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
ostream & | operator<< (std::ostream &s, const BandMatrix &m) |
Utility routine to print out the matrix. | |