/* * call-seq: * dtable.row(int) -> a_dvec * * Creates a Dvector holding a copy of the contents of the requested row. */ VALUE dtable_row(VALUE ary, VALUE row_num) {