Sha256: 327b43e22057854bdeb16c942176426fdac8f4eb662b1b89167e13c0b612d59c

Contents?: true

Size: 776 Bytes

Versions: 14

Compression:

Stored size: 776 Bytes

Contents

/*
  rb_gsl_complex.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_COMPLEX_H___
#define ___RB_GSL_COMPLEX_H___

#include <math.h>
#include "ruby.h"
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>

EXTERN VALUE cgsl_complex;
VALUE rb_gsl_complex_pow(int argc, VALUE *argv, VALUE obj);
VALUE rb_gsl_complex_pow_real(int argc, VALUE *argv, VALUE obj);

#endif

Version data entries

14 entries across 14 versions & 5 rubygems

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