| Package | Description |
|---|---|
| org.apache.mahout.math |
Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OldQRDecomposition
partially deprecated until unit tests are in place.
|
class |
QRDecomposition
For an m x n matrix A with m >= n, the QR decomposition is an m x n
orthogonal matrix Q and an n x n upper triangular matrix R so that
A = Q*R.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.