public abstract class ComplexMatrixFactory
extends java.lang.Object
コンストラクタと説明 |
---|
ComplexMatrixFactory() |
修飾子とタイプ | メソッドと説明 |
---|---|
abstract ComplexMatrix |
createMatrix(int nrows,
int ncols) |
static ComplexMatrixFactory |
getFactory() |
public abstract ComplexMatrix createMatrix(int nrows, int ncols)
public static ComplexMatrixFactory getFactory()