jp.crestmuse.cmx.math
インタフェース DoubleMatrix
- すべてのスーパーインタフェース:
- Encodable
- 既知の実装クラスの一覧:
- AbstractDoubleMatrixImpl
public interface DoubleMatrix
- extends Encodable
メソッドの概要 |
java.lang.Object |
clone()
|
java.lang.String |
encode()
|
double |
get(int i,
int j)
|
int |
ncols()
|
int |
nrows()
|
void |
set(int i,
int j,
double value)
|
nrows
int nrows()
ncols
int ncols()
get
double get(int i,
int j)
set
void set(int i,
int j,
double value)
clone
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- 例外:
java.lang.CloneNotSupportedException
encode
java.lang.String encode()
- 定義:
- インタフェース
Encodable
内の encode