#include <TensorIO.h>
|
| TensorIOFormat (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=' ') |
|
| 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 () |
|
◆ Base
◆ TensorIOFormat()
Eigen::TensorIOFormat::TensorIOFormat |
( |
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 = ' ' |
|
) |
| |
|
inline |
◆ Legacy()
113 {
return TensorIOFormatLegacy{}; }
◆ Native()
◆ Numpy()
◆ Plain()
109 {
return TensorIOFormatPlain{}; }
Referenced by Eigen::operator<<(), test_tensor_ostream_impl< Scalar, 0, Layout >::run(), test_tensor_ostream_impl< Scalar, 1, Layout >::run(), test_tensor_ostream_impl< Scalar, 2, Layout >::run(), test_tensor_ostream_impl< Scalar, 3, Layout >::run(), test_tensor_ostream_impl< bool, 2, Layout >::run(), test_tensor_ostream_impl< std::complex< Scalar >, 2, Layout >::run(), and test_const_tensor_ostream().
The documentation for this struct was generated from the following file: