Uses of Class
org.hipparchus.linear.RealMatrixFormat
Packages that use RealMatrixFormat
-
Uses of RealMatrixFormat in org.hipparchus.linear
Fields in org.hipparchus.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.hipparchus.linear that return RealMatrixFormatModifier and TypeMethodDescriptionstatic RealMatrixFormatRealMatrixFormat.getRealMatrixFormat()Returns the default real vector format for the current locale.static RealMatrixFormatRealMatrixFormat.getRealMatrixFormat(Locale locale) Returns the default real vector format for the given locale.