org.ujmp.core.doublematrix.factory
Class DefaultSparseDoubleMatrixFactory

java.lang.Object
  extended by org.ujmp.core.matrix.factory.AbstractMatrixFactory
      extended by org.ujmp.core.doublematrix.factory.DefaultSparseDoubleMatrixFactory
All Implemented Interfaces:
Serializable, DoubleMatrixFactory, SparseDoubleMatrixFactory, MatrixFactoryRoot, SparseMatrixFactory

public class DefaultSparseDoubleMatrixFactory
extends AbstractMatrixFactory
implements SparseDoubleMatrixFactory

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.ujmp.core.matrix.factory.MatrixFactoryRoot
ALL, COLUMN, NONE, ROW, X, Y, Z
 
Constructor Summary
DefaultSparseDoubleMatrixFactory()
           
 
Method Summary
 SparseDoubleMatrix zeros(long... size)
           
 
Methods inherited from class org.ujmp.core.matrix.factory.AbstractMatrixFactory
eye, ones, rand, randn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixFactoryRoot
eye, ones, rand, randn
 

Constructor Detail

DefaultSparseDoubleMatrixFactory

public DefaultSparseDoubleMatrixFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.