Geogram Version 1.9.6-rc
A programming library of geometric algorithms
Loading...
Searching...
No Matches
GEO::RemoveColMatrix Struct Reference

Public Member Functions

 RemoveColMatrix (vector< Coeff > C, index_t ind_to_remove=0)
 
index_t nb_coeffs_in_line (index_t l) const
 
Coeff get (index_t l, int i_th_non_null_coeff)
 

Public Attributes

index_t zero_col
 
vector< Coeffline
 

Detailed Description

Definition at line 209 of file mixed_constrained_solver.h.

Constructor & Destructor Documentation

◆ RemoveColMatrix()

GEO::RemoveColMatrix::RemoveColMatrix ( vector< Coeff C,
index_t  ind_to_remove = 0 
)
inline

Definition at line 211 of file mixed_constrained_solver.h.

Member Function Documentation

◆ get()

Coeff GEO::RemoveColMatrix::get ( index_t  l,
int  i_th_non_null_coeff 
)
inline

Definition at line 230 of file mixed_constrained_solver.h.

◆ nb_coeffs_in_line()

index_t GEO::RemoveColMatrix::nb_coeffs_in_line ( index_t  l) const
inline

Definition at line 223 of file mixed_constrained_solver.h.

Member Data Documentation

◆ line

vector<Coeff > GEO::RemoveColMatrix::line

Definition at line 246 of file mixed_constrained_solver.h.

◆ zero_col

index_t GEO::RemoveColMatrix::zero_col

Definition at line 245 of file mixed_constrained_solver.h.


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