Sha256: cb88ae881cd5a096b350e684923b8291e7a2ec155ac99a3f8035897c5729714f
Contents?: true
Size: 730 Bytes
Versions: 11
Compression:
Stored size: 730 Bytes
Contents
/* rb_gsl_function.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_FUNCTION_H___ #define ___RB_GSL_FUNCTION_H___ #include "rb_gsl.h" EXTERN VALUE cgsl_function; EXTERN VALUE cgsl_function_fdf; extern ID RBGSL_ID_call, RBGSL_ID_arity; void gsl_function_mark(gsl_function *f); void gsl_function_free(gsl_function *f); #endif
Version data entries
11 entries across 11 versions & 2 rubygems