- Timestamp:
- 07/09/07 07:50:50 (1 year ago)
- Files:
-
- trunk/gsl/gsl/gsl_complex.d (modified) (1 diff)
- trunk/gsl/gsl/gsl_eigen.d (modified) (7 diffs)
- trunk/gsl/gsl/gsl_fft.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_fft_complex.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_fft_complex_float.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_fft_halfcomplex.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_fft_halfcomplex_float.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_fft_real.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_fft_real_float.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_histogram.d (modified) (3 diffs)
- trunk/gsl/gsl/gsl_histogram2d.d (modified) (4 diffs)
- trunk/gsl/gsl/gsl_ieee_utils.d (modified) (3 diffs)
- trunk/gsl/gsl/gsl_integration.d (modified) (6 diffs)
- trunk/gsl/gsl/gsl_interp.d (modified) (4 diffs)
- trunk/gsl/gsl/gsl_matrix_char.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_complex_double.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_complex_float.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_complex_long_double.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_double.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_float.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_int.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_long.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_long_double.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_short.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_uchar.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_uint.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_ulong.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_matrix_ushort.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_min.d (modified) (3 diffs)
- trunk/gsl/gsl/gsl_monte_miser.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_monte_plain.d (modified) (1 diff)
- trunk/gsl/gsl/gsl_monte_vegas.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_multifit.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_multifit_nlin.d (modified) (6 diffs)
- trunk/gsl/gsl/gsl_multimin.d (modified) (10 diffs)
- trunk/gsl/gsl/gsl_multiroots.d (modified) (6 diffs)
- trunk/gsl/gsl/gsl_ntuple.d (modified) (1 diff)
- trunk/gsl/gsl/gsl_odeiv.d (modified) (8 diffs)
- trunk/gsl/gsl/gsl_poly.d (modified) (1 diff)
- trunk/gsl/gsl/gsl_qrng.d (modified) (4 diffs)
- trunk/gsl/gsl/gsl_randist.d (modified) (1 diff)
- trunk/gsl/gsl/gsl_rng.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_roots.d (modified) (5 diffs)
- trunk/gsl/gsl/gsl_siman.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_spline.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_sum.d (modified) (4 diffs)
- trunk/gsl/gsl/gsl_vector_char.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_complex_double.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_complex_float.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_complex_long_double.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_double.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_float.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_int.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_long.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_long_double.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_short.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_uchar.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_uint.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_ulong.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_vector_ushort.d (modified) (2 diffs)
- trunk/gsl/gsl/gsl_wavelet.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gsl/gsl/gsl_complex.d
r186 r193 69 69 alias real *gsl_const_complex_packed_long_double_ptr; 70 70 71 struct _N171 struct gsl_complex_long_double 72 72 { 73 73 real [2]dat; 74 } 75 alias _N1 gsl_complex_long_double; 74 }; 76 75 77 struct _N276 struct gsl_complex 78 77 { 79 78 double [2]dat; 80 } 81 alias _N2 gsl_complex; 79 }; 82 80 83 struct _N381 struct gsl_complex_float 84 82 { 85 83 float [2]dat; 86 } 87 alias _N3 gsl_complex_float; 84 }; 88 85 trunk/gsl/gsl/gsl_eigen.d
r186 r193 26 26 public import gsl.gsl_matrix; 27 27 28 struct _N8928 struct gsl_eigen_symm_workspace 29 29 { 30 30 size_t size; 31 31 double *d; 32 32 double *sd; 33 } 33 }; 34 34 extern (C): 35 alias _N89 gsl_eigen_symm_workspace;36 35 37 36 gsl_eigen_symm_workspace * gsl_eigen_symm_alloc(size_t n); … … 41 40 int gsl_eigen_symm(gsl_matrix *A, gsl_vector *eval, gsl_eigen_symm_workspace *w); 42 41 43 struct _N9042 struct gsl_eigen_symmv_workspace 44 43 { 45 44 size_t size; … … 48 47 double *gc; 49 48 double *gs; 50 } 51 alias _N90 gsl_eigen_symmv_workspace; 49 }; 52 50 53 51 gsl_eigen_symmv_workspace * gsl_eigen_symmv_alloc(size_t n); … … 57 55 int gsl_eigen_symmv(gsl_matrix *A, gsl_vector *eval, gsl_matrix *evec, gsl_eigen_symmv_workspace *w); 58 56 59 struct _N9157 struct gsl_eigen_herm_workspace 60 58 { 61 59 size_t size; … … 63 61 double *sd; 64 62 double *tau; 65 } 66 alias _N91 gsl_eigen_herm_workspace; 63 }; 67 64 68 65 gsl_eigen_herm_workspace * gsl_eigen_herm_alloc(size_t n); … … 72 69 int gsl_eigen_herm(gsl_matrix_complex *A, gsl_vector *eval, gsl_eigen_herm_workspace *w); 73 70 74 struct _N9271 struct gsl_eigen_hermv_workspace 75 72 { 76 73 size_t size; … … 80 77 double *gc; 81 78 double *gs; 82 } 83 alias _N92 gsl_eigen_hermv_workspace; 79 }; 84 80 85 81 gsl_eigen_hermv_workspace * gsl_eigen_hermv_alloc(size_t n); trunk/gsl/gsl/gsl_fft.d
r186 r193 24 24 public import gsl.gsl_complex; 25 25 26 extern (C): 26 27 enum 27 28 { … … 31 32 gsl_fft_backward = 1, 32 33 } 33 extern (C):34 34 alias int gsl_fft_direction; 35 35 trunk/gsl/gsl/gsl_fft_complex.d
r186 r193 51 51 /* Mixed Radix general-N routines */ 52 52 53 struct _N553 struct gsl_fft_complex_wavetable 54 54 { 55 55 size_t n; … … 58 58 gsl_complex *[64]twiddle; 59 59 gsl_complex *trig; 60 } 61 alias _N5 gsl_fft_complex_wavetable; 60 }; 62 61 63 struct _N662 struct gsl_fft_complex_workspace 64 63 { 65 64 size_t n; 66 65 double *scratch; 67 } 68 alias _N6 gsl_fft_complex_workspace; 66 }; 69 67 70 68 gsl_fft_complex_wavetable * gsl_fft_complex_wavetable_alloc(size_t n); trunk/gsl/gsl/gsl_fft_complex_float.d
r186 r193 51 51 /* Mixed Radix general-N routines */ 52 52 53 struct _N553 struct gsl_fft_complex_wavetable_float 54 54 { 55 55 size_t n; … … 58 58 gsl_complex_float *[64]twiddle; 59 59 gsl_complex_float *trig; 60 } 61 alias _N5 gsl_fft_complex_wavetable_float; 60 }; 62 61 63 struct _N662 struct gsl_fft_complex_workspace_float 64 63 { 65 64 size_t n; 66 65 float *scratch; 67 } 68 alias _N6 gsl_fft_complex_workspace_float; 66 }; 69 67 70 68 gsl_fft_complex_wavetable_float * gsl_fft_complex_wavetable_float_alloc(size_t n); trunk/gsl/gsl/gsl_fft_halfcomplex.d
r186 r193 39 39 int gsl_fft_halfcomplex_radix2_transform(double *data, size_t stride, size_t n); 40 40 41 struct _N741 struct gsl_fft_halfcomplex_wavetable 42 42 { 43 43 size_t n; … … 46 46 gsl_complex *[64]twiddle; 47 47 gsl_complex *trig; 48 } 49 alias _N7 gsl_fft_halfcomplex_wavetable; 48 }; 50 49 51 50 gsl_fft_halfcomplex_wavetable * gsl_fft_halfcomplex_wavetable_alloc(size_t n); trunk/gsl/gsl/gsl_fft_halfcomplex_float.d
r186 r193 39 39 int gsl_fft_halfcomplex_float_radix2_transform(float *data, size_t stride, size_t n); 40 40 41 struct _N741 struct gsl_fft_halfcomplex_wavetable_float 42 42 { 43 43 size_t n; … … 46 46 gsl_complex_float *[64]twiddle; 47 47 gsl_complex_float *trig; 48 } 49 alias _N7 gsl_fft_halfcomplex_wavetable_float; 48 }; 50 49 51 50 gsl_fft_halfcomplex_wavetable_float * gsl_fft_halfcomplex_wavetable_float_alloc(size_t n); trunk/gsl/gsl/gsl_fft_real.d
r186 r193 33 33 int gsl_fft_real_radix2_transform(double *data, size_t stride, size_t n); 34 34 35 struct _N535 struct gsl_fft_real_wavetable 36 36 { 37 37 size_t n; … … 40 40 gsl_complex *[64]twiddle; 41 41 gsl_complex *trig; 42 } 43 alias _N5 gsl_fft_real_wavetable; 42 }; 44 43 45 struct _N644 struct gsl_fft_real_workspace 46 45 { 47 46 size_t n; 48 47 double *scratch; 49 } 50 alias _N6 gsl_fft_real_workspace; 48 }; 51 49 52 50 gsl_fft_real_wavetable * gsl_fft_real_wavetable_alloc(size_t n); trunk/gsl/gsl/gsl_fft_real_float.d
r186 r193 33 33 int gsl_fft_real_float_radix2_transform(float *data, size_t stride, size_t n); 34 34 35 struct _N535 struct gsl_fft_real_wavetable_float 36 36 { 37 37 size_t n; … … 40 40 gsl_complex_float *[64]twiddle; 41 41 gsl_complex_float *trig; 42 } 43 alias _N5 gsl_fft_real_wavetable_float; 42 }; 44 43 45 struct _N644 struct gsl_fft_real_workspace_float 46 45 { 47 46 size_t n; 48 47 float *scratch; 49 } 50 alias _N6 gsl_fft_real_workspace_float; 48 }; 51 49 52 50 gsl_fft_real_wavetable_float * gsl_fft_real_wavetable_float_alloc(size_t n); trunk/gsl/gsl/gsl_histogram.d
r186 r193 26 26 import tango.stdc.stdio; 27 27 28 struct _N1 28 extern (C): 29 struct gsl_histogram 29 30 { 30 31 size_t n; 31 32 double *range; 32 33 double *bin; 33 } 34 extern (C): 35 alias _N1 gsl_histogram; 34 }; 36 35 37 struct _N236 struct gsl_histogram_pdf 38 37 { 39 38 size_t n; 40 39 double *range; 41 40 double *sum; 42 } 43 alias _N2 gsl_histogram_pdf; 41 }; 44 42 45 43 gsl_histogram * gsl_histogram_alloc(size_t n); … … 61 59 int gsl_histogram_get_range(gsl_histogram *h, size_t i, double *lower, double *upper); 62 60 63 64 61 double gsl_histogram_max(gsl_histogram *h); 65 62 … … 96 93 int gsl_histogram_mul(gsl_histogram *h1, gsl_histogram *h2); 97 94 98 99 95 int gsl_histogram_div(gsl_histogram *h1, gsl_histogram *h2); 100 96 trunk/gsl/gsl/gsl_histogram2d.d
r186 r193 26 26 import tango.stdc.stdio; 27 27 28 struct _N1 28 extern (C): 29 struct gsl_histogram2d 29 30 { 30 31 size_t nx; … … 33 34 double *yrange; 34 35 double *bin; 35 } 36 extern (C): 37 alias _N1 gsl_histogram2d; 36 }; 38 37 39 struct _N238 struct gsl_histogram2d_pdf 40 39 { 41 40 size_t nx; … … 44 43 double *yrange; 45 44 double *sum; 46 } 47 alias _N2 gsl_histogram2d_pdf; 45 }; 48 46 49 47 gsl_histogram2d * gsl_histogram2d_alloc(size_t nx, size_t ny); … … 66 64 67 65 int gsl_histogram2d_get_yrange(gsl_histogram2d *h, size_t j, double *ylower, double *yupper); 68 69 70 66 71 67 double gsl_histogram2d_xmax(gsl_histogram2d *h); trunk/gsl/gsl/gsl_ieee_utils.d
r186 r193 33 33 } 34 34 35 struct _N2 35 extern (C): 36 struct gsl_ieee_float_rep 36 37 { 37 38 int sign; … … 39 40 int exponent; 40 41 int type; 41 } 42 extern (C): 43 alias _N2 gsl_ieee_float_rep; 42 }; 44 43 45 struct _N344 struct gsl_ieee_double_rep 46 45 { 47 46 int sign; … … 49 48 int exponent; 50 49 int type; 51 } 52 alias _N3 gsl_ieee_double_rep; 50 }; 53 51 54 52 void gsl_ieee_printf_float(float *x); trunk/gsl/gsl/gsl_integration.d
r186 r193 28 28 /* Workspace for adaptive integrators */ 29 29 30 struct _N1 30 extern (C): 31 struct gsl_integration_workspace 31 32 { 32 33 size_t limit; … … 41 42 size_t *order; 42 43 size_t *level; 43 } 44 extern (C): 45 alias _N1 gsl_integration_workspace; 44 }; 46 45 47 46 gsl_integration_workspace * gsl_integration_workspace_alloc(size_t n); … … 51 50 /* Workspace for QAWS integrator */ 52 51 53 struct _N252 struct gsl_integration_qaws_table 54 53 { 55 54 double alpha; … … 61 60 double [25]rg; 62 61 double [25]rh; 63 } 64 alias _N2 gsl_integration_qaws_table; 62 }; 65 63 66 64 gsl_integration_qaws_table * gsl_integration_qaws_table_alloc(double alpha, double beta, int mu, int nu); … … 78 76 } 79 77 80 struct _N378 struct gsl_integration_qawo_table 81 79 { 82 80 size_t n; … … 86 84 gsl_integration_qawo_enum sine; 87 85 double *chebmo; 88 } 89 alias _N3 gsl_integration_qawo_table; 86 }; 90 87 91 88 gsl_integration_qawo_table * gsl_integration_qawo_table_alloc(double omega, double L, gsl_integration_qawo_enum sine, size_t n); trunk/gsl/gsl/gsl_interp.d
r186 r193 31 31 /* evaluation accelerator */ 32 32 33 struct _N1 33 extern (C): 34 struct gsl_interp_accel 34 35 { 35 36 size_t cache; 36 37 size_t miss_count; 37 38 size_t hit_count; 38 } 39 extern (C): 40 alias _N1 gsl_interp_accel; 39 }; 41 40 42 41 /* interpolation object type */ 43 42 44 struct _N243 struct gsl_interp_type 45 44 { 46 45 char *name; … … 53 52 int function(void *, double *xa, double *ya, size_t size, gsl_interp_accel *, double a, double b, double *result)eval_integ; 54 53 void function(void *)free; 55 } 56 alias _N2 gsl_interp_type; 54 }; 57 55 58 56 /* general interpolation object */ 59 57 60 struct _N358 struct gsl_interp 61 59 { 62 60 gsl_interp_type *type; … … 65 63 size_t size; 66 64 void *state; 67 } 68 alias _N3 gsl_interp; 65 }; 69 66 70 67 /* available types */ … … 119 116 size_t gsl_interp_bsearch(double *x_array, double x, size_t index_lo, size_t index_hi); 120 117 121 122 123 124 125 126 trunk/gsl/gsl/gsl_matrix_char.d
r186 r193 33 33 public import gsl.gsl_vector_char; 34 34 35 struct _N5 35 extern (C): 36 struct gsl_matrix_char 36 37 { 37 38 size_t size1; … … 41 42 gsl_block_char *block; 42 43 int owner; 43 } 44 extern (C): 45 alias _N5 gsl_matrix_char; 44 }; 46 45 47 struct _ N646 struct _gsl_matrix_char_view 48 47 { 49 48 gsl_matrix_char matrix; 50 } 51 alias _N6 _gsl_matrix_char_view; 52 49 }; 53 50 alias _gsl_matrix_char_view gsl_matrix_char_view; 54 51 55 struct _ N752 struct _gsl_matrix_char_const_view 56 53 { 57 54 gsl_matrix_char matrix; 58 } 59 alias _N7 _gsl_matrix_char_const_view; 60 55 }; 61 56 alias _gsl_matrix_char_const_view gsl_matrix_char_const_view; 62 57 trunk/gsl/gsl/gsl_matrix_complex_double.d
r186 r193 37 37 public import gsl.gsl_block_complex_double; 38 38 39 extern(C) { 40 alias _N11 gsl_matrix_complex; 41 } 39 extern (C): 42 40 43 struct _N1141 struct gsl_matrix_complex 44 42 { 45 43 size_t size1; … … 49 47 gsl_block_complex *block; 50 48 int owner; 51 } 52 extern (C): 49 }; 53 50 54 struct _ N1251 struct _gsl_matrix_complex_view 55 52 { 56 53 gsl_matrix_complex matrix; 57 } 58 alias _N12 _gsl_matrix_complex_view; 59 54 }; 60 55 alias _gsl_matrix_complex_view gsl_matrix_complex_view; 61 56 62 struct _ N1357 struct _gsl_matrix_complex_const_view 63 58 { 64 59 gsl_matrix_complex matrix; 65 } 66 alias _N13 _gsl_matrix_complex_const_view; 67 60 }; 68 61 alias _gsl_matrix_complex_const_view gsl_matrix_complex_const_view; 69 62 trunk/gsl/gsl/gsl_matrix_complex_float.d
r186 r193 37 37 public import gsl.gsl_block_complex_float; 38 38 39 struct _N11 39 extern (C): 40 struct gsl_matrix_complex_float 40 41 { 41 42 size_t size1; … … 45 46 gsl_block_complex_float *block; 46 47 int owner; 47 } 48 extern (C): 49 alias _N11 gsl_matrix_complex_float; 48 }; 50 49 51 struct _ N1250 struct _gsl_matrix_complex_float_view 52 51 { 53 52 gsl_matrix_complex_float matrix; 54 } 55 alias _N12 _gsl_matrix_complex_float_view; 56 53 }; 57 54 alias _gsl_matrix_complex_float_view gsl_matrix_complex_float_view; 58 55 59 struct _ N1356 struct _gsl_matrix_complex_float_const_view 60 57 { 61 58 gsl_matrix_complex_float matrix; 62 } 63 alias _N13 _gsl_matrix_complex_float_const_view; 64 59 }; 65 60 alias _gsl_matrix_complex_float_const_view gsl_matrix_complex_float_const_view; 66 61 trunk/gsl/gsl/gsl_matrix_complex_long_double.d
r186 r193 36 36 public import gsl.gsl_block_complex_long_double; 37 37 38 struct _N11 38 extern (C): 39 struct gsl_matrix_complex_long_double 39 40 { 40 41 size_t size1; … … 44 45 gsl_block_complex_long_double *block; 45 46 int owner; 46 } 47 extern (C): 48 alias _N11 gsl_matrix_complex_long_double; 47 }; 49 48 50 struct _ N1249 struct _gsl_matrix_complex_long_double_view 51 50 { 52 51 gsl_matrix_complex_long_double matrix; 53 } 54 alias _N12 _gsl_matrix_complex_long_double_view; 55 52 }; 56 53 alias _gsl_matrix_complex_long_double_view gsl_matrix_complex_long_double_view; 57 54 58 struct _ N1355 struct _gsl_matrix_complex_long_double_const_view 59 56 { 60 57 gsl_matrix_complex_long_double matrix; 61 } 62 alias _N13 _gsl_matrix_complex_long_double_const_view; 63 58 }; 64 59 alias _gsl_matrix_complex_long_double_const_view gsl_matrix_complex_long_double_const_view; 65 60 trunk/gsl/gsl/gsl_matrix_double.d
r186 r193 33 33 public import gsl.gsl_vector_double; 34 34 35 struct _N5 35 extern (C): 36 struct gsl_matrix 36 37 { 37 38 size_t size1; … … 41 42 gsl_block *block; 42 43 int owner; 43 } 44 extern (C): 45 alias _N5 gsl_matrix; 44 }; 46 45 47 struct _ N646 struct _gsl_matrix_view 48 47 { 49 48 gsl_matrix matrix; 50 } 51 alias _N6 _gsl_matrix_view; 52 49 }; 53 50 alias _gsl_matrix_view gsl_matrix_view; 54 51 55 struct _ N752 struct _gsl_matrix_const_view 56 53 { 57 54 gsl_matrix matrix; 58 } 59 alias _N7 _gsl_matrix_const_view; 60 55 }; 61 56 alias _gsl_matrix_const_view gsl_matrix_const_view; 62 57 trunk/gsl/gsl/gsl_matrix_float.d
r186 r193 33 33 public import gsl.gsl_vector_float; 34 34 35 struct _N5 35 extern (C): 36 struct gsl_matrix_float 36 37 { 37 38 size_t size1; … … 41 42 gsl_block_float *block; 42 43 int owner; 43 } 44 extern (C): 45 alias _N5 gsl_matrix_float; 44 }; 46 45 47 struct _ N646 struct _gsl_matrix_float_view 48 47 { 49 48 gsl_matrix_float matrix; 50 } 51 alias _N6 _gsl_matrix_float_view; 52 49 }; 53 50 alias _gsl_matrix_float_view gsl_matrix_float_view; 54 51 55 struct _ N752 struct _gsl_matrix_float_const_view 56 53 { 57 54 gsl_matrix_float matrix; 58 } 59 alias _N7 _gsl_matrix_float_const_view; 60 55 }; 61 56 alias _gsl_matrix_float_const_view gsl_matrix_float_const_view; 62 57 trunk/gsl/gsl/gsl_matrix_int.d
r186 r193 33 33 public import gsl.gsl_vector_int; 34 34 35 struct _N5 35 extern (C): 36 struct gsl_matrix_int 36 37 { 37 38 size_t size1; … … 41 42 gsl_block_int *block; 42 43 int owner; 43 } 44 extern (C): 45 alias _N5 gsl_matrix_int; 44 }; 46 45 47 struct _ N646 struct _gsl_matrix_int_view 48 47 { 49 48 gsl_matrix_int matrix; 50 } 51 alias _N6 _gsl_matrix_int_view; 52 49 }; 53 50 alias _gsl_matrix_int_view gsl_matrix_int_view; 54 51 55 struct _ N752 struct _gsl_matrix_int_const_view 56 53 { 57 54 gsl_matrix_int matrix; 58 } 59 alias _N7 _gsl_matrix_int_const_view; 60 55 }; 61 56 alias _gsl_matrix_int_const_view gsl_matrix_int_const_view; 62 57 trunk/gsl/gsl/gsl_matrix_long.d
r186 r193 33 33 public import gsl.gsl_vector_long; 34 34 35 struct _N5 35 extern (C): 36 struct gsl_matrix_long 36 37 { 37 38 size_t size1; … … 41 42 gsl_block_long *block; 42 43 int owner; 43 } 44 extern (C): 45 alias _N5 gsl_matrix_long; 44 }; 46 45 47 struct _ N646 struct _gsl_matrix_long_view 48 47 { 49 48 gsl_matrix_long matrix; 50 } 51 alias _N6 _gsl_matrix_long_view; 52 49 }; 53 50 alias _gsl_matrix_long_view gsl_matrix_long_view; 54 51 55 struct _ N752 struct _gsl_matrix_long_const_view 56 53 { 57 54 gsl_matrix_long matrix; 58 } 59 alias _N7 _gsl_matrix_long_const_view; 60 55 }; 61 56 alias _gsl_matrix_long_const_view gsl_matrix_long_const_view; 62 57 trunk/gsl/gsl/gsl_matrix_long_double.d
r186 r193 33 33 public import gsl.gsl_vector_long_double; 34 34 35 struct _N5 35 extern (C): 36 struct gsl_matrix_long_double 36 37 { 37 38 size_t size1; … … 41 42 gsl_block_long_double *block; 42 43 int owner; 43 } 44 extern (C): 45 alias _N5 gsl_matrix_long_double; 44 }; 46 45 47 struct _ N646 struct _gsl_matrix_long_double_view 48 47 { 49 48 gsl_matrix_long_double matrix; 50 } 51 alias _N6 _gsl_matrix_long_double_view; 52 49 }; 53 50 alias _gsl_matrix_long_double_view gsl_matrix_long_double_view; 54 51 55 struct _ N752 struct _gsl_matrix_long_double_const_view 56 53 { 57 54 gsl_matrix_long_double matrix; 58 } 59 alias _N7 _gsl_matrix_long_double_const_view; 60 55 }; 61 56 alias _gsl_matrix_long_double_const_view gsl_matrix_long_double_const_view; 62 57 trunk/gsl/gsl/gsl_matrix_short.d
r186 r193 33 33 public import gsl.gsl_vector_short; 34 34 35 struct _N5 35 extern (C): 36 struct gsl_matrix_short 36 37 { 37 38 size_t size1; … … 41 42 gsl_block_short *block; 42 43 int owner; 43 } 44 extern (C): 45 alias _N5 gsl_matrix_short; 44 }; 46 45 47 struct _ N646 struct _gsl_matrix_short_view 48 47 { 49 48 gsl_matrix_short matrix; 50 } 51 alias _N6 _gsl_matrix_short_view; 52 49 }; 53 50 alias _gsl_matrix_short_view gsl_matrix_short_view; 54 51 55 struct _ N752 struct _gsl_matrix_short_const_view 56 53 { 57 54 gsl_matrix_short matrix; 58 } 59 alias _N7 _gsl_matrix_short_const_view; 60 55 }; 61 56 alias _gsl_matrix_short_const_view gsl_matrix_short_const_view; 62 57 trunk/gsl/gsl/gsl_matrix_uchar.d
r186 r193 33 33 public import gsl.gsl_vector_uchar; 34 34 35 struct _N5 35 extern (C): 36 struct gsl_matrix_uchar 36 37 { 37 38 size_t size1; … … 41 42 gsl_block_uchar *block; 42 43 int owner; 43 } 44 extern (C): 45 alias _N5 gsl_matrix_uchar; 44 }; 46 45 47 struct _ N646 struct _gsl_matrix_uchar_view 48 47 { 49 48 gsl_matrix_uchar matrix; 50 } 51 alias _N6 _gsl_matrix_uchar_view; 52 49 }; 53 50 alias _gsl_matrix_uchar_view gsl_matrix_uchar_view; 54 51 55 struct _ N752 struct _gsl_matrix_uchar_const_view 56 53 { 57 54 gsl_matrix_uchar matrix; 58 } 59 alias _N7 _gsl_matrix_uchar_const_view; 60 55 }; 61 56 alias _gsl_matrix_uchar_const_view gsl_matrix_uchar_const_view; 62 57 trunk/gsl/gsl/gsl_matrix_uint.d
r186 r193 33 33 public import gsl.gsl_vector_uint; 34 34 35 struct _N5 35 extern (C): 36 struct gsl_matrix_uint 36 37 { 37 38 size_t size1; … … 41 42 gsl_block_uint *block; 42 43 int owner; 43 } 44 extern (C): 45 alias _N5 gsl_matrix_uint; 44 }; 46 45 47 struct _ N646 struct _gsl_matrix_uint_view 48 47 { 49 48 gsl_matrix_uint matrix; 50 } 51 alias _N6 _gsl_matrix_uint_view; 52 49 }; 53 50 alias _gsl_matrix_uint_view gsl_matrix_uint_view; 54 51 55 struct _ N752 struct _gsl_matrix_uint_const_view 56 53 { 57 54 gsl_matrix_uint matrix; 58 } 59 alias _N7 _gsl_matrix_uint_const_view; 60 55 }; 61 56 alias _gsl_matrix_uint_const_view gsl_matrix_uint_const_view; 62 57 trunk/gsl/gsl/gsl_matrix_ulong.d
r186 r193 33 33 public import gsl.gsl_vector_ulong; 34 34 35 struct _N5 35 extern (C): 36 struct gsl_matrix_ulong 36 37 { 37 38 size_t size1; … … 41 42 gsl_block_ulong *block; 42 43 int owner; 43 } 44 extern (C): 45 alias _N5 gsl_matrix_ulong; 44 }; 46 45 47 struct _ N646 struct _gsl_matrix_ulong_view 48 47 { 49 48 gsl_matrix_ulong matrix; 50 } 51 alias _N6 _gsl_matrix_ulong_view; 52
