version 0.4.1
Ikarus::Python::SparseMatrixWrapper< T > Struct Template Reference

#include <ikarus/python/assembler/flatassemblermanipulator.hh>

Public Member Functions

 SparseMatrixWrapper (Eigen::SparseMatrix< T > &matrix)
 

Public Attributes

std::reference_wrapper< Eigen::SparseMatrix< T > > matrixRef
 

Constructor & Destructor Documentation

◆ SparseMatrixWrapper()

template<typename T >
Ikarus::Python::SparseMatrixWrapper< T >::SparseMatrixWrapper ( Eigen::SparseMatrix< T > &  matrix)
inline

Member Data Documentation

◆ matrixRef

template<typename T >
std::reference_wrapper<Eigen::SparseMatrix<T> > Ikarus::Python::SparseMatrixWrapper< T >::matrixRef

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