Uses of Enum
org.hipparchus.linear.DependentVectorsHandler
-
Uses of DependentVectorsHandler in org.hipparchus.linear
Modifier and TypeMethodDescriptionstatic DependentVectorsHandler
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 TypeMethodDescriptionstatic List<RealVector>
MatrixUtils.orthonormalize
(List<RealVector> independent, double threshold, DependentVectorsHandler handler) Orthonormalize a list of vectors.static <T extends CalculusFieldElement<T>>
List<FieldVector<T>>MatrixUtils.orthonormalize
(Field<T> field, List<FieldVector<T>> independent, T threshold, DependentVectorsHandler handler) Orthonormalize a list of vectors.