|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.math.DoubleMatrixFactory
jp.crestmuse.cmx.math.DefaultDoubleMatrixFactory
public class DefaultDoubleMatrixFactory
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public DefaultDoubleMatrixFactory()
メソッドの詳細 |
---|
public DoubleMatrix createMatrix(int nrows, int ncols)
DoubleMatrixFactory
内の createMatrix
public DoubleMatrix createMatrix(double[][] values)
DoubleMatrixFactory
内の createMatrix
public DoubleMatrix createSparseMatrix(int nrows, int ncols)
DoubleMatrixFactory
内の createSparseMatrix
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |