Sha256: c8305af17187112c08052e87c468157ba724506fccd84d076ba8c4ea9a443b82

Contents?: true

Size: 701 Bytes

Versions: 14

Compression:

Stored size: 701 Bytes

Contents

/*
  rb_gsl_fit.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_FIT_H___
#define ___RB_GSL_FIT_H___

#include "ruby.h"
#include <gsl/gsl_blas.h>
#include <gsl/gsl_fit.h>
#include <gsl/gsl_multifit.h>
#include <gsl/gsl_multifit_nlin.h>
#include "rb_gsl_array.h"

EXTERN VALUE mgsl_multifit;

#endif

Version data entries

14 entries across 14 versions & 5 rubygems

Version Path
gsl-nmatrix-1.15.3.2 include/rb_gsl_fit.h
romanbsd-gsl-1.11.2.2 include/rb_gsl_fit.h
gsl-nmatrix-1.15.3.1 include/rb_gsl_fit.h
rb-gsl-1.16.0 include/rb_gsl_fit.h
rb-gsl-1.15.3.2 include/rb_gsl_fit.h
rb-gsl-1.15.3.1 include/rb_gsl_fit.h
blackwinter-gsl-1.15.3.2 include/rb_gsl_fit.h
gsl-nmatrix-1.15.3.0 include/rb_gsl_fit.h
gsl-1.15.3 include/rb_gsl_fit.h
gsl-1.14.7 include/rb_gsl_fit.h
gsl-1.14.6 include/rb_gsl_fit.h
gsl-1.14.5 include/rb_gsl_fit.h
gsl-1.12.109 include/rb_gsl_fit.h
gsl-1.12.108 include/rb_gsl_fit.h