Uses of Class
org.apache.commons.math.linear.RealVectorFormat
-
Packages that use RealVectorFormat Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of RealVectorFormat in org.apache.commons.math.linear
Methods in org.apache.commons.math.linear that return RealVectorFormat Modifier and Type Method Description static RealVectorFormat
RealVectorFormat. getInstance()
Returns the default real vector format for the current locale.static RealVectorFormat
RealVectorFormat. getInstance(java.util.Locale locale)
Returns the default real vector format for the given locale.
-