#include <matrix_bloc_traits.h>
|
static Real & | v (Block &b, IndexType row, IndexType col) |
|
static const Real & | v (const Block &b, IndexType row, IndexType col) |
|
static void | vset (Block &b, int row, int col, Real val) |
|
static void | vadd (Block &b, int row, int col, Real val) |
|
static void | clear (Block &b) |
|
static bool | empty (const Block &b) |
|
static void | invert (Block &result, const Block &b) |
|
static void | split_row_index (IndexType &index, IndexType &modulo) |
|
static void | split_col_index (IndexType &index, IndexType &modulo) |
|
template<class TSubBlock > |
static void | subBlock (const Block &b, IndexType row, IndexType col, TSubBlock &subBlock) |
|
static sofa::linearalgebra::BaseMatrix::ElementType | getElementType () |
|
◆ clear()
template<class T , typename IndexType >
◆ empty()
template<class T , typename IndexType >
◆ getElementType()
template<class T , typename IndexType >
◆ invert()
template<class T , typename IndexType >
◆ split_col_index()
template<class T , typename IndexType >
◆ split_row_index()
template<class T , typename IndexType >
◆ subBlock()
template<class T , typename IndexType >
template<class TSubBlock >
◆ v() [1/2]
template<class T , typename IndexType >
◆ v() [2/2]
template<class T , typename IndexType >
◆ vadd()
template<class T , typename IndexType >
◆ vset()
template<class T , typename IndexType >
◆ anonymous enum
template<class T , typename IndexType >
◆ anonymous enum
template<class T , typename IndexType >