Package | Description |
---|---|
org.hipparchus.linear |
Linear algebra support.
|
Modifier and Type | Field | Description |
---|---|---|
static RealMatrixFormat |
MatrixUtils.DEFAULT_FORMAT |
The default format for
RealMatrix objects. |
static RealMatrixFormat |
MatrixUtils.OCTAVE_FORMAT |
A format for
RealMatrix objects compatible with octave. |
Modifier and Type | Method | 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.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.