G+Smo
24.08.0
Geometry + Simulation Modules
|
Class that provides a container for triplets (i,j,value) to be filled in a sparse matrix.
Constructing a sparse matrix from triplets is much faster than inserting directly. Use gsSparseMatrix().setFrom(gsSparseEntries) to pass the triplets to the matrix.
T | coefficient type |
Inherits vector< gsEigen::Triplet< T, index_t > >.