Interface LongMatrixFactory<T extends LongMatrix>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, DenseGenericMatrix2DFactory<T>, DenseGenericMatrixFactory<T>, DenseGenericMatrixMultiDFactory<T>, DenseMatrix2DFactory<T>, DenseMatrixFactory<T>, DenseMatrixMultiDFactory<T>, GenericMatrix2DFactory<T>, GenericMatrixFactory<T>, GenericMatrixMultiDFactory<T>, Matrix2DFactory<T>, MatrixMultiDFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixFactory<T>, SparseGenericMatrixMultiDFactory<T>, SparseMatrix2DFactory<T>, SparseMatrixFactory<T>, SparseMatrixMultiDFactory<T>
All Known Subinterfaces:
DenseLongMatrix2DFactory<T>, DenseLongMatrixFactory<T>, LongMatrix2DFactory<T>, SparseLongMatrix2DFactory<T>, SparseLongMatrixFactory<T>
All Known Implementing Classes:
AbstractDenseLongMatrix2DFactory, AbstractDenseLongMatrixFactory, AbstractLongMatrix2DFactory, AbstractLongMatrixFactory, AbstractSparseLongMatrix2DFactory, AbstractSparseLongMatrixFactory, DefaultDenseLongMatrix2DFactory, DefaultDenseLongMatrixFactory, DefaultLongMatrix2DFactory, DefaultLongMatrixFactory, DefaultSparseLongMatrix2DFactory, DefaultSparseLongMatrixFactory

public interface LongMatrixFactory<T extends LongMatrix> extends GenericMatrixFactory<T>
  • Method Details

    • ones

      T ones(long... size)
    • rand

      T rand(long... size)
    • randn

      T randn(long... size)
    • eye

      T eye(long... size)