Package | Description |
---|---|
org.apache.commons.math3.linear |
Linear algebra support.
|
Modifier and Type | Field and Description |
---|---|
private static RealVectorFormat |
ArrayRealVector.DEFAULT_FORMAT
Default format.
|
Modifier and Type | Method and Description |
---|---|
static RealVectorFormat |
RealVectorFormat.getInstance()
Returns the default real vector format for the current locale.
|
static RealVectorFormat |
RealVectorFormat.getInstance(java.util.Locale locale)
Returns the default real vector format for the given locale.
|