Interface LongMatrix2DFactory<T extends LongMatrix2D>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, DenseGenericMatrix2DFactory<T>, DenseGenericMatrixFactory<T>, DenseGenericMatrixMultiDFactory<T>, DenseMatrix2DFactory<T>, DenseMatrixFactory<T>, DenseMatrixMultiDFactory<T>, GenericMatrix2DFactory<T>, GenericMatrixFactory<T>, GenericMatrixMultiDFactory<T>, LongMatrixFactory<T>, Matrix2DFactory<T>, MatrixMultiDFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixFactory<T>, SparseGenericMatrixMultiDFactory<T>, SparseMatrix2DFactory<T>, SparseMatrixFactory<T>, SparseMatrixMultiDFactory<T>
All Known Subinterfaces:
DenseLongMatrix2DFactory<T>, SparseLongMatrix2DFactory<T>
All Known Implementing Classes:
AbstractDenseLongMatrix2DFactory, AbstractLongMatrix2DFactory, AbstractSparseLongMatrix2DFactory, DefaultDenseLongMatrix2DFactory, DefaultLongMatrix2DFactory, DefaultSparseLongMatrix2DFactory

public interface LongMatrix2DFactory<T extends LongMatrix2D> extends Matrix2DFactory<T>, LongMatrixFactory<T>
  • Method Details

    • ones

      T ones(long rows, long cols)
    • rand

      T rand(long rows, long cols)
    • randn

      T randn(long rows, long cols)
    • eye

      T eye(long rows, long cols)