ug4
matrix_operator_functions.h File Reference

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

template<typename X , typename Y , typename M >
void ug::MatAdd (MatrixOperator< M, X, Y > &res, number alpha1, MatrixOperator< M, X, Y > &A1, number alpha2, MatrixOperator< M, X, Y > &A2)
 
template<typename X , typename Y , typename M >
void ug::MatIdentity (MatrixOperator< M, X, Y > &opOut)
 
template<typename X , typename Y , typename M >
void ug::MatScale (MatrixOperator< M, X, Y > &A, number alpha)
 
template<typename X , typename Y , typename M >
void ug::MatTranspose (MatrixOperator< M, X, Y > &AT, MatrixOperator< M, X, Y > &A)
 

Detailed Description

This file contains some methods that forward operations on IMatrixOperator to the concrete matrix methods. It can be removed as soon as IMatrixOperator is derived from its Matrix.