Uses of Enum
org.hipparchus.linear.DependentVectorsHandler
Packages that use DependentVectorsHandler
-
Uses of DependentVectorsHandler in org.hipparchus.linear
Methods in org.hipparchus.linear that return DependentVectorsHandlerModifier and TypeMethodDescriptionstatic DependentVectorsHandlerReturns 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.Methods in org.hipparchus.linear with parameters of type DependentVectorsHandlerModifier 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.