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