| Package | Description |
|---|---|
| org.ojalgo.matrix.store.operation |
Contents in this package loosely corresponds to BLAS.
|
| Class and 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 |
Copyright © 2018 Optimatika. All rights reserved.