|
template<std::floating_point F> |
std::string | float_to_str (F value, int precision) |
|
template<class T > |
std::ostream & | print_csv_impl (std::ostream &os, const T &M, std::string_view sep, std::string_view begin, std::string_view end) |
|
template<class T > |
std::ostream & | print_matlab_impl (std::ostream &os, const T &M, std::string_view end) |
|
template<class T > |
std::ostream & | print_python_impl (std::ostream &os, const T &M, std::string_view end) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< float > > &M, std::string_view sep, std::string_view begin, std::string_view end) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< float > > &M, std::string_view sep, std::string_view begin) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< float > > &M, std::string_view sep) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< float > > &M) |
|
std::ostream & | print_matlab (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< float > > &M, std::string_view end) |
|
std::ostream & | print_matlab (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< float > > &M) |
|
std::ostream & | print_python (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< float > > &M, std::string_view end) |
|
std::ostream & | print_python (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< float > > &M) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< double > > &M, std::string_view sep, std::string_view begin, std::string_view end) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< double > > &M, std::string_view sep, std::string_view begin) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< double > > &M, std::string_view sep) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< double > > &M) |
|
std::ostream & | print_matlab (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< double > > &M, std::string_view end) |
|
std::ostream & | print_matlab (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< double > > &M) |
|
std::ostream & | print_python (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< double > > &M, std::string_view end) |
|
std::ostream & | print_python (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< double > > &M) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< long double > > &M, std::string_view sep, std::string_view begin, std::string_view end) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< long double > > &M, std::string_view sep, std::string_view begin) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< long double > > &M, std::string_view sep) |
|
std::ostream & | print_csv (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< long double > > &M) |
|
std::ostream & | print_matlab (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< long double > > &M, std::string_view end) |
|
std::ostream & | print_matlab (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< long double > > &M) |
|
std::ostream & | print_python (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< long double > > &M, std::string_view end) |
|
std::ostream & | print_python (std::ostream &os, const Eigen::Ref< const Eigen::MatrixX< long double > > &M) |
|