See: Description
| Class | Description |
|---|---|
| AggregateAll | |
| ApplyCholesky | |
| ApplyLDL | |
| ApplyLDU | |
| ApplyLU | |
| FillMatchingDual | |
| 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 | |
| MatrixOperation | |
| ModifyAll | |
| MultiplyBoth | |
| MultiplyHermitianAndVector |
Multiplies an hermitian (square symmetric) matrix with a vector.
|
| MultiplyLeft | |
| MultiplyNeither | |
| MultiplyRight | |
| RotateLeft | |
| RotateRight | |
| SubstituteBackwards | |
| SubstituteForwards |
Contents in this package loosely corresponds to BLAS. The exact selection of operations and their API:s are entirely dictated by the requirements of the various MatrixStore implementations.
Copyright © 2018 Optimatika. All rights reserved.