Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
numerics.h
1 #ifndef CT_NUM_H_INCL
2 #define CT_NUM_H_INCL
3 
4 #include "numerics/DenseMatrix.h"
5 #include "numerics/BandMatrix.h"
8 
9 #endif
Dense, Square (not sparse) matrices.
Class that calculates the solution to a nonlinear, dense, set of equations (see Numerical Utilities w...
Headers for the DenseMatrix object, which deals with dense rectangular matrices and description of th...
Declarations for the class BandMatrix which is a child class of GeneralMatrix for banded matrices han...