Uses of Class
org.hipparchus.linear.RealMatrixFormat
-
Packages that use RealMatrixFormat Package Description org.hipparchus.linear Linear algebra support. -
-
Uses of RealMatrixFormat in org.hipparchus.linear
Fields in org.hipparchus.linear declared as RealMatrixFormat Modifier and Type Field Description static RealMatrixFormat
MatrixUtils. DEFAULT_FORMAT
The default format forRealMatrix
objects.static RealMatrixFormat
MatrixUtils. OCTAVE_FORMAT
A format forRealMatrix
objects compatible with octave.Methods in org.hipparchus.linear that return RealMatrixFormat Modifier and Type Method Description static RealMatrixFormat
RealMatrixFormat. getInstance()
Deprecated.as of 1.4, replaced bygetRealMatrixFormat()
static RealMatrixFormat
RealMatrixFormat. getInstance(Locale locale)
Deprecated.as of 1.4, replaced bygetRealMatrixFormat(Locale)
static 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.
-