Feat C++ API
A feature engineering automation tool
serialization.h File Reference
#include <Eigen/Dense>
#include <Eigen/Core>
#include "../init.h"
Include dependency graph for serialization.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Eigen
 

Functions

template<typename T >
void Eigen::to_json (json &j, const MatrixBase< T > &matrix)
 
template<typename T >
void Eigen::from_json (const json &j, Matrix< T, Dynamic, Dynamic > &matrix)
 
template<typename T >
void Eigen::from_json (const json &j, Matrix< T, Dynamic, 1 > &V)