Functions which calculation optimized basis of the stoichiometric coefficient matrix (see /ref equil functions). More...
#include "ct_defs.h"
#include "global.h"
#include "ThermoPhase.h"
#include "MultiPhase.h"
#include "DenseMatrix.h"
#include <string.h>
Go to the source code of this file.
Defines | |
#define | MIN(x, y) (( (x) < (y) ) ? (x) : (y)) |
Functions which calculation optimized basis of the stoichiometric coefficient matrix (see /ref equil functions).
Definition in file BasisOptimize.cpp.