org.ujmp.core.doublematrix.factory
Class DefaultDenseDoubleMatrix2DFactory
java.lang.Object
org.ujmp.core.matrix.factory.AbstractMatrixFactory
org.ujmp.core.doublematrix.factory.AbstractDoubleMatrix2DFactory
org.ujmp.core.doublematrix.factory.DefaultDenseDoubleMatrix2DFactory
- All Implemented Interfaces:
- Serializable, DenseDoubleMatrix2DFactory, DenseDoubleMatrixFactory, DoubleMatrix2DFactory, DoubleMatrixFactory, DenseMatrix2DFactory, DenseMatrixFactory, Matrix2DFactory, MatrixFactoryRoot
public class DefaultDenseDoubleMatrix2DFactory
- extends AbstractDoubleMatrix2DFactory
- implements DenseDoubleMatrix2DFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDenseDoubleMatrix2DFactory
public DefaultDenseDoubleMatrix2DFactory()
zeros
public DenseDoubleMatrix2D zeros(long rows,
long columns)
- Specified by:
zeros
in interface DenseDoubleMatrix2DFactory
- Specified by:
zeros
in interface DoubleMatrix2DFactory
- Specified by:
zeros
in interface DenseMatrix2DFactory
- Specified by:
zeros
in interface Matrix2DFactory
zeros
public DenseDoubleMatrix2D zeros(long... size)
- Specified by:
zeros
in interface DenseDoubleMatrix2DFactory
- Specified by:
zeros
in interface DenseDoubleMatrixFactory
- Specified by:
zeros
in interface DoubleMatrix2DFactory
- Specified by:
zeros
in interface DoubleMatrixFactory
- Specified by:
zeros
in interface DenseMatrix2DFactory
- Specified by:
zeros
in interface DenseMatrixFactory
- Specified by:
zeros
in interface Matrix2DFactory
- Specified by:
zeros
in interface MatrixFactoryRoot
- Overrides:
zeros
in class AbstractDoubleMatrix2DFactory
Copyright © 2010. All Rights Reserved.