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