NGSolve  4.9
Public Member Functions
ngla::Transpose Class Reference

The Transpose of a BaseMatrix. More...

#include <basematrix.hpp>

Inheritance diagram for ngla::Transpose:
ngla::BaseMatrix

List of all members.

Public Member Functions

 Transpose (const BaseMatrix &abm)
virtual void MultAdd (double s, const BaseVector &x, BaseVector &y) const
 y += s matrix * x
virtual void MultAdd (Complex s, const BaseVector &x, BaseVector &y) const
 y += s matrix * x
virtual void MultTransAdd (double s, const BaseVector &x, BaseVector &y) const
 y += s Trans(matrix) * x
virtual void MultTransAdd (Complex s, const BaseVector &x, BaseVector &y) const
 y += s Trans(matrix) * x
virtual ostream & Print (ostream &ost) const

Detailed Description

The Transpose of a BaseMatrix.


The documentation for this class was generated from the following file: