Functions | |
template<typename VectorType > | |
bool | saveMarketVector (const VectorType &vec, const std::string &filename, label prec, std::_Ios_Fmtflags outytpe=std::ios_base::scientific) |
template<typename VectorType > | |
Matrix< VectorType, Dynamic, Dynamic > | SliceFromTensor (Eigen::Tensor< VectorType, 3 > &tensor, label dim, label index1) |
template<typename VectorType > | |
Matrix< VectorType, Dynamic, Dynamic > | SliceFromTensor (const Eigen::Tensor< VectorType, 3 > &tensor, label dim, label index1) |
bool Eigen::saveMarketVector | ( | const VectorType & | vec, |
const std::string & | filename, | ||
label | prec, | ||
std::_Ios_Fmtflags | outytpe = std::ios_base::scientific ) |
Definition at line 441 of file EigenFunctions.H.
Matrix< VectorType, Dynamic, Dynamic > Eigen::SliceFromTensor | ( | const Eigen::Tensor< VectorType, 3 > & | tensor, |
label | dim, | ||
label | index1 ) |
Definition at line 493 of file EigenFunctions.H.
Matrix< VectorType, Dynamic, Dynamic > Eigen::SliceFromTensor | ( | Eigen::Tensor< VectorType, 3 > & | tensor, |
label | dim, | ||
label | index1 ) |
Definition at line 477 of file EigenFunctions.H.