Sha256: 4e2c54ed756fb201a6951836bf8b7a9dcaf8b06b996934c9aa9b7bdaa2272280

Contents?: true

Size: 840 Bytes

Versions: 6

Compression:

Stored size: 840 Bytes

Contents

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

/*
  The gsl_tensor package is developed by J.Burguet, and
  distributed separately as an add-on package.
 */

#ifdef HAVE_TENSOR_TENSOR_H

#include "include/rb_gsl_tensor.h"

#include "include/rb_gsl_with_narray.h"

#define BASE_DOUBLE
#include "include/templates_on.h"
#include "tensor_source.h"
#include "include/templates_off.h"
#undef  BASE_DOUBLE

#define BASE_INT
#include "include/templates_on.h"
#include "tensor_source.h"
#include "include/templates_off.h"
#undef  BASE_INT

#endif

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gsl-2.1.0.3 ext/gsl_native/tensor.c
gsl-2.1.0.2 ext/gsl_native/tensor.c
gsl-2.1.0.1 ext/gsl_native/tensor.c
gsl-2.1.0 ext/gsl_native/tensor.c
gsl-1.16.0.6 ext/gsl_native/tensor.c
rb-gsl-1.16.0.5 ext/gsl_native/tensor.c