static int |
gsl.gsl_matrix_ulong_add_constant(gsl_matrix_ulong a,
double x) |
static int |
gsl.gsl_matrix_ulong_add_diagonal(gsl_matrix_ulong a,
double x) |
static int |
gsl.gsl_matrix_ulong_add(gsl_matrix_ulong a,
gsl_matrix_ulong b) |
static gsl_matrix_ulong |
gsl.gsl_matrix_ulong_alloc_from_matrix(gsl_matrix_ulong m,
long k1,
long k2,
long n1,
long n2) |
static _gsl_vector_ulong_view |
gsl.gsl_matrix_ulong_column(gsl_matrix_ulong m,
long j) |
static _gsl_vector_ulong_const_view |
gsl.gsl_matrix_ulong_const_column(gsl_matrix_ulong m,
long j) |
static _gsl_vector_ulong_const_view |
gsl.gsl_matrix_ulong_const_diagonal(gsl_matrix_ulong m) |
static CLongPointer |
gsl.gsl_matrix_ulong_const_ptr(gsl_matrix_ulong m,
long i,
long j) |
static _gsl_vector_ulong_const_view |
gsl.gsl_matrix_ulong_const_row(gsl_matrix_ulong m,
long i) |
static _gsl_vector_ulong_const_view |
gsl.gsl_matrix_ulong_const_subcolumn(gsl_matrix_ulong m,
long j,
long offset,
long n) |
static _gsl_vector_ulong_const_view |
gsl.gsl_matrix_ulong_const_subdiagonal(gsl_matrix_ulong m,
long k) |
static _gsl_matrix_ulong_const_view |
gsl.gsl_matrix_ulong_const_submatrix(gsl_matrix_ulong m,
long i,
long j,
long n1,
long n2) |
static _gsl_vector_ulong_const_view |
gsl.gsl_matrix_ulong_const_subrow(gsl_matrix_ulong m,
long i,
long offset,
long n) |
static _gsl_vector_ulong_const_view |
gsl.gsl_matrix_ulong_const_superdiagonal(gsl_matrix_ulong m,
long k) |
static _gsl_vector_ulong_view |
gsl.gsl_matrix_ulong_diagonal(gsl_matrix_ulong m) |
static int |
gsl.gsl_matrix_ulong_div_elements(gsl_matrix_ulong a,
gsl_matrix_ulong b) |
static int |
gsl.gsl_matrix_ulong_equal(gsl_matrix_ulong a,
gsl_matrix_ulong b) |
static int |
gsl.gsl_matrix_ulong_fprintf(gsl.FILE stream,
gsl_matrix_ulong m,
BytePointer format) |
static int |
gsl.gsl_matrix_ulong_fprintf(gsl.FILE stream,
gsl_matrix_ulong m,
String format) |
static int |
gsl.gsl_matrix_ulong_fread(gsl.FILE stream,
gsl_matrix_ulong m) |
static void |
gsl.gsl_matrix_ulong_free(gsl_matrix_ulong m) |
static int |
gsl.gsl_matrix_ulong_fscanf(gsl.FILE stream,
gsl_matrix_ulong m) |
static int |
gsl.gsl_matrix_ulong_fwrite(gsl.FILE stream,
gsl_matrix_ulong m) |
static int |
gsl.gsl_matrix_ulong_get_col(gsl_vector_ulong v,
gsl_matrix_ulong m,
long j) |
static int |
gsl.gsl_matrix_ulong_get_row(gsl_vector_ulong v,
gsl_matrix_ulong m,
long i) |
static long |
gsl.gsl_matrix_ulong_get(gsl_matrix_ulong m,
long i,
long j) |
static int |
gsl.gsl_matrix_ulong_isneg(gsl_matrix_ulong m) |
static int |
gsl.gsl_matrix_ulong_isnonneg(gsl_matrix_ulong m) |
static int |
gsl.gsl_matrix_ulong_isnull(gsl_matrix_ulong m) |
static int |
gsl.gsl_matrix_ulong_ispos(gsl_matrix_ulong m) |
static void |
gsl.gsl_matrix_ulong_max_index(gsl_matrix_ulong m,
SizeTPointer imax,
SizeTPointer jmax) |
static long |
gsl.gsl_matrix_ulong_max(gsl_matrix_ulong m) |
static int |
gsl.gsl_matrix_ulong_memcpy(gsl_matrix_ulong dest,
gsl_matrix_ulong src) |
static void |
gsl.gsl_matrix_ulong_min_index(gsl_matrix_ulong m,
SizeTPointer imin,
SizeTPointer jmin) |
static long |
gsl.gsl_matrix_ulong_min(gsl_matrix_ulong m) |
static void |
gsl.gsl_matrix_ulong_minmax_index(gsl_matrix_ulong m,
SizeTPointer imin,
SizeTPointer jmin,
SizeTPointer imax,
SizeTPointer jmax) |
static void |
gsl.gsl_matrix_ulong_minmax(gsl_matrix_ulong m,
CLongPointer min_out,
CLongPointer max_out) |
static int |
gsl.gsl_matrix_ulong_mul_elements(gsl_matrix_ulong a,
gsl_matrix_ulong b) |
static CLongPointer |
gsl.gsl_matrix_ulong_ptr(gsl_matrix_ulong m,
long i,
long j) |
static _gsl_vector_ulong_view |
gsl.gsl_matrix_ulong_row(gsl_matrix_ulong m,
long i) |
static int |
gsl.gsl_matrix_ulong_scale(gsl_matrix_ulong a,
double x) |
static void |
gsl.gsl_matrix_ulong_set_all(gsl_matrix_ulong m,
long x) |
static int |
gsl.gsl_matrix_ulong_set_col(gsl_matrix_ulong m,
long j,
gsl_vector_ulong v) |
static void |
gsl.gsl_matrix_ulong_set_identity(gsl_matrix_ulong m) |
static int |
gsl.gsl_matrix_ulong_set_row(gsl_matrix_ulong m,
long i,
gsl_vector_ulong v) |
static void |
gsl.gsl_matrix_ulong_set_zero(gsl_matrix_ulong m) |
static void |
gsl.gsl_matrix_ulong_set(gsl_matrix_ulong m,
long i,
long j,
long x) |
static int |
gsl.gsl_matrix_ulong_sub(gsl_matrix_ulong a,
gsl_matrix_ulong b) |
static _gsl_vector_ulong_view |
gsl.gsl_matrix_ulong_subcolumn(gsl_matrix_ulong m,
long j,
long offset,
long n) |
static _gsl_vector_ulong_view |
gsl.gsl_matrix_ulong_subdiagonal(gsl_matrix_ulong m,
long k) |
static _gsl_matrix_ulong_view |
gsl.gsl_matrix_ulong_submatrix(gsl_matrix_ulong m,
long i,
long j,
long n1,
long n2) |
static _gsl_vector_ulong_view |
gsl.gsl_matrix_ulong_subrow(gsl_matrix_ulong m,
long i,
long offset,
long n) |
static _gsl_vector_ulong_view |
gsl.gsl_matrix_ulong_superdiagonal(gsl_matrix_ulong m,
long k) |
static int |
gsl.gsl_matrix_ulong_swap_columns(gsl_matrix_ulong m,
long i,
long j) |
static int |
gsl.gsl_matrix_ulong_swap_rowcol(gsl_matrix_ulong m,
long i,
long j) |
static int |
gsl.gsl_matrix_ulong_swap_rows(gsl_matrix_ulong m,
long i,
long j) |
static int |
gsl.gsl_matrix_ulong_swap(gsl_matrix_ulong m1,
gsl_matrix_ulong m2) |
static int |
gsl.gsl_matrix_ulong_transpose_memcpy(gsl_matrix_ulong dest,
gsl_matrix_ulong src) |
static int |
gsl.gsl_matrix_ulong_transpose_tricpy(int Uplo_src,
int Diag,
gsl_matrix_ulong dest,
gsl_matrix_ulong src) |
static int |
gsl.gsl_matrix_ulong_transpose(gsl_matrix_ulong m) |
static int |
gsl.gsl_matrix_ulong_tricpy(int Uplo,
int Diag,
gsl_matrix_ulong dest,
gsl_matrix_ulong src) |
static int |
gsl.gsl_spmatrix_ulong_add_to_dense(gsl_matrix_ulong a,
gsl_spmatrix_ulong b) |
static int |
gsl.gsl_spmatrix_ulong_d2sp(gsl_spmatrix_ulong T,
gsl_matrix_ulong A) |
static int |
gsl.gsl_spmatrix_ulong_sp2d(gsl_matrix_ulong A,
gsl_spmatrix_ulong S) |
static gsl_vector_ulong |
gsl.gsl_vector_ulong_alloc_col_from_matrix(gsl_matrix_ulong m,
long j) |
static gsl_vector_ulong |
gsl.gsl_vector_ulong_alloc_row_from_matrix(gsl_matrix_ulong m,
long i) |