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