CEBL
2.1
|
Functions | |
template<class Archive , class T > | |
void | save (Archive &ar, const ublas::matrix< T > &mat, const unsigned int version) |
Serialize a ublas matrix to a file. | |
template<class Archive , class T > | |
void | load (Archive &ar, ublas::matrix< T > &mat, const unsigned int version) |
Serialize a ublas matrix from a file. | |
template<class Archive , class T > | |
void | serialize (Archive &ar, ublas::matrix< T > &mat, const unsigned int file_version) |
Split serialization of matrix to a save and load functons. | |
template<class Archive , class T > | |
void | save (Archive &ar, const ublas::vector< T > &vec, const unsigned int version) |
Serialize a ublas vector to a file. | |
template<class Archive , class T > | |
void | load (Archive &ar, ublas::vector< T > &vec, const unsigned int version) |
Serialize a ublas vector from a file. | |
template<class Archive , class T > | |
void | serialize (Archive &ar, ublas::vector< T > &vec, const unsigned int file_version) |
Split serialization of vector to a save and load functons. |
void boost::serialization::load | ( | Archive & | ar, |
ublas::matrix< T > & | mat, | ||
const unsigned int | version | ||
) |
Serialize a ublas matrix from a file.
Definition at line 73 of file Serialization.hpp.
Referenced by StringTable::loadFromFile(), and StringTable::loadFromString().
void boost::serialization::load | ( | Archive & | ar, |
ublas::vector< T > & | vec, | ||
const unsigned int | version | ||
) |
Serialize a ublas vector from a file.
Definition at line 111 of file Serialization.hpp.
References cppR::asUblasVector().
void boost::serialization::save | ( | Archive & | ar, |
const ublas::matrix< T > & | mat, | ||
const unsigned int | version | ||
) |
Serialize a ublas matrix to a file.
Definition at line 52 of file Serialization.hpp.
Referenced by Session::save().
void boost::serialization::save | ( | Archive & | ar, |
const ublas::vector< T > & | vec, | ||
const unsigned int | version | ||
) |
Serialize a ublas vector to a file.
Definition at line 103 of file Serialization.hpp.
References cppR::asStdVector().
void boost::serialization::serialize | ( | Archive & | ar, |
ublas::matrix< T > & | mat, | ||
const unsigned int | file_version | ||
) |
Split serialization of matrix to a save and load functons.
Definition at line 96 of file Serialization.hpp.
void boost::serialization::serialize | ( | Archive & | ar, |
ublas::vector< T > & | vec, | ||
const unsigned int | file_version | ||
) |
Split serialization of vector to a save and load functons.
Definition at line 120 of file Serialization.hpp.