SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::linearalgebra::EigenSparseMatrix< InDataTypes, OutDataTypes >::map_traits< VecType > Struct Template Reference

#include <EigenSparseMatrix.h>

Static Public Attributes

static const unsigned size = value_type::total_size
 

Static Public Member Functions

static map_type map (real_type *data, unsigned k)
 
static const_map_type const_map (const real_type *data, unsigned k)
 

Attribute details

◆ size

template<class InDataTypes , class OutDataTypes >
template<typename VecType >
const unsigned sofa::linearalgebra::EigenSparseMatrix< InDataTypes, OutDataTypes >::map_traits< VecType >::size = value_type::total_size
static

Function details

◆ const_map()

template<class InDataTypes , class OutDataTypes >
template<typename VecType >
static const_map_type sofa::linearalgebra::EigenSparseMatrix< InDataTypes, OutDataTypes >::map_traits< VecType >::const_map ( const real_type data,
unsigned  k 
)
inlinestatic

◆ map()

template<class InDataTypes , class OutDataTypes >
template<typename VecType >
static map_type sofa::linearalgebra::EigenSparseMatrix< InDataTypes, OutDataTypes >::map_traits< VecType >::map ( real_type data,
unsigned  k 
)
inlinestatic