|  | 
| static const Real & | v (const Block &b, int, int col) | 
|  | 
| static Real & | v (Block &b, int, int col) | 
|  | 
| static void | vset (Block &b, int, int col, Real v) | 
|  | 
| static void | vadd (Block &b, int, int col, Real v) | 
|  | 
| static void | clear (Block &b) | 
|  | 
| static bool | empty (const Block &b) | 
|  | 
| static BlockTranspose | transposed (const Block &b) | 
|  | 
| static void | transpose (BlockTranspose &res, const Block &b) | 
|  | 
| template<class TSubBlock , std::enable_if_t< std::is_scalar_v< TSubBlock >, bool >  = true> | 
| static void | subBlock (const Block &b, IndexType row, IndexType col, TSubBlock &subBlock) | 
|  | 
| static sofa::linearalgebra::BaseMatrix::ElementType | getElementType () | 
|  | 
| static const char * | Name () | 
|  |