Package | Description |
---|---|
org.apache.commons.math3.linear |
Linear algebra support.
|
Modifier and Type | Class and 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 |
OpenMapRealMatrix
Deprecated.
As of version 3.1, this class is deprecated, for reasons exposed
in this JIRA
ticket. This
class will be removed in version 4.0.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.