occ
Loading...
Searching...
No Matches
eigen_json.h File Reference
#include <Eigen/Core>
#include <fmt/core.h>
#include <nlohmann/json.hpp>
Include dependency graph for eigen_json.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  Eigen
 

Functions

template<typename ScalarType , int Rows, int Cols>
void Eigen::to_json (nlohmann::json &j, const Matrix< ScalarType, Rows, Cols > &mat)
 
template<typename ScalarType , int Rows, int Cols>
void Eigen::from_json (const nlohmann::json &j, Matrix< ScalarType, Rows, Cols > &dest_mat)