| CUV
    0.9.201304091348
    | 
serialization of vectors and sparse matrices on host More...
#include <boost/serialization/array.hpp>#include <boost/serialization/vector.hpp>#include <boost/archive/binary_oarchive.hpp>#include <boost/archive/binary_iarchive.hpp>#include <cuv/basics/dia_matrix.hpp>#include <cuv/basics/io.hpp>
Go to the source code of this file.
| Namespaces | |
| namespace | cuv | 
| contains all cuv functionality | |
| Functions | |
| template<class Archive , class value_type , class index_type > | |
| void | cuv::serialize (Archive &ar, cuv::dia_matrix< value_type, host_memory_space, index_type > &m, const unsigned int version) | 
| Serialize/deserialize a host-dia-matrix to/from an archive. | |
| template void | cuv::serialize (boost::archive::binary_oarchive &, dia_matrix< float, host_memory_space, unsigned int > &, unsigned int) | 
| explicit instantiation of serialization for dia-matrices in binary oarchives | |
serialization of vectors and sparse matrices on host
Definition in file sparse_matrix_io.hpp.
 1.8.1.2
 1.8.1.2