org.ujmp.commonsmath
Class CommonsMathDenseDoubleMatrix2DFactory
java.lang.Object
org.ujmp.core.matrix.factory.AbstractMatrixFactory
org.ujmp.core.doublematrix.factory.AbstractDoubleMatrix2DFactory
org.ujmp.commonsmath.CommonsMathDenseDoubleMatrix2DFactory
- All Implemented Interfaces:
- Serializable, DoubleMatrix2DFactory, DoubleMatrixFactory, Matrix2DFactory, MatrixFactoryRoot
public class CommonsMathDenseDoubleMatrix2DFactory
- extends AbstractDoubleMatrix2DFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final CommonsMathDenseDoubleMatrix2DFactory INSTANCE
CommonsMathDenseDoubleMatrix2DFactory
public CommonsMathDenseDoubleMatrix2DFactory()
zeros
public DenseDoubleMatrix2D zeros(long rows,
long columns)
throws MatrixException
- Throws:
MatrixException
dense
public DenseDoubleMatrix2D dense(org.apache.commons.math.linear.Array2DRowRealMatrix matrix)
throws MatrixException
- Throws:
MatrixException
dense
public DenseDoubleMatrix2D dense(org.apache.commons.math.linear.BlockRealMatrix matrix)
throws MatrixException
- Throws:
MatrixException
dense
public Matrix dense(org.apache.commons.math.linear.RealMatrix matrix)
Copyright © 2010. All Rights Reserved.