org.ujmp.core.matrix.factory
Interface SparseMatrixFactory

All Superinterfaces:
MatrixFactoryRoot, Serializable
All Known Subinterfaces:
SparseDoubleMatrix2DFactory, SparseDoubleMatrixFactory, SparseMatrix2DFactory, SparseObjectMatrix2DFactory, SparseObjectMatrixFactory
All Known Implementing Classes:
DefaultSparseDoubleMatrix2DFactory, DefaultSparseDoubleMatrixFactory, DefaultSparseObjectMatrix2DFactory, DefaultSparseObjectMatrixFactory

public interface SparseMatrixFactory
extends MatrixFactoryRoot


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

Method Detail

zeros

SparseMatrix zeros(long... size)
                   throws MatrixException
Specified by:
zeros in interface MatrixFactoryRoot
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.