// version 1.0.0 14Feb2018 // Prototypes for functions defined in mycalcsv.cpp ST_retcode MyAve(MyMatrix &bmat, ST_int first, ST_int last, ST_int nvars, ST_int *nobs) ; ST_retcode MyV(MyMatrix &bmat, MyMatrix &vmat, ST_int first, ST_int last, ST_int nvars, ST_int nobs) ;