Uses of Class
org.hipparchus.linear.RealMatrixFormat
-
Uses of RealMatrixFormat in org.hipparchus.linear
Modifier 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.Modifier 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.