|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.math.DoubleMatrixFactory
public abstract class DoubleMatrixFactory
コンストラクタの概要 | |
---|---|
DoubleMatrixFactory()
|
メソッドの概要 | |
---|---|
abstract DoubleMatrix |
createMatrix(double[][] values)
|
abstract DoubleMatrix |
createMatrix(int nrows,
int ncols)
|
abstract DoubleMatrix |
createSparseMatrix(int nrows,
int ncols)
|
static DoubleMatrixFactory |
getFactory()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public DoubleMatrixFactory()
メソッドの詳細 |
---|
public static DoubleMatrixFactory getFactory()
public abstract DoubleMatrix createMatrix(int nrows, int ncols)
public abstract DoubleMatrix createMatrix(double[][] values)
public abstract DoubleMatrix createSparseMatrix(int nrows, int ncols)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |