Package | Description |
---|---|
fr.cnes.sirius.patrius.math.linear |
Modifier and Type | Method and Description |
---|---|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.add(DecomposedSymmetricPositiveMatrix m)
Adds another
SymmetricPositiveMatrix to this matrix. |
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.add(DecomposedSymmetricPositiveMatrix m,
boolean resize)
Adds another
SymmetricPositiveMatrix to this matrix. |
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.copy()
Returns a (deep) copy of this.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.createMatrix(int rowDimension,
int columnDimension)
Create a new RealMatrix of the same type as the instance with the
supplied
row and column dimensions.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.extractSubSymmetricMatrix(int[] index)
Extract a sub-part of the matrix providing a subset of indices.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.getInverse()
Get the inverse of the decomposed matrix given as input.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.getInverse(Function<RealMatrix,Decomposition> decompositionBuilder)
Get the inverse of the decomposed matrix given as input.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.positiveScalarAdd(double d)
Adds a positive scalar to each entry of this matrix.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.positiveScalarMultiply(double d)
Multiplies each entry of this matrix by a positive scalar.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.power(int p)
Returns the result of multiplying
this with itself p times. |
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.quadraticMultiplication(RealMatrix m)
Gets the result of the quadratic multiplication M×S×MT, where S is
this matrix and M is the provided matrix.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.quadraticMultiplication(RealMatrix m,
boolean toTranspose)
Gets the result of the quadratic multiplication M×S×MT, where S is
this matrix and M or MT is the provided matrix.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.resizeB()
Reduces or extends the matrix B to ensure it is a NxN matrix.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.transpose()
Returns the transpose of this matrix.
|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.transpose(boolean forceCopy)
Returns the transpose of this matrix.
|
Modifier and Type | Method and Description |
---|---|
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.add(DecomposedSymmetricPositiveMatrix m)
Adds another
SymmetricPositiveMatrix to this matrix. |
DecomposedSymmetricPositiveMatrix |
DecomposedSymmetricPositiveMatrix.add(DecomposedSymmetricPositiveMatrix m,
boolean resize)
Adds another
SymmetricPositiveMatrix to this matrix. |
Copyright © 2021 CNES. All rights reserved.