|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.commons.math.linear | |
---|---|
org.apache.commons.math.linear | Linear algebra support. |
org.apache.commons.math.random | Random number and random data generators. |
org.apache.commons.math.stat.descriptive | Generic univariate summary statistic objects. |
org.apache.commons.math.stat.descriptive.moment | Summary statistics based on moments. |
Classes in org.apache.commons.math.linear used by org.apache.commons.math.linear | |
---|---|
BigMatrix
Interface defining a real-valued matrix with basic algebraic operations, using BigDecimal representations for the entries. |
|
InvalidMatrixException
Thrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation. |
|
MatrixIndexException
Thrown when an operation addresses a matrix coordinate (row,col) which is outside of the dimensions of a matrix. |
|
QRDecomposition
An interface to classes that implement a algorithm to calculate the QR-decomposition of a real matrix. |
|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations. |
Classes in org.apache.commons.math.linear used by org.apache.commons.math.random | |
---|---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations. |
|
RealMatrixImpl
Implementation of RealMatrix using a double[][] array to store entries and LU decomposition to support linear system solution and inverse. |
Classes in org.apache.commons.math.linear used by org.apache.commons.math.stat.descriptive | |
---|---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations. |
Classes in org.apache.commons.math.linear used by org.apache.commons.math.stat.descriptive.moment | |
---|---|
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |