Sha256: 4208d5d59ed62637a3063f62ac9e8b5c1c13012ebec5341201ba9236df04bdc4

Contents?: true

Size: 662 Bytes

Versions: 5

Compression:

Stored size: 662 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>
#include "rb_gsl_with_narray.h"

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

5 entries across 5 versions & 1 rubygems

Version Path
rb-gsl-1.16.0.4 ext/gsl/include/rb_gsl_linalg.h
rb-gsl-1.16.0.3 ext/gsl/include/rb_gsl_linalg.h
rb-gsl-1.16.0.3.rc1 ext/gsl/include/rb_gsl_linalg.h
rb-gsl-1.16.0.2 ext/gsl/include/rb_gsl_linalg.h
rb-gsl-1.16.0.1 ext/gsl/include/rb_gsl_linalg.h