Feat C++ API
A feature engineering automation tool
Eigen Namespace Reference

Functions

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

Function Documentation

◆ from_json() [1/2]

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

Definition at line 52 of file serialization.h.

◆ from_json() [2/2]

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

Definition at line 35 of file serialization.h.

◆ to_json()

template<typename T >
void Eigen::to_json ( json &  j,
const MatrixBase< T > &  matrix 
)

Definition at line 21 of file serialization.h.