Sha256: 915057deea70fe2d7bb298d5776245f770dc16f42de4cb31cc603df567e91e25

Contents?: true

Size: 691 Bytes

Versions: 14

Compression:

Stored size: 691 Bytes

Contents

/*
  rb_gsl_linalg.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
*/

#ifndef ___RB_GSL_LINALG_H___
#define ___RB_GSL_LINALG_H___

#include "gsl/gsl_linalg.h"
#include "gsl/gsl_math.h"

#ifdef HAVE_NARRAY_H
#include "rb_gsl_with_narray.h"
#endif

VALUE rb_gsl_linalg_complex_LU_decomp(int argc, VALUE *argv, VALUE obj);
VALUE rb_gsl_linalg_complex_LU_decomp2(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_linalg.h
romanbsd-gsl-1.11.2.2 include/rb_gsl_linalg.h
gsl-nmatrix-1.15.3.1 include/rb_gsl_linalg.h
rb-gsl-1.16.0 include/rb_gsl_linalg.h
rb-gsl-1.15.3.2 include/rb_gsl_linalg.h
rb-gsl-1.15.3.1 include/rb_gsl_linalg.h
blackwinter-gsl-1.15.3.2 include/rb_gsl_linalg.h
gsl-nmatrix-1.15.3.0 include/rb_gsl_linalg.h
gsl-1.15.3 include/rb_gsl_linalg.h
gsl-1.14.7 include/rb_gsl_linalg.h
gsl-1.14.6 include/rb_gsl_linalg.h
gsl-1.14.5 include/rb_gsl_linalg.h
gsl-1.12.109 include/rb_gsl_linalg.h
gsl-1.12.108 include/rb_gsl_linalg.h