Sha256: 6dfa0eb7bbcdb6e22925a8af369e965f887e1fe9ce43361102730583907d6f13
Contents?: true
Size: 609 Bytes
Versions: 14
Compression:
Stored size: 609 Bytes
Contents
/* rb_gsl_odeiv.h Ruby/GSL: Ruby extension library for GSL (GNU Scientific Library) (C) Copyright 2001-2004 by Yoshiki Tsunesada Ruby/GSL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef ___RB_GSL_ODEIV_H___ #define ___RB_GSL_ODEIV_H___ #include "ruby.h" #include <gsl/gsl_odeiv.h> #include "rb_gsl.h" #include "rb_gsl_array.h" #endif
Version data entries
14 entries across 14 versions & 5 rubygems