Class AbstractDenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>

java.lang.Object
org.ujmp.core.matrix.factory.AbstractMatrixFactory<T>
org.ujmp.core.doublematrix.factory.AbstractDenseDoubleMatrix2DFactory<T>
All Implemented Interfaces:
BaseDoubleMatrixFactory<T>, DenseDoubleMatrix2DFactory<T>, DenseDoubleMatrixFactory<T>, DoubleMatrix2DFactory<T>, BaseGenericMatrixFactory<T>, DenseGenericMatrix2DFactory<T>, DenseGenericMatrixFactory<T>, GenericMatrix2DFactory<T>, BaseMatrixFactory<T>, DenseMatrix2DFactory<T>, DenseMatrixFactory<T>, Matrix2DFactory<T>, BaseNumberMatrixFactory<T>, DenseNumberMatrix2DFactory<T>, DenseNumberMatrixFactory<T>, NumberMatrix2DFactory<T>
Direct Known Subclasses:
ColtDenseDoubleMatrix2DFactory, CommonsMathArrayDenseDoubleMatrix2DFactory, CommonsMathBlockDenseDoubleMatrix2DFactory, CommonsMathDenseDoubleMatrix2DFactory, DefaultDenseDoubleMatrix2DFactory, JamaDenseDoubleMatrix2DFactory, JBlasDenseDoubleMatrix2DFactory, La4JDenseDoubleMatrix2DFactory, VecMathDenseDoubleMatrix2DFactory

public abstract class AbstractDenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D> extends AbstractMatrixFactory<T> implements DenseDoubleMatrix2DFactory<T>
  • Constructor Details

    • AbstractDenseDoubleMatrix2DFactory

      public AbstractDenseDoubleMatrix2DFactory()
  • Method Details