COPASI API
4.16.103
|
#include <algorithm>
#include <cmath>
#include <limits>
#include "copasi.h"
#include "CluX.h"
#include "CMatrix.h"
#include "CVector.h"
#include "CProcessReport.h"
#include "lapack/lapackwrap.h"
Go to the source code of this file.
Functions | |
bool | LUfactor (CMatrix< C_FLOAT64 > &A, CVector< size_t > &row, CVector< size_t > &col, CProcessReport *cb) |
bool LUfactor | ( | CMatrix< C_FLOAT64 > & | A, |
CVector< size_t > & | row, | ||
CVector< size_t > & | col, | ||
CProcessReport * | cb | ||
) |
Definition at line 30 of file CluX.cpp.
References CProcessReport::addItem(), C_FLOAT64, C_INVALID_INDEX, CProcessReport::finishItem(), min, CMatrix< CType >::numCols(), CMatrix< CType >::numRows(), CProcessReport::progressItem(), CVector< CType >::resize(), and CVectorCore< CType >::size().