CUV  0.9.201304091348
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Namespaces | Functions
sparse_matrix_io.hpp File Reference

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>
Include dependency graph for sparse_matrix_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

Detailed Description

serialization of vectors and sparse matrices on host

Author
Hannes Schulz
Date
2010-03-21

Definition in file sparse_matrix_io.hpp.