org.ujmp.core.matrix.factory
Interface SparseMatrix2DFactory

All Superinterfaces:
Matrix2DFactory, MatrixFactoryRoot, Serializable, SparseMatrixFactory
All Known Subinterfaces:
SparseDoubleMatrix2DFactory, SparseObjectMatrix2DFactory
All Known Implementing Classes:
DefaultSparseDoubleMatrix2DFactory, DefaultSparseObjectMatrix2DFactory, DefaultSparseObjectMatrixFactory

public interface SparseMatrix2DFactory
extends SparseMatrixFactory, Matrix2DFactory


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

Method Detail

zeros

SparseMatrix2D zeros(long rows,
                     long cols)
Specified by:
zeros in interface Matrix2DFactory

zeros

SparseMatrix2D zeros(long... size)
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface MatrixFactoryRoot
Specified by:
zeros in interface SparseMatrixFactory


Copyright © 2010. All Rights Reserved.