NuTo
Numerics Tool
Namespaces | Functions
DofMatrixSparseConvertEigen.h File Reference
#include "nuto/mechanics/dofs/DofMatrixSparse.h"

Go to the source code of this file.

Namespaces

 NuTo
 

Functions

template<typename T >
int NuTo::TotalRows (const DofMatrixSparse< T > &v, std::vector< DofType > dofs)
 
template<typename T >
int NuTo::TotalCols (const DofMatrixSparse< T > &v, std::vector< DofType > dofs)
 
template<typename T >
int NuTo::TotalNonZeros (const DofMatrixSparse< T > &v, std::vector< DofType > dofs)
 
template<typename T >
Eigen::SparseMatrix< T > NuTo::ToEigen (const DofMatrixSparse< T > &v, std::vector< DofType > dofs)
 export the dofs entries of a DofMatrixSparse to a Eigen::SparseMatrix More...