Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

MyMatrix Class Reference

Inheritance diagram for MyMatrix:

Inheritance graph
[legend]
Collaboration diagram for MyMatrix:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MyMatrix (unsigned int m, unsigned int n)
void mult (const Vector &x, Vector &Ax) const
 Matrix-vector multiplication.


Constructor & Destructor Documentation

MyMatrix::MyMatrix unsigned int  m,
unsigned int  n
[inline]
 


Member Function Documentation

void MyMatrix::mult const Vector x,
Vector Ax
const [inline, virtual]
 

Matrix-vector multiplication.

Reimplemented from dolfin::Matrix.


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


Documentation automatically generated with Doxygen on 10 Sep 2004.