baseCode.dataStructure.matrix
Class DoubleMatrix2DNamedFactory
java.lang.Object
baseCode.dataStructure.matrix.DoubleMatrix2DNamedFactory
- public class DoubleMatrix2DNamedFactory
- extends java.lang.Object
Use this factory to create matrices of type selected at runtime.
Copyright (c) 2004
Institution: Columbia University
- Version:
- $Id: DoubleMatrix2DNamedFactory.java,v 1.2 2004/07/27 03:18:58 pavlidis Exp $
- Author:
- Paul Pavlidis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleMatrix2DNamedFactory
public DoubleMatrix2DNamedFactory()
sparse
public static SparseDoubleMatrix2DNamed sparse(double[][] T)
sparse
public static SparseDoubleMatrix2DNamed sparse(int rows,
int cols)
dense
public static DenseDoubleMatrix2DNamed dense(double[][] T)
dense
public static DenseDoubleMatrix2DNamed dense(int cols,
int rows)
Copyright © 2003-2005 Columbia University. All Rights Reserved.