Storm
A Modern Probabilistic Model Checker
|
#include <EigenAdapter.h>
Static Public Member Functions | |
template<class ValueType > | |
static std::unique_ptr< Eigen::SparseMatrix< ValueType > > | toEigenSparseMatrix (storm::storage::SparseMatrix< ValueType > const &matrix) |
Converts a sparse matrix into a sparse matrix in the gmm++ format. | |
template<typename ValueType > | |
static std::vector< ValueType > | toStdVector (Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > const &v) |
template<typename ValueType > | |
static Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > | toEigenVector (std::vector< ValueType > const &v) |
Definition at line 13 of file EigenAdapter.h.
|
static |
Converts a sparse matrix into a sparse matrix in the gmm++ format.
Definition at line 8 of file EigenAdapter.cpp.
|
static |
Definition at line 30 of file EigenAdapter.cpp.
|
static |
Definition at line 25 of file EigenAdapter.cpp.