#include <LinEqVecVec.h>
Inheritance diagram for LinEqVecVec::

Public Methods | |
| LinEqVecVec () | |
| virtual | ~LinEqVecVec () |
NAME: LinEqVecVec - vectors of "LinEqVector" objects (arbitrary base)
DESCRIPTION:
The object is simple wrap-up of an "ArrayGenSimplest(LinEqVector)". Its primary use is in iterative methods that want to store a series of basis vectors depending on the value of some input parameter. For a demonstration of this class, see the implementation in class "Orthomin".
|
|
No arguments are needed by the constructor. The user will have to redimension the array before use, see class "ArrayGenSimplest(Type)". |
|
|
|