|
| template<typename Archive , typename T > |
| void | serialize (Archive &ar, ModuleBase::Vector3< T > &v, const unsigned int version) |
| |
| template<typename Archive , typename T > |
| void | serialize (Archive &ar, Abfs::Vector3_Order< T > &v, const unsigned int version) |
| |
| template<typename Archive > |
| void | save (Archive &ar, const ModuleBase::matrix &m, const unsigned int) |
| |
| template<class Archive > |
| void | load (Archive &ar, ModuleBase::matrix &m, const unsigned int) |
| |
| template<class Archive > |
| void | serialize (Archive &ar, ModuleBase::matrix &m, const unsigned int file_version) |
| |
| template<typename Archive > |
| void | save (Archive &ar, const ModuleBase::Matrix_Wrapper &m, const unsigned int) |
| |
| template<class Archive > |
| void | load (Archive &ar, ModuleBase::Matrix_Wrapper &m, const unsigned int) |
| |
| template<class Archive > |
| void | serialize (Archive &ar, ModuleBase::Matrix_Wrapper &m, const unsigned int file_version) |
| |