Class AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>

java.lang.Object
org.ujmp.core.matrix.factory.AbstractMatrixFactory<T>
org.ujmp.core.doublematrix.factory.AbstractSparseDoubleMatrix2DFactory<T>
All Implemented Interfaces:
BaseDoubleMatrixFactory<T>, DoubleMatrix2DFactory<T>, SparseDoubleMatrix2DFactory<T>, SparseDoubleMatrixFactory<T>, BaseGenericMatrixFactory<T>, GenericMatrix2DFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixFactory<T>, BaseMatrixFactory<T>, Matrix2DFactory<T>, SparseMatrix2DFactory<T>, SparseMatrixFactory<T>, BaseNumberMatrixFactory<T>, NumberMatrix2DFactory<T>, SparseNumberMatrix2DFactory<T>, SparseNumberMatrixFactory<T>
Direct Known Subclasses:
ColtSparseDoubleMatrix2DFactory, DefaultSparseDoubleMatrix2DFactory

public abstract class AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D> extends AbstractMatrixFactory<T> implements SparseDoubleMatrix2DFactory<T>
  • Constructor Details

    • AbstractSparseDoubleMatrix2DFactory

      public AbstractSparseDoubleMatrix2DFactory()
  • Method Details