NTL Namespace Reference
Functions | |
void | to_json (json &j, const NTL::xdouble &num) |
void | from_json (const json &j, NTL::xdouble &num) |
void | to_json (json &j, const NTL::ZZ &num) |
void | from_json (const json &j, NTL::ZZ &num) |
void | to_json (json &j, const NTL::Vec< long > &vec) |
void | from_json (const json &j, NTL::Vec< long > &vec) |
void | to_json (json &j, const NTL::ZZX &poly) |
void | from_json (const json &j, NTL::ZZX &poly) |
Function Documentation
◆ from_json() [1/4]
void NTL::from_json | ( | const json & | j, |
NTL::Vec< long > & | vec | ||
) |
◆ from_json() [2/4]
void NTL::from_json | ( | const json & | j, |
NTL::xdouble & | num | ||
) |
◆ from_json() [3/4]
void NTL::from_json | ( | const json & | j, |
NTL::ZZ & | num | ||
) |
◆ from_json() [4/4]
void NTL::from_json | ( | const json & | j, |
NTL::ZZX & | poly | ||
) |
◆ to_json() [1/4]
void NTL::to_json | ( | json & | j, |
const NTL::Vec< long > & | vec | ||
) |
◆ to_json() [2/4]
void NTL::to_json | ( | json & | j, |
const NTL::xdouble & | num | ||
) |
◆ to_json() [3/4]
void NTL::to_json | ( | json & | j, |
const NTL::ZZ & | num | ||
) |
◆ to_json() [4/4]
void NTL::to_json | ( | json & | j, |
const NTL::ZZX & | poly | ||
) |