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