public class Storage
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Storage.DenseColMatrix
Dense column matrix implementation
|
static class |
Storage.DenseRowMatrix
Dense row matrix implementation
|
static class |
Storage.DenseVector
Dense vector implementation
|
static interface |
Storage.Matrix
Abstract matrix interface
|
static class |
Storage.SparseRowMatrix
Sparse row matrix implementation
|
static interface |
Storage.Tensor
Abstract tensor interface
|
static interface |
Storage.Vector
Abstract vector interface
|
Constructor and Description |
---|
Storage() |