jp.crestmuse.cmx.math
インタフェース DoubleMatrix


public interface DoubleMatrix


メソッドの概要
 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)