Class DefaultLongMatrixFactory

All Implemented Interfaces:
BaseGenericMatrixFactory<LongMatrix>, DenseGenericMatrix2DFactory<LongMatrix>, DenseGenericMatrixFactory<LongMatrix>, DenseGenericMatrixMultiDFactory<LongMatrix>, GenericMatrix2DFactory<LongMatrix>, GenericMatrixFactory<LongMatrix>, GenericMatrixMultiDFactory<LongMatrix>, SparseGenericMatrix2DFactory<LongMatrix>, SparseGenericMatrixFactory<LongMatrix>, SparseGenericMatrixMultiDFactory<LongMatrix>, LongMatrixFactory<LongMatrix>, BaseMatrixFactory<LongMatrix>, DenseMatrix2DFactory<LongMatrix>, DenseMatrixFactory<LongMatrix>, DenseMatrixMultiDFactory<LongMatrix>, Matrix2DFactory<LongMatrix>, MatrixMultiDFactory<LongMatrix>, SparseMatrix2DFactory<LongMatrix>, SparseMatrixFactory<LongMatrix>, SparseMatrixMultiDFactory<LongMatrix>

public class DefaultLongMatrixFactory extends AbstractLongMatrixFactory<LongMatrix>
  • Constructor Details

    • DefaultLongMatrixFactory

      public DefaultLongMatrixFactory()
  • Method Details

    • zeros

      public LongMatrix zeros(long... size)
    • zeros

      public LongMatrix zeros(long rows, long cols)