Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
GEO::NaiveSparseMatrix Struct Reference

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 Coeffget (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
 

Detailed Description

Definition at line 166 of file mixed_constrained_solver.h.


The documentation for this struct was generated from the following file: