Package | Description |
---|---|
org.hipparchus.linear |
Linear algebra support.
|
Modifier and Type | Method and Description |
---|---|
static DependentVectorsHandler |
DependentVectorsHandler.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependentVectorsHandler[] |
DependentVectorsHandler.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends CalculusFieldElement<T>> |
MatrixUtils.orthonormalize(Field<T> field,
List<FieldVector<T>> independent,
T threshold,
DependentVectorsHandler handler)
Orthonormalize a list of vectors.
|
static List<RealVector> |
MatrixUtils.orthonormalize(List<RealVector> independent,
double threshold,
DependentVectorsHandler handler)
Orthonormalize a list of vectors.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.