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