| Class | Description |
|---|---|
| AggregateAll | |
| ApplyCholesky | |
| ApplyLU | |
| CAXPY |
column a x plus y
|
| FillMatchingBoth | |
| FillMatchingLeft | |
| FillMatchingRight | |
| FillMatchingSingle | |
| GenerateApplyAndCopyHouseholderColumn | |
| GenerateApplyAndCopyHouseholderRow | |
| HermitianRank2Update |
[A] -= ([a][b]c+[b][a]c)
[A] is assumed to be hermitian (square symmetric) [A] = [A]C. |
| HouseholderHermitian |
Performs Householder transformation from both sides simultaneously
assuming that [A] is hermitian (square symmetric) [A] = [A]H.
|
| HouseholderLeft | |
| HouseholderRight | |
| MAXPY | |
| ModifyAll | |
| MultiplyBoth | |
| MultiplyHermitianAndVector |
Multiplies an hermitian (square symmetric) matrix with a vector.
|
| MultiplyLeft | |
| MultiplyRight | |
| RAXPY | |
| RotateLeft | |
| RotateRight | |
| SubstituteBackwards | |
| SubstituteForwards | |
| SubtractScaledVector |
y -= ax
|