org.ujmp.core.objectmatrix.factory
Class DefaultDenseObjectMatrix2DFactory
java.lang.Object
org.ujmp.core.matrix.factory.AbstractMatrixFactory
org.ujmp.core.objectmatrix.factory.DefaultDenseObjectMatrix2DFactory
- All Implemented Interfaces:
- Serializable, DenseMatrix2DFactory, DenseMatrixFactory, Matrix2DFactory, MatrixFactoryRoot, DenseObjectMatrix2DFactory, DenseObjectMatrixFactory, ObjectMatrix2DFactory, ObjectMatrixFactory
public class DefaultDenseObjectMatrix2DFactory
- extends AbstractMatrixFactory
- implements DenseObjectMatrix2DFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDenseObjectMatrix2DFactory
public DefaultDenseObjectMatrix2DFactory()
zeros
public DenseObjectMatrix2D zeros(long rows,
long columns)
throws MatrixException
- Specified by:
zeros
in interface DenseMatrix2DFactory
- Specified by:
zeros
in interface Matrix2DFactory
- Specified by:
zeros
in interface DenseObjectMatrix2DFactory
- Specified by:
zeros
in interface ObjectMatrix2DFactory
- Throws:
MatrixException
zeros
public DenseObjectMatrix2D zeros(long... size)
throws MatrixException
- Specified by:
zeros
in interface DenseMatrix2DFactory
- Specified by:
zeros
in interface DenseMatrixFactory
- Specified by:
zeros
in interface Matrix2DFactory
- Specified by:
zeros
in interface MatrixFactoryRoot
- Specified by:
zeros
in interface DenseObjectMatrix2DFactory
- Specified by:
zeros
in interface DenseObjectMatrixFactory
- Specified by:
zeros
in interface ObjectMatrix2DFactory
- Specified by:
zeros
in interface ObjectMatrixFactory
- Throws:
MatrixException
Copyright © 2010. All Rights Reserved.