LAMA
lama::SparseAssemblyStorage< T >::Row Struct Reference

Public Member Functions

 Row ()
 Row (const Row &other)
 Row (const IndexType numValuesPerRow)
Rowoperator= (const Row &other)
void reserve (const IndexType numValuesPerRow)
void scale (const ValueType val)

Data Fields

std::vector< IndexTypeja
std::vector< ValueTypevalues

template<typename T>
struct lama::SparseAssemblyStorage< T >::Row


Constructor & Destructor Documentation

template<typename T >
lama::SparseAssemblyStorage< T >::Row::Row ( )
template<typename T>
lama::SparseAssemblyStorage< T >::Row::Row ( const Row other)
template<typename T >
lama::SparseAssemblyStorage< T >::Row::Row ( const IndexType  numValuesPerRow)

Member Function Documentation

template<typename T >
void lama::SparseAssemblyStorage< T >::Row::reserve ( const IndexType  numValuesPerRow)
template<typename T >
void lama::SparseAssemblyStorage< T >::Row::scale ( const ValueType  val)

Field Documentation


The documentation for this struct was generated from the following files: