Package | Description |
---|---|
org.ojalgo.matrix.store.operation |
Contents in this package loosely corresponds to BLAS.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateAll |
class |
ApplyCholesky |
class |
ApplyLDL |
class |
ApplyLU |
class |
FillMatchingDual |
class |
FillMatchingSingle |
class |
GenerateApplyAndCopyHouseholderColumn |
class |
GenerateApplyAndCopyHouseholderRow |
class |
HermitianRank2Update
[A] -= ([a][b]c+[b][a]c)
[A] is assumed to be hermitian (square symmetric) [A] = [A]C. |
class |
HouseholderHermitian
Performs Householder transformation from both sides simultaneously assuming that [A] is hermitian (square
symmetric) [A] = [A]H.
|
class |
HouseholderLeft |
class |
HouseholderRight |
class |
ModifyAll |
class |
MultiplyBoth |
class |
MultiplyHermitianAndVector
Multiplies an hermitian (square symmetric) matrix with a vector.
|
class |
MultiplyLeft |
class |
MultiplyNeither |
class |
MultiplyRight |
class |
RotateLeft |
class |
RotateRight |
class |
SubstituteBackwards |
class |
SubstituteForwards |
Copyright © 2019 Optimatika. All rights reserved.