#include "cantera/numerics/SystemJacobianFactory.h"#include "cantera/numerics/AdaptivePreconditioner.h"#include "cantera/numerics/EigenSparseDirectJacobian.h"#include "cantera/oneD/MultiJac.h"Go to the source code of this file.
Namespaces | |
| namespace | Cantera |
| Namespace for the Cantera kernel. | |
Functions | |
| shared_ptr< SystemJacobian > | newSystemJacobian (const string &type) |
| Create a SystemJacobian object of the specified type. | |