Package | Description |
---|---|
org.hipparchus.linear |
Linear algebra support.
|
Modifier and Type | Method and Description |
---|---|
static RealVectorFormat |
RealVectorFormat.getInstance()
Deprecated.
as of 1.4, replaced by
getRealVectorFormat() |
static RealVectorFormat |
RealVectorFormat.getInstance(Locale locale)
Deprecated.
as of 1.4, replaced by
getRealVectorFormat(Locale) |
static RealVectorFormat |
RealVectorFormat.getRealVectorFormat()
Returns the default real vector format for the current locale.
|
static RealVectorFormat |
RealVectorFormat.getRealVectorFormat(Locale locale)
Returns the default real vector format for the given locale.
|
Copyright © 2016–2019 Hipparchus.org. All rights reserved.