Package | Description |
---|---|
org.hipparchus.linear |
Linear algebra support.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Array2DRowRealMatrix |
Implementation of
RealMatrix using a double[][] array to
store entries. |
class |
BlockRealMatrix |
Cache-friendly implementation of RealMatrix using a flat arrays to store
square blocks of the matrix.
|
class |
DiagonalMatrix |
Implementation of a diagonal matrix.
|
class |
OpenMapRealMatrix |
Sparse matrix implementation based on an open addressed map.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.