|
ug4
|
#include "common/serialization.h"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<size_t n> | |
| void | ug::Deserialize (std::istream &buff, DenseVector< FixedArray1< number, n > > &vec) |
| template<typename T > | |
| void | ug::Deserialize (std::istream &buff, DenseVector< VariableArray1< double > > &vec) |
| template<typename T > | |
| bool | ug::IsFiniteAndNotTooBig (const DenseVector< T > &v) |
| template<typename TStorage > | |
| std::ostream & | ug::operator<< (std::ostream &out, const DenseVector< TStorage > &vec) |
| template<size_t n> | |
| void | ug::Serialize (std::ostream &buff, const DenseVector< FixedArray1< number, n > > &vec) |
| template<typename T > | |
| void | ug::Serialize (std::ostream &buff, const DenseVector< VariableArray1< T > > &vec) |