Cantera  2.3.0
numerics.h
Go to the documentation of this file.
1 /**
2  * @file numerics.h
3  * @deprecated To be removed after Cantera 2.3. Include relevant headers
4  * directly.
5  */
6 #ifndef CT_NUM_H_INCL
7 #define CT_NUM_H_INCL
8 
9 #pragma message "Deprecated. numerics.h will be removed after Cantera 2.3. Include relevant headers directly."
10 
11 #include "numerics/DenseMatrix.h"
12 #include "numerics/BandMatrix.h"
13 
14 #endif
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...