A linear system of equations (LSE) data structure.The LSE class represent a linear system of equations of the form
.
More...
#include <LSE.h>
A linear system of equations (LSE) data structure.
The LSE class represent a linear system of equations of the form
.
Returns the lower bound of the unknown at the given index.
- Parameters
-
index | Access index. The index has to be in the range . |
- Returns
- void
void blaze::LSE::project |
( |
size_t |
index | ) |
|
|
inline |
Projects the unknown at the given index on the solution range.
- Parameters
-
index | Access index. The index has to be in the range . |
- Returns
- void
Calculates the residual of the unknown at the given index.
- Parameters
-
index | Access index. The index has to be in the range . |
- Returns
- The residual at index index.
real blaze::LSE::residual |
( |
| ) |
const |
|
inline |
Calculates the maximum norm of the residual of the linear system of equations.
- Returns
- The maximum norm of the global residual of the LSE.
size_t blaze::LSE::size |
( |
| ) |
const |
|
inline |
Returns the size of the linear system of equations.
- Returns
- The actual size of the LSE.
Returns the upper bound of the unknown at the given index.
- Parameters
-
index | Access index. The index has to be in the range . |
- Returns
- void
The documentation for this struct was generated from the following file:
- blaze/math/problems/LSE.h