org.ujmp.core.doublematrix.factory
Interface SparseDoubleMatrix2DFactory

All Superinterfaces:
DoubleMatrix2DFactory, DoubleMatrixFactory, Matrix2DFactory, MatrixFactoryRoot, Serializable, SparseDoubleMatrixFactory, SparseMatrix2DFactory, SparseMatrixFactory
All Known Implementing Classes:
DefaultSparseDoubleMatrix2DFactory

public interface SparseDoubleMatrix2DFactory
extends SparseMatrix2DFactory, SparseDoubleMatrixFactory, DoubleMatrix2DFactory


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

Method Detail

zeros

SparseDoubleMatrix2D zeros(long... size)
Specified by:
zeros in interface DoubleMatrix2DFactory
Specified by:
zeros in interface DoubleMatrixFactory
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface MatrixFactoryRoot
Specified by:
zeros in interface SparseDoubleMatrixFactory
Specified by:
zeros in interface SparseMatrix2DFactory
Specified by:
zeros in interface SparseMatrixFactory

zeros

SparseDoubleMatrix2D zeros(long rows,
                           long cols)
Specified by:
zeros in interface DoubleMatrix2DFactory
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface SparseMatrix2DFactory


Copyright © 2010. All Rights Reserved.