Sha256: 6ae2573df55c6ad60abdd7146bbbd5e74a0457ea1739ddfb6bbaf13d13b80a3f

Contents?: true

Size: 657 Bytes

Versions: 11

Compression:

Stored size: 657 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 <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

11 entries across 11 versions & 2 rubygems

Version Path
gsl-2.1.0.3 ext/gsl_native/include/rb_gsl_fit.h
gsl-2.1.0.2 ext/gsl_native/include/rb_gsl_fit.h
gsl-2.1.0.1 ext/gsl_native/include/rb_gsl_fit.h
gsl-2.1.0 ext/gsl_native/include/rb_gsl_fit.h
gsl-1.16.0.6 ext/gsl_native/include/rb_gsl_fit.h
rb-gsl-1.16.0.5 ext/gsl_native/include/rb_gsl_fit.h
rb-gsl-1.16.0.4 ext/gsl/include/rb_gsl_fit.h
rb-gsl-1.16.0.3 ext/gsl/include/rb_gsl_fit.h
rb-gsl-1.16.0.3.rc1 ext/gsl/include/rb_gsl_fit.h
rb-gsl-1.16.0.2 ext/gsl/include/rb_gsl_fit.h
rb-gsl-1.16.0.1 ext/gsl/include/rb_gsl_fit.h