org.ujmp.core.doublematrix.factory
Interface SparseDoubleMatrixFactory

All Superinterfaces:
DoubleMatrixFactory, MatrixFactoryRoot, Serializable, SparseMatrixFactory
All Known Subinterfaces:
SparseDoubleMatrix2DFactory
All Known Implementing Classes:
DefaultSparseDoubleMatrix2DFactory, DefaultSparseDoubleMatrixFactory

public interface SparseDoubleMatrixFactory
extends SparseMatrixFactory, DoubleMatrixFactory


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

Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.