package symjava.bytecode; public class BytecodeSelect { BytecodeVecFunc[] funcs; public BytecodeSelect(BytecodeVecFunc[] funcs) { this.funcs = funcs; } // void apply(double[] outAry, int outPos, double[][] ...args) { // int nCols = 0 ; // for(int i=0; i