| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.linear |
| Modifier and Type | Method and Description |
|---|---|
static ArrayRowSymmetricMatrix.SymmetryType |
ArrayRowSymmetricMatrix.SymmetryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayRowSymmetricMatrix.SymmetryType[] |
ArrayRowSymmetricMatrix.SymmetryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ArrayRowSymmetricMatrix(ArrayRowSymmetricMatrix.SymmetryType symmetryType,
double[][] dataIn)
Builds a new ArrayRowSymmetricMatrix from the provided data, using the default
symmetry thresholds.
|
ArrayRowSymmetricMatrix(ArrayRowSymmetricMatrix.SymmetryType symmetryType,
double[][] dataIn,
Double absoluteSymmetryThreshold,
Double relativeSymmetryThreshold)
Builds a new ArrayRowSymmetricMatrix from the provided data, using the specified
symmetry thresholds.
|
ArrayRowSymmetricMatrix(ArrayRowSymmetricMatrix.SymmetryType symmetryType,
RealMatrix matrix)
Builds a new ArrayRowSymmetricMatrix from the provided matrix, using the default
symmetry thresholds.
|
ArrayRowSymmetricMatrix(ArrayRowSymmetricMatrix.SymmetryType symmetryType,
RealMatrix matrix,
Double absoluteSymmetryThreshold,
Double relativeSymmetryThreshold)
Builds a new ArrayRowSymmetricMatrix from the provided matrix, using the
specified symmetry thresholds.
|
ArrayRowSymmetricPositiveMatrix(ArrayRowSymmetricMatrix.SymmetryType symmetryType,
double[][] dataIn)
Builds a new
ArrayRowSymmetricPositiveMatrix from the provided data, using the
default symmetry and positivity thresholds. |
ArrayRowSymmetricPositiveMatrix(ArrayRowSymmetricMatrix.SymmetryType symmetryType,
double[][] dataIn,
Double absoluteSymmetryThreshold,
Double relativeSymmetryThreshold,
Double absolutePositivityThreshold,
Double relativePositivityThreshold)
Builds a new
ArrayRowSymmetricPositiveMatrix from the provided data, using the
specified symmetry and positivity thresholds. |
ArrayRowSymmetricPositiveMatrix(ArrayRowSymmetricMatrix.SymmetryType symmetryType,
RealMatrix matrix)
Builds a new
ArrayRowSymmetricPositiveMatrix from the provided matrix, using the
default symmetry and positivity thresholds. |
ArrayRowSymmetricPositiveMatrix(ArrayRowSymmetricMatrix.SymmetryType symmetryType,
RealMatrix matrix,
Double absoluteSymmetryThreshold,
Double relativeSymmetryThreshold,
Double absolutePositivityThreshold,
Double relativePositivityThreshold)
Builds a new
ArrayRowSymmetricPositiveMatrix from the provided matrix, using the
specified symmetry and positivity thresholds. |
Copyright © 2025 CNES. All rights reserved.