Package | Description |
---|---|
fr.cnes.sirius.patrius.math.linear |
Modifier and Type | Class and Description |
---|---|
class |
DecomposedSymmetricPositiveMatrix
Stores a symmetric positive semi-definite matrix as A = B×BT.
|
Modifier and Type | Method and Description |
---|---|
SymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.add(SymmetricPositiveMatrix m)
Adds a
SymmetricPositiveMatrix to this matrix. |
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.add(SymmetricPositiveMatrix m)
Adds a
SymmetricPositiveMatrix to this matrix. |
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.copy()
Returns a (deep) copy of this.
|
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.getInverse()
Get the inverse of the decomposed matrix.
|
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.getInverse(Decomposition decomposition)
Get the inverse matrix computed with the given decomposition algorithm.
|
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.positiveScalarAdd(double d)
Adds a positive scalar to each entry of this matrix.
|
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.positiveScalarMultiply(double d)
Multiplies each entry of this matrix by a positive scalar.
|
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.power(int p)
Returns the result of multiplying
this with itself p times. |
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.quadraticMultiplication(RealMatrix m)
Gets the result of the quadratic multiplication M×S×MT, where S is
this matrix and M is the provided matrix.
|
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.quadraticMultiplication(RealMatrix m,
boolean isTranspose)
Gets the result of the quadratic multiplication M×S×MT, where S is
this matrix and M or MT is the provided matrix.
|
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.transpose()
Returns the transpose of this matrix.
|
Modifier and Type | Method and Description |
---|---|
SymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.add(SymmetricPositiveMatrix m)
Adds a
SymmetricPositiveMatrix to this matrix. |
SymmetricPositiveMatrix |
SymmetricPositiveMatrix.add(SymmetricPositiveMatrix m)
Adds a
SymmetricPositiveMatrix to this matrix. |
Copyright © 2021 CNES. All rights reserved.