ug4
|
#include "math.h"
#include "common/common.h"
#include "../common/operations_mat/operations_mat.h"
#include "mapsparsematrix_impl.h"
#include "mapsparsematrix_print.h"
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... | |