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

dolfin::Matrix::Element Class Reference

--- Nested classes --- Nested class Element, reference to a position in the matrix More...

#include <Matrix.h>

Collaboration diagram for dolfin::Matrix::Element:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Element (Matrix &matrix, unsigned int i, unsigned int j)
 operator real () const
void operator= (real a)
void operator= (const Element &e)
void operator+= (real a)
void operator-= (real a)
void operator *= (real a)
void operator/= (real a)

Protected Attributes

MatrixA
unsigned int i
unsigned int j

Detailed Description

--- Nested classes --- Nested class Element, reference to a position in the matrix


Constructor & Destructor Documentation

Matrix::Element::Element Matrix matrix,
unsigned int  i,
unsigned int  j
 


Member Function Documentation

void Matrix::Element::operator *= real  a  ) 
 

Matrix::Element::operator real  )  const
 

void Matrix::Element::operator+= real  a  ) 
 

void Matrix::Element::operator-= real  a  ) 
 

void Matrix::Element::operator/= real  a  ) 
 

void Matrix::Element::operator= const Element e  ) 
 

void Matrix::Element::operator= real  a  ) 
 


Member Data Documentation

Matrix& dolfin::Matrix::Element::A [protected]
 

unsigned int dolfin::Matrix::Element::i [protected]
 

unsigned int dolfin::Matrix::Element::j [protected]
 


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


Documentation automatically generated with Doxygen on 10 Sep 2004.