| Package | Description | 
|---|---|
| org.hipparchus.linear | Linear algebra support. | 
| Modifier and Type | Field and Description | 
|---|---|
| static RealMatrixFormat | MatrixUtils. DEFAULT_FORMATThe default format for  RealMatrixobjects. | 
| static RealMatrixFormat | MatrixUtils. OCTAVE_FORMATA format for  RealMatrixobjects compatible with octave. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RealMatrixFormat | RealMatrixFormat. getInstance()Deprecated. 
 as of 1.4, replaced by  getRealMatrixFormat() | 
| static RealMatrixFormat | RealMatrixFormat. getInstance(Locale locale)Deprecated. 
 as of 1.4, replaced by  getRealMatrixFormat(Locale) | 
| static RealMatrixFormat | RealMatrixFormat. getRealMatrixFormat()Returns the default real vector format for the current locale. | 
| static RealMatrixFormat | RealMatrixFormat. getRealMatrixFormat(Locale locale)Returns the default real vector format for the given locale. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.