Interface Tensor

All Superinterfaces:
Serializable
All Known Subinterfaces:
Matrix, SGDVector
All Known Implementing Classes:
DenseMatrix, DenseSparseMatrix, DenseVector, ShrinkingMatrix, ShrinkingVector, SparseVector

public interface Tensor extends Serializable
An interface for Tensors, currently Vectors and Matrices.