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