public static final class MatrixFlavor.FlavorImpl extends Object implements MatrixFlavor
MatrixFlavor.FlavorImplDENSELIKE, DIAGONALLIKE, SPARSELIKE, SPARSEROWLIKE| Constructor and Description |
|---|
MatrixFlavor.FlavorImpl(BackEnum backing,
TraversingStructureEnum structure,
boolean dense) |
| Modifier and Type | Method and Description |
|---|---|
BackEnum |
getBacking()
Whether matrix is backed by a native system -- such as java memory, lapack/atlas, Magma etc.
|
TraversingStructureEnum |
getStructure()
Structure flavors
|
boolean |
isDense() |
public MatrixFlavor.FlavorImpl(BackEnum backing, TraversingStructureEnum structure, boolean dense)
public BackEnum getBacking()
MatrixFlavorgetBacking in interface MatrixFlavorpublic TraversingStructureEnum getStructure()
MatrixFlavorgetStructure in interface MatrixFlavorpublic boolean isDense()
isDense in interface MatrixFlavorCopyright © 2008–2016 The Apache Software Foundation. All rights reserved.