![]() |
#include <Vector.h>
Inheritance diagram for dolfin::Vector:


Public Member Functions | |
| Vector () | |
| Vector (int size) | |
| Vector (unsigned int size) | |
| Vector (const Vector &x) | |
| Vector (real x0) | |
| Vector (real x0, real x1) | |
| Vector (real x0, real x1, real x2) | |
| ~Vector () | |
| void | init (unsigned int size) |
| void | clear () |
| unsigned int | size () const |
| unsigned int | bytes () const |
| real | operator() (unsigned int i) const |
| real & | operator() (unsigned int i) |
| void | operator= (const Vector &x) |
| void | operator= (real scalar) |
| void | operator= (const Matrix::Row &row) |
| void | operator= (const Matrix::Column &col) |
| void | operator+= (const Vector &x) |
| void | operator+= (const Matrix::Row &row) |
| void | operator+= (const Matrix::Column &col) |
| void | operator+= (real a) |
| void | operator-= (const Vector &x) |
| void | operator-= (const Matrix::Row &row) |
| void | operator-= (const Matrix::Column &col) |
| void | operator-= (real a) |
| void | operator *= (real a) |
| real | operator * (const Vector &x) const |
| real | operator * (const Matrix::Row &row) const |
| real | operator * (const Matrix::Column &col) const |
| real | norm () const |
| real | norm (unsigned int i) const |
| void | add (real a, Vector &x) |
| void | add (real a, const Matrix::Row &row) |
| void | add (real a, const Matrix::Column &col) |
| void | rand () |
| void | show () const |
Friends | |
| class | DirectSolver |
| class | Matrix |
| class | SISolver |
| LogStream & | operator<< (LogStream &stream, const Vector &vector) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
![]()
Documentation automatically generated with Doxygen on 10 Sep 2004.