repo.or.cz
/
Math-GSL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding gsl_matrix_complex_long_double to Matrix.i and making some changes to Randist.t
[Math-GSL.git]
/
QRNG.i
blob
5a16f1cef390e4b0981d91441ec5f17757f6789e
1
%
module QRNG
2
%{
3
#include
"/usr/local/include/gsl/gsl_types.h"
4
#include
"/usr/local/include/gsl/gsl_qrng.h"
5
%}
6
7
%
include
"/usr/local/include/gsl/gsl_types.h"
8
%
include
"/usr/local/include/gsl/gsl_qrng.h"
9