![]() |
|
#include <TensorIO.h>
Public Types | |
using | Derived = Derived_ |
Public Member Functions | |
TensorIOFormatBase (const std::vector< std::string > &separator, const std::vector< std::string > &prefix, const std::vector< std::string > &suffix, int precision=StreamPrecision, int flags=0, const std::string &tenPrefix="", const std::string &tenSuffix="", const char fill=' ') | |
void | init_spacer () |
Public Attributes | |
std::string | tenPrefix |
std::string | tenSuffix |
std::vector< std::string > | prefix |
std::vector< std::string > | suffix |
std::vector< std::string > | separator |
char | fill |
int | precision |
int | flags |
std::vector< std::string > | spacer {} |
using Eigen::TensorIOFormatBase< Derived_ >::Derived = Derived_ |
|
inline |
|
inline |
References Eigen::DontAlignCols, Eigen::TensorIOFormatBase< Derived_ >::flags, i, int(), j, k, Eigen::TensorIOFormatBase< Derived_ >::prefix, Eigen::TensorIOFormatBase< Derived_ >::spacer, and Eigen::TensorIOFormatBase< Derived_ >::tenPrefix.
Referenced by Eigen::TensorIOFormatBase< Derived_ >::TensorIOFormatBase().
char Eigen::TensorIOFormatBase< Derived_ >::fill |
int Eigen::TensorIOFormatBase< Derived_ >::flags |
Referenced by Eigen::TensorIOFormatBase< Derived_ >::init_spacer().
int Eigen::TensorIOFormatBase< Derived_ >::precision |
std::vector<std::string> Eigen::TensorIOFormatBase< Derived_ >::prefix |
Referenced by Eigen::TensorIOFormatBase< Derived_ >::init_spacer().
std::vector<std::string> Eigen::TensorIOFormatBase< Derived_ >::separator |
std::vector<std::string> Eigen::TensorIOFormatBase< Derived_ >::spacer {} |
Referenced by Eigen::TensorIOFormatBase< Derived_ >::init_spacer().
std::vector<std::string> Eigen::TensorIOFormatBase< Derived_ >::suffix |
std::string Eigen::TensorIOFormatBase< Derived_ >::tenPrefix |
Referenced by Eigen::TensorIOFormatBase< Derived_ >::init_spacer().
std::string Eigen::TensorIOFormatBase< Derived_ >::tenSuffix |