27#ifndef G2O_CSPARSE_WRAPPER_H
28#define G2O_CSPARSE_WRAPPER_H
84 bool solve(
double* x,
double* b)
const;
93 bool writeSparse(
const std::string& filename)
const;
bool amd(const SparseView &sparseView, VectorXI &result)
compute AMD ordering on the given SparseView, store into result
bool solve(double *x, double *b) const
std::unique_ptr< Impl > pImpl
bool analyze_p(int *permutation)
bool writeSparse(const std::string &filename) const
Eigen::Matrix< int, Eigen::Dynamic, 1, Eigen::ColMajor > VectorXI
View onto the cholesky factor.
FactorView(int &n, int *&p, int *&i, double *&x, int *&pinv)
View onto the sparse matrix structure of CSparse using CCS storage.
SparseView(int &m, int &n, int &nzmax, int *&p, int *&i, double *&x, int &columnsAllocated)