Sha256: 1eae5295532dde00e1ef688b4524dc87a1f79f5aa8e23b1182a340d1a54afeda
Contents?: true
Size: 371 Bytes
Versions: 19
Compression:
Stored size: 371 Bytes
Contents
#ifndef RUBY_GMP_MATRIX #define RUBY_GMP_MATRIX #include "func_mpfr_matrix.h" VALUE r_mpfr_matrix, r_mpfr_square_matrix, r_mpfr_col_vector, r_mpfr_row_vector, r_mpfr_vector_module; void r_mpfr_matrix_free(void *ptr); void r_mpfr_matrix_suitable_matrix_init (VALUE *other, MPFRMatrix **ptr_other, int row, int column); VALUE r_mpfr_matrix_robj(MPFRMatrix *x); #endif
Version data entries
19 entries across 19 versions & 2 rubygems