|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Classes | |
| struct | MatrixFMTSafe |
Eigen::Matrix wrapper that hides begin/end from fmt. More... | |
Typedefs | |
| template<class T , int M> | |
| using | VectorFMTSafe = MatrixFMTSafe< T, M, 1 > |
| Column-vector alias of MatrixFMTSafe. | |
| template<class T , int N> | |
| using | RowVectorFMTSafe = MatrixFMTSafe< T, 1, N > |
| Row-vector alias of MatrixFMTSafe. | |
Functions | |
| void | to_json (nlohmann::json &j, const VectorXd &v) |
| void | from_json (const nlohmann::json &j, VectorXd &v) |
| void | to_json (nlohmann::ordered_json &j, const VectorXd &v) |
| void | from_json (const nlohmann::ordered_json &j, VectorXd &v) |
| void | to_json (nlohmann::ordered_json &j, const VectorFMTSafe< DNDS::real, -1 > &v) |
| void | from_json (const nlohmann::ordered_json &j, VectorFMTSafe< DNDS::real, -1 > &v) |
| void | to_json (nlohmann::ordered_json &j, const Vector3d &v) |
| void | from_json (const nlohmann::ordered_json &j, Vector3d &v) |
| using Eigen::RowVectorFMTSafe = typedef MatrixFMTSafe<T, 1, N> |
Row-vector alias of MatrixFMTSafe.
Definition at line 78 of file EigenUtil.hpp.
| using Eigen::VectorFMTSafe = typedef MatrixFMTSafe<T, M, 1> |
Column-vector alias of MatrixFMTSafe.
Definition at line 74 of file EigenUtil.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |