24252627282930
public DoubleTableIterator(IDoubleArray _X) { this.X = _X; this.rows = X.rows(); this.cols = X.columns(); o = new DoubleTableElement(X,0,0); }