|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RealMatrixFormat | |
---|---|
org.apache.commons.math3.linear | Linear algebra support. |
Uses of RealMatrixFormat in org.apache.commons.math3.linear |
---|
Fields in org.apache.commons.math3.linear declared as RealMatrixFormat | |
---|---|
static RealMatrixFormat |
MatrixUtils.DEFAULT_FORMAT
The default format for RealMatrix objects. |
static RealMatrixFormat |
MatrixUtils.OCTAVE_FORMAT
A format for RealMatrix objects compatible with octave. |
Methods in org.apache.commons.math3.linear that return RealMatrixFormat | |
---|---|
static RealMatrixFormat |
RealMatrixFormat.getInstance()
Returns the default real vector format for the current locale. |
static RealMatrixFormat |
RealMatrixFormat.getInstance(Locale locale)
Returns the default real vector format for the given locale. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |