| Package | Description |
|---|---|
| org.apache.mahout.math.flavor |
| Modifier and Type | Method and Description |
|---|---|
BackEnum |
MatrixFlavor.getBacking()
Whether matrix is backed by a native system -- such as java memory, lapack/atlas, Magma etc.
|
BackEnum |
MatrixFlavor.FlavorImpl.getBacking() |
static BackEnum |
BackEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackEnum[] |
BackEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MatrixFlavor.FlavorImpl(BackEnum backing,
TraversingStructureEnum structure,
boolean dense) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.