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)
           
 

メソッドの詳細

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
例外:
java.lang.CloneNotSupportedException

encode

java.lang.String encode()
定義:
インタフェース Encodable 内の encode

get

double get(int i,
           int j)

ncols

int ncols()

nrows

int nrows()

set

void set(int i,
         int j,
         double value)