org.ujmp.core.objectmatrix.factory
Interface SparseObjectMatrixFactory

All Superinterfaces:
MatrixFactoryRoot, ObjectMatrixFactory, Serializable, SparseMatrixFactory
All Known Subinterfaces:
SparseObjectMatrix2DFactory
All Known Implementing Classes:
DefaultSparseObjectMatrix2DFactory, DefaultSparseObjectMatrixFactory

public interface SparseObjectMatrixFactory
extends SparseMatrixFactory, ObjectMatrixFactory


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

Method Detail

zeros

SparseObjectMatrix zeros(long... size)
                         throws MatrixException
Specified by:
zeros in interface MatrixFactoryRoot
Specified by:
zeros in interface ObjectMatrixFactory
Specified by:
zeros in interface SparseMatrixFactory
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.