27#ifndef GSPARSENUMERIC_HPP
28#define GSPARSENUMERIC_HPP
Sparse matrix class definition.
Sparse matrix class interface definition.
Sparse matrix numeric analysis class.
virtual ~GSparseNumeric(void)
friend std::ostream & operator<<(std::ostream &os, const GSparseNumeric &n)
GSparseNumeric & operator=(const GSparseNumeric &n)
void cholesky_numeric_analysis(const GMatrixSparse &m, const GSparseSymbolic &s)
int cs_ereach(const GMatrixSparse *A, int k, const int *parent, int *s, int *w)
Sparse matrix symbolic analysis class.