ug4
mapsparsematrix.h File Reference

Go to the source code of this file.

Classes

struct  ug::MapSparseMatrix< TValueType >::connection
 
class  ug::MapSparseMatrix< TValueType >::const_row_iterator
 
class  ug::MapSparseMatrix< TValueType >
 sparse matrix for big, variable sparse matrices. More...
 
struct  ug::matrix_algebra_type_traits< MapSparseMatrix< T > >
 
class  ug::MapSparseMatrix< TValueType >::row_iterator
 

Namespaces

 ug
 the ug namespace
 

Functions

template<typename vector_t , typename matrix_t >
void ug::MatMultTransposedAdd (vector_t &dest, const number &alpha1, const vector_t &v1, const number &beta1, const MapSparseMatrix< matrix_t > &A1, const vector_t &w1)
 calculates dest = alpha1*v1 + beta1 * A1^T *w1; More...