Sha256: 847d6f2ad52b5fd6a40dcd2aa599353abf980c470bdceab3d687a2751e87b771

Contents?: true

Size: 470 Bytes

Versions: 6

Compression:

Stored size: 470 Bytes

Contents

/*
  <%=type_name%>.c
  Numerical Array Extension for Ruby
    (C) Copyright 1999-2011,2013 by Masahiro TANAKA

  This program is free software.
  You can distribute/modify this program
  under the same terms as Ruby itself.
  NO WARRANTY.
*/

#include <ruby.h>
#include <math.h>
#include "narray.h"
#include "SFMT.h"
#include "template.h"
#include "<%=type_name%>.h"

//#define cT  <%=type_var%>
VALUE cT;
//#define cRT <%=real_type_var%>

#ifdef mTM
VALUE mTM;
#endif

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
numo-narray-0.9.0.3-x86-mingw32 ext/numo/narray/gen/tmpl/head.c
numo-narray-0.9.0.3-x64-mingw32 ext/numo/narray/gen/tmpl/head.c
numo-narray-0.9.0.3 ext/numo/narray/gen/tmpl/head.c
numo-narray-0.9.0.1-x64-mingw32 ext/numo/narray/gen/tmpl/head.c
numo-narray-0.9.0.1 ext/numo/narray/gen/tmpl/head.c
numo-narray-0.9.0.1-x86-mingw32 ext/numo/narray/gen/tmpl/head.c