ug4
|
#include "solve_deficit.h"
#include "common/log.h"
#include "common/debug_print.h"
#include "lib_algebra/common/operations_vec.h"
Namespaces | |
ug | |
the ug namespace | |
Typedefs | |
typedef double | lapack_double |
typedef float | lapack_float |
typedef int | lapack_ftnlen |
typedef int | lapack_int |
Functions | |
double | dabs (double a) |
bool | ug::Decomp (DenseMatrix< VariableArray2< double > > &A, DenseVector< VariableArray1< double > > &rhs, size_t &iNonNullRows, std::vector< size_t > &xinterchange, double deficitTolerance) |
bool | ug::SolveDeficit (DenseMatrix< VariableArray2< double > > &A, DenseVector< VariableArray1< double > > &x, DenseVector< VariableArray1< double > > &rhs, double deficitTolerance) |
typedef double lapack_double |
typedef float lapack_float |
typedef int lapack_ftnlen |
typedef int lapack_int |
|
inline |