org.ujmp.core
Class MatrixFactoryTemp

java.lang.Object
  extended by org.ujmp.core.matrix.factory.AbstractMatrixFactory
      extended by org.ujmp.core.MatrixFactoryTemp
All Implemented Interfaces:
Serializable, MatrixFactoryRoot

public class MatrixFactoryTemp
extends AbstractMatrixFactory

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
MatrixFactoryTemp()
           
 
Method Summary
 Matrix 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
 

Constructor Detail

MatrixFactoryTemp

public MatrixFactoryTemp()
Method Detail

zeros

public Matrix zeros(long... size)
             throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.