ug4
densematrix_impl.h File Reference
#include "print.h"
#include "../blocks.h"

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

template<size_t Tr, size_t Tc>
bool ug::BlockDeserialize (std::istream &buff, const DenseMatrix< FixedArray2< number, Tr, Tc > > &mat)
 
template<size_t Tr, size_t Tc>
bool ug::BlockSerialize (const DenseMatrix< FixedArray2< number, Tr, Tc > > &mat, std::ostream &buff)
 
template<typename T >
void ug::Deserialize (std::istream &buff, const DenseMatrix< VariableArray2< T > > &mat)
 
template<typename T >
bool ug::IsFiniteAndNotTooBig (const DenseMatrix< T > &m)
 
template<typename TStorage >
std::ostream & ug::operator<< (std::ostream &out, const DenseMatrix< TStorage > &mat)
 
template<typename T >
void ug::Serialize (std::ostream &buff, const DenseMatrix< VariableArray2< T > > &mat)
 

Detailed Description

Author
Martin Rupp
Date
21.07.2010

Goethe-Center for Scientific Computing 2010.

awesome!