jp.crestmuse.cmx.math
クラス DefaultDoubleMatrixFactory

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.math.DoubleMatrixFactory
      上位を拡張 jp.crestmuse.cmx.math.DefaultDoubleMatrixFactory

public class DefaultDoubleMatrixFactory
extends DoubleMatrixFactory


コンストラクタの概要
DefaultDoubleMatrixFactory()
           
 
メソッドの概要
 DoubleMatrix createMatrix(double[][] values)
           
 DoubleMatrix createMatrix(int nrows, int ncols)
           
 DoubleMatrix createSparseMatrix(int nrows, int ncols)
           
 
クラス jp.crestmuse.cmx.math.DoubleMatrixFactory から継承されたメソッド
getFactory
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultDoubleMatrixFactory

public DefaultDoubleMatrixFactory()
メソッドの詳細

createMatrix

public DoubleMatrix createMatrix(int nrows,
                                 int ncols)
定義:
クラス DoubleMatrixFactory 内の createMatrix

createMatrix

public DoubleMatrix createMatrix(double[][] values)
定義:
クラス DoubleMatrixFactory 内の createMatrix

createSparseMatrix

public DoubleMatrix createSparseMatrix(int nrows,
                                       int ncols)
定義:
クラス DoubleMatrixFactory 内の createSparseMatrix