jp.crestmuse.cmx.math
クラス DoubleMatrixFactory
java.lang.Object
jp.crestmuse.cmx.math.DoubleMatrixFactory
- 直系の既知のサブクラス:
- DefaultDoubleMatrixFactory
public abstract class DoubleMatrixFactory
- extends java.lang.Object
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleMatrixFactory
public DoubleMatrixFactory()
getFactory
public static final DoubleMatrixFactory getFactory()
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- 例外:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
createMatrix
public abstract DoubleMatrix createMatrix(int nrows,
int ncols)
createMatrix
public abstract DoubleMatrix createMatrix(double[][] values)
createSparseMatrix
public abstract DoubleMatrix createSparseMatrix(int nrows,
int ncols)