Uses of Class
org.hipparchus.linear.RealVectorFormat
-
Packages that use RealVectorFormat Package Description org.hipparchus.linear Linear algebra support. -
-
Uses of RealVectorFormat in org.hipparchus.linear
Methods in org.hipparchus.linear that return RealVectorFormat Modifier and Type Method Description static RealVectorFormatRealVectorFormat. getInstance()Deprecated.as of 1.4, replaced bygetRealVectorFormat()static RealVectorFormatRealVectorFormat. getInstance(Locale locale)Deprecated.as of 1.4, replaced bygetRealVectorFormat(Locale)static RealVectorFormatRealVectorFormat. getRealVectorFormat()Returns the default real vector format for the current locale.static RealVectorFormatRealVectorFormat. getRealVectorFormat(Locale locale)Returns the default real vector format for the given locale.
-