org.ujmp.core.objectmatrix.factory
Interface SparseObjectMatrix2DFactory

All Superinterfaces:
Matrix2DFactory, MatrixFactoryRoot, ObjectMatrix2DFactory, ObjectMatrixFactory, Serializable, SparseMatrix2DFactory, SparseMatrixFactory, SparseObjectMatrixFactory
All Known Implementing Classes:
DefaultSparseObjectMatrix2DFactory, DefaultSparseObjectMatrixFactory

public interface SparseObjectMatrix2DFactory
extends SparseMatrix2DFactory, SparseObjectMatrixFactory, ObjectMatrix2DFactory


Field Summary
 
Fields inherited from interface org.ujmp.core.matrix.factory.MatrixFactoryRoot
ALL, COLUMN, NONE, ROW, X, Y, Z
 
Method Summary
 SparseObjectMatrix2D zeros(long... size)
           
 SparseObjectMatrix2D zeros(long rows, long cols)
           
 
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixFactoryRoot
eye, ones, rand, randn
 

Method Detail

zeros

SparseObjectMatrix2D zeros(long... size)
                           throws MatrixException
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface MatrixFactoryRoot
Specified by:
zeros in interface ObjectMatrix2DFactory
Specified by:
zeros in interface ObjectMatrixFactory
Specified by:
zeros in interface SparseMatrix2DFactory
Specified by:
zeros in interface SparseMatrixFactory
Specified by:
zeros in interface SparseObjectMatrixFactory
Throws:
MatrixException

zeros

SparseObjectMatrix2D zeros(long rows,
                           long cols)
                           throws MatrixException
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface ObjectMatrix2DFactory
Specified by:
zeros in interface SparseMatrix2DFactory
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.