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 RealMatrixFormat
MatrixUtils.DEFAULT_FORMAT
The default format forRealMatrix
objects.static final RealMatrixFormat
MatrixUtils.OCTAVE_FORMAT
A format forRealMatrix
objects compatible with octave.Methods in org.hipparchus.linear that return RealMatrixFormatModifier and TypeMethodDescriptionstatic RealMatrixFormat
RealMatrixFormat.getRealMatrixFormat()
Returns the default real vector format for the current locale.static RealMatrixFormat
RealMatrixFormat.getRealMatrixFormat
(Locale locale) Returns the default real vector format for the given locale.