Uses of Class
org.hipparchus.linear.DependentVectorsHandler
-
Packages that use DependentVectorsHandler Package Description org.hipparchus.linear Linear algebra support. -
-
Uses of DependentVectorsHandler in org.hipparchus.linear
Methods in org.hipparchus.linear that return DependentVectorsHandler Modifier and Type Method 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.Methods in org.hipparchus.linear with parameters of type DependentVectorsHandler Modifier and Type Method Description static 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.
-