Loading...
Searching...
No Matches
Functions
Eigen Namespace Reference

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)
 

Function Documentation

◆ saveMarketVector()

template<typename VectorType >
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.

◆ SliceFromTensor() [1/2]

template<typename VectorType >
Matrix< VectorType, Dynamic, Dynamic > Eigen::SliceFromTensor ( const Eigen::Tensor< VectorType, 3 > & tensor,
label dim,
label index1 )

Definition at line 493 of file EigenFunctions.H.

◆ SliceFromTensor() [2/2]

template<typename VectorType >
Matrix< VectorType, Dynamic, Dynamic > Eigen::SliceFromTensor ( Eigen::Tensor< VectorType, 3 > & tensor,
label dim,
label index1 )

Definition at line 477 of file EigenFunctions.H.