|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <basisincompleteordered.hpp>
Collaboration diagram for BasisIncompleteOrdered:Public Member Functions | |
| BasisIncompleteOrdered (Size euclideanDimension) | |
| bool | addVector (const Array &newVector) |
| return value indicates if the vector was linearly independent More... | |
| Size | basisSize () const |
| Size | euclideanDimension () const |
| Matrix | getBasisAsRowsInMatrix () const |
Private Attributes | |
| std::vector< Array > | currentBasis_ |
| Size | euclideanDimension_ |
| Array | newVector_ |
Definition at line 29 of file basisincompleteordered.hpp.
| BasisIncompleteOrdered | ( | Size | euclideanDimension | ) |
Definition at line 25 of file basisincompleteordered.cpp.
return value indicates if the vector was linearly independent
Definition at line 28 of file basisincompleteordered.cpp.
Here is the call graph for this function:| Size basisSize | ( | ) | const |
Definition at line 62 of file basisincompleteordered.cpp.
| Size euclideanDimension | ( | ) | const |
Definition at line 66 of file basisincompleteordered.cpp.
| Matrix getBasisAsRowsInMatrix | ( | ) | const |
|
private |
Definition at line 38 of file basisincompleteordered.hpp.
|
private |
Definition at line 39 of file basisincompleteordered.hpp.
|
private |
Definition at line 40 of file basisincompleteordered.hpp.