| Package | Description |
|---|---|
| org.apache.mahout.math |
Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.
|
| org.apache.mahout.math.flavor |
| Modifier and Type | Method and Description |
|---|---|
MatrixFlavor |
UpperTriangular.getFlavor() |
MatrixFlavor |
SparseRowMatrix.getFlavor() |
MatrixFlavor |
SparseMatrix.getFlavor() |
MatrixFlavor |
MatrixView.getFlavor() |
MatrixFlavor |
Matrix.getFlavor()
Get matrix structural flavor (operations performance hints).
|
MatrixFlavor |
DiagonalMatrix.getFlavor() |
MatrixFlavor |
DenseMatrix.getFlavor() |
MatrixFlavor |
AbstractMatrix.getFlavor() |
| Modifier and Type | Class and Description |
|---|---|
static class |
MatrixFlavor.FlavorImpl |
| Modifier and Type | Field and Description |
|---|---|
static MatrixFlavor |
MatrixFlavor.DENSELIKE
This default for
DenseMatrix-like structures |
static MatrixFlavor |
MatrixFlavor.DIAGONALLIKE
This is default flavor for
DiagonalMatrix and the likes. |
static MatrixFlavor |
MatrixFlavor.SPARSELIKE
This is default flavor for
SparseRowMatrix-like. |
static MatrixFlavor |
MatrixFlavor.SPARSEROWLIKE
This is default flavor for
SparseMatrix-like structures, i.e. |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.