Sha256: ad2e0ecc045a33c375d05aa5fa2898ddd98bddc2e04a8e3b03245dfeb7d7c96d

Contents?: true

Size: 892 Bytes

Versions: 14

Compression:

Stored size: 892 Bytes

Contents

/*
  vector.c
  Ruby/GSL: Ruby extension library for GSL (GNU Scientific Library)
    (C) Copyright 2001-2006 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.
*/

/*
  This code uses "templates_on.h" and "templates_off.h",
  which are provided by the GSL source.
 */

#include "rb_gsl_config.h"
#include "rb_gsl_array.h"
#include "rb_gsl_histogram.h"
#include "rb_gsl_complex.h"
#include "rb_gsl_poly.h"
#ifdef HAVE_NARRAY_H
#include "rb_gsl_with_narray.h"
#endif

#define BASE_DOUBLE
#include "templates_on.h"
#include "vector_source.c"
#include "templates_off.h"
#undef  BASE_DOUBLE

#define BASE_INT
#include "templates_on.h"
#include "vector_source.c"
#include "templates_off.h"
#undef  BASE_INT


Version data entries

14 entries across 14 versions & 5 rubygems

Version Path
gsl-nmatrix-1.15.3.2 ext/vector.c
romanbsd-gsl-1.11.2.2 ext/vector.c
gsl-nmatrix-1.15.3.1 ext/vector.c
rb-gsl-1.16.0 ext/vector.c
rb-gsl-1.15.3.2 ext/vector.c
rb-gsl-1.15.3.1 ext/vector.c
blackwinter-gsl-1.15.3.2 ext/vector.c
gsl-nmatrix-1.15.3.0 ext/vector.c
gsl-1.15.3 ext/vector.c
gsl-1.14.7 ext/vector.c
gsl-1.14.6 ext/vector.c
gsl-1.14.5 ext/vector.c
gsl-1.12.109 ext/vector.c
gsl-1.12.108 ext/vector.c