G+Smo  24.08.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsSparseRows< T > Class Template Reference

Detailed Description

template<class T>
class gismo::gsSparseRows< T >

A specialized sparse matrix class which stores each row as a separate sparse vector.

This allows efficient row resizing and insertion operations, particularly for knot insertion algorithms.

Private Member Functions

void resizeRows (index_t newRows)
 Change the number of rows without allocating newly added rows.