Uses of Class
org.apache.commons.math3.linear.RealMatrixFormat
Packages that use RealMatrixFormat
-
Uses of RealMatrixFormat in org.apache.commons.math3.linear
Fields in org.apache.commons.math3.linear declared as RealMatrixFormatModifier and TypeFieldDescriptionstatic final RealMatrixFormatMatrixUtils.DEFAULT_FORMATThe default format forRealMatrixobjects.static final RealMatrixFormatMatrixUtils.OCTAVE_FORMATA format forRealMatrixobjects compatible with octave.Methods in org.apache.commons.math3.linear that return RealMatrixFormatModifier and TypeMethodDescriptionstatic RealMatrixFormatRealMatrixFormat.getInstance()Returns the default real vector format for the current locale.static RealMatrixFormatRealMatrixFormat.getInstance(Locale locale) Returns the default real vector format for the given locale.