G+Smo  23.12.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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.