Package | Description |
---|---|
org.apache.commons.math.linear |
Linear algebra support.
|
Modifier and Type | Class and Description |
---|---|
class |
Array2DRowRealMatrix
Implementation of RealMatrix using a double[][] array to store entries and
LU decomposition to support linear system
solution and inverse.
|
class |
BlockRealMatrix
Cache-friendly implementation of RealMatrix using a flat arrays to store
square blocks of the matrix.
|
class |
OpenMapRealMatrix
Sparse matrix implementation based on an open addressed map.
|
class |
RealMatrixImpl
Deprecated.
as of 2.0 replaced by
Array2DRowRealMatrix |
Copyright © 2003–2018. All rights reserved.