Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Public Member Functions | |
void | init_zero (index_t p_nb_lines) |
void | init_identity (index_t size) |
index_t | nb_coeffs_in_line (index_t l) const |
const Coeff & | get (index_t line, index_t i_th_non_null_coeff) const |
void | add (index_t line, index_t col, double coeff) |
index_t | nb_lines () const |
Public Attributes | |
vector< vector< Coeff > > | M |
Definition at line 166 of file mixed_constrained_solver.h.