Package | Description |
---|---|
fr.cnes.sirius.patrius.math.linear |
Modifier and Type | Field and Description |
---|---|
static RealMatrixFormat |
MatrixUtils.DEFAULT_FORMAT
Deprecated.
since 4.5 the denomination has changed to
JAVA_FORMAT |
static RealMatrixFormat |
MatrixUtils.JAVA_FORMAT
The JAVA format for
RealMatrix objects. |
static RealMatrixFormat |
MatrixUtils.OCTAVE_FORMAT
A format for
RealMatrix objects compatible with octave. |
static RealMatrixFormat |
MatrixUtils.SCILAB_FORMAT
The SCILAB format for
RealMatrix objects. |
static RealMatrixFormat |
MatrixUtils.SUMMARY_FORMAT
Summary visual format for
RealMatrix objects displayed on several rows. |
static RealMatrixFormat |
MatrixUtils.VISUAL_FORMAT
Visual format for
RealMatrix objects displayed on several rows. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractRealMatrix.toString(RealMatrixFormat realMatrixFormat)
Get a string representation for this matrix.
|
String |
RealMatrix.toString(RealMatrixFormat realMatrixFormat)
Get a string representation for this matrix.
|
Copyright © 2021 CNES. All rights reserved.