/* * Returns a new Dvector populated with the given objects. * * Dvector.[]( 1, 2, 3, 4 ) -> a_dvector * Dvector[ 1, 2, 3, 4 ] -> a_dvector * */ static VALUE dvector_s_create(int argc, VALUE *argv, VALUE klass) {