Cantera
2.0
|
Declarations for the class BandMatrix which is a child class of GeneralMatrix for banded matrices handled by solvers (see class Numerical Utilities within Cantera and BandMatrix). More...
#include "cantera/base/ct_defs.h"
#include "ctlapack.h"
#include "cantera/base/utilities.h"
#include "cantera/base/ctexceptions.h"
#include "GeneralMatrix.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 |
Provides class Nucleus. | |
Functions | |
ostream & | operator<< (std::ostream &s, const BandMatrix &m) |
Utility routine to print out the matrix. | |
Declarations for the class BandMatrix which is a child class of GeneralMatrix for banded matrices handled by solvers (see class Numerical Utilities within Cantera and BandMatrix).
Definition in file BandMatrix.h.