static _gsl_matrix_uchar_const_view |
gsl.gsl_matrix_uchar_const_view_vector_with_tda(gsl_vector_uchar v,
long n1,
long n2,
long tda) |
static _gsl_matrix_uchar_const_view |
gsl.gsl_matrix_uchar_const_view_vector(gsl_vector_uchar v,
long n1,
long n2) |
static int |
gsl.gsl_matrix_uchar_get_col(gsl_vector_uchar v,
gsl_matrix_uchar m,
long j) |
static int |
gsl.gsl_matrix_uchar_get_row(gsl_vector_uchar v,
gsl_matrix_uchar m,
long i) |
static int |
gsl.gsl_matrix_uchar_set_col(gsl_matrix_uchar m,
long j,
gsl_vector_uchar v) |
static int |
gsl.gsl_matrix_uchar_set_row(gsl_matrix_uchar m,
long i,
gsl_vector_uchar v) |
static _gsl_matrix_uchar_view |
gsl.gsl_matrix_uchar_view_vector_with_tda(gsl_vector_uchar v,
long n1,
long n2,
long tda) |
static _gsl_matrix_uchar_view |
gsl.gsl_matrix_uchar_view_vector(gsl_vector_uchar v,
long n1,
long n2) |
static int |
gsl.gsl_permute_vector_uchar_inverse(gsl_permutation p,
gsl_vector_uchar v) |
static int |
gsl.gsl_permute_vector_uchar(gsl_permutation p,
gsl_vector_uchar v) |
static int |
gsl.gsl_sort_vector_uchar_index(gsl_permutation p,
gsl_vector_uchar v) |
static int |
gsl.gsl_sort_vector_uchar_largest_index(SizeTPointer p,
long k,
gsl_vector_uchar v) |
static int |
gsl.gsl_sort_vector_uchar_largest(byte[] dest,
long k,
gsl_vector_uchar v) |
static int |
gsl.gsl_sort_vector_uchar_largest(ByteBuffer dest,
long k,
gsl_vector_uchar v) |
static int |
gsl.gsl_sort_vector_uchar_largest(BytePointer dest,
long k,
gsl_vector_uchar v) |
static int |
gsl.gsl_sort_vector_uchar_smallest_index(SizeTPointer p,
long k,
gsl_vector_uchar v) |
static int |
gsl.gsl_sort_vector_uchar_smallest(byte[] dest,
long k,
gsl_vector_uchar v) |
static int |
gsl.gsl_sort_vector_uchar_smallest(ByteBuffer dest,
long k,
gsl_vector_uchar v) |
static int |
gsl.gsl_sort_vector_uchar_smallest(BytePointer dest,
long k,
gsl_vector_uchar v) |
static void |
gsl.gsl_sort_vector_uchar(gsl_vector_uchar v) |
static void |
gsl.gsl_sort_vector2_uchar(gsl_vector_uchar v1,
gsl_vector_uchar v2) |
static int |
gsl.gsl_spmatrix_uchar_scale_columns(gsl_spmatrix_uchar m,
gsl_vector_uchar x) |
static int |
gsl.gsl_spmatrix_uchar_scale_rows(gsl_spmatrix_uchar m,
gsl_vector_uchar x) |
static int |
gsl.gsl_vector_uchar_add_constant(gsl_vector_uchar a,
double x) |
static int |
gsl.gsl_vector_uchar_add(gsl_vector_uchar a,
gsl_vector_uchar b) |
static gsl_vector_uchar |
gsl.gsl_vector_uchar_alloc_from_vector(gsl_vector_uchar v,
long offset,
long n,
long stride) |
static int |
gsl.gsl_vector_uchar_axpby(byte alpha,
gsl_vector_uchar x,
byte beta,
gsl_vector_uchar y) |
static BytePointer |
gsl.gsl_vector_uchar_const_ptr(gsl_vector_uchar v,
long i) |
static _gsl_vector_uchar_const_view |
gsl.gsl_vector_uchar_const_subvector_with_stride(gsl_vector_uchar v,
long i,
long stride,
long n) |
static _gsl_vector_uchar_const_view |
gsl.gsl_vector_uchar_const_subvector(gsl_vector_uchar v,
long i,
long n) |
static int |
gsl.gsl_vector_uchar_div(gsl_vector_uchar a,
gsl_vector_uchar b) |
static int |
gsl.gsl_vector_uchar_equal(gsl_vector_uchar u,
gsl_vector_uchar v) |
static int |
gsl.gsl_vector_uchar_fprintf(gsl.FILE stream,
gsl_vector_uchar v,
BytePointer format) |
static int |
gsl.gsl_vector_uchar_fprintf(gsl.FILE stream,
gsl_vector_uchar v,
String format) |
static int |
gsl.gsl_vector_uchar_fread(gsl.FILE stream,
gsl_vector_uchar v) |
static void |
gsl.gsl_vector_uchar_free(gsl_vector_uchar v) |
static int |
gsl.gsl_vector_uchar_fscanf(gsl.FILE stream,
gsl_vector_uchar v) |
static int |
gsl.gsl_vector_uchar_fwrite(gsl.FILE stream,
gsl_vector_uchar v) |
static byte |
gsl.gsl_vector_uchar_get(gsl_vector_uchar v,
long i) |
static int |
gsl.gsl_vector_uchar_isneg(gsl_vector_uchar v) |
static int |
gsl.gsl_vector_uchar_isnonneg(gsl_vector_uchar v) |
static int |
gsl.gsl_vector_uchar_isnull(gsl_vector_uchar v) |
static int |
gsl.gsl_vector_uchar_ispos(gsl_vector_uchar v) |
static long |
gsl.gsl_vector_uchar_max_index(gsl_vector_uchar v) |
static byte |
gsl.gsl_vector_uchar_max(gsl_vector_uchar v) |
static int |
gsl.gsl_vector_uchar_memcpy(gsl_vector_uchar dest,
gsl_vector_uchar src) |
static long |
gsl.gsl_vector_uchar_min_index(gsl_vector_uchar v) |
static byte |
gsl.gsl_vector_uchar_min(gsl_vector_uchar v) |
static void |
gsl.gsl_vector_uchar_minmax_index(gsl_vector_uchar v,
SizeTPointer imin,
SizeTPointer imax) |
static void |
gsl.gsl_vector_uchar_minmax(gsl_vector_uchar v,
byte[] min_out,
byte[] max_out) |
static void |
gsl.gsl_vector_uchar_minmax(gsl_vector_uchar v,
ByteBuffer min_out,
ByteBuffer max_out) |
static void |
gsl.gsl_vector_uchar_minmax(gsl_vector_uchar v,
BytePointer min_out,
BytePointer max_out) |
static int |
gsl.gsl_vector_uchar_mul(gsl_vector_uchar a,
gsl_vector_uchar b) |
static BytePointer |
gsl.gsl_vector_uchar_ptr(gsl_vector_uchar v,
long i) |
static int |
gsl.gsl_vector_uchar_reverse(gsl_vector_uchar v) |
static int |
gsl.gsl_vector_uchar_scale(gsl_vector_uchar a,
byte x) |
static void |
gsl.gsl_vector_uchar_set_all(gsl_vector_uchar v,
byte x) |
static int |
gsl.gsl_vector_uchar_set_basis(gsl_vector_uchar v,
long i) |
static void |
gsl.gsl_vector_uchar_set_zero(gsl_vector_uchar v) |
static void |
gsl.gsl_vector_uchar_set(gsl_vector_uchar v,
long i,
byte x) |
static int |
gsl.gsl_vector_uchar_sub(gsl_vector_uchar a,
gsl_vector_uchar b) |
static _gsl_vector_uchar_view |
gsl.gsl_vector_uchar_subvector_with_stride(gsl_vector_uchar v,
long i,
long stride,
long n) |
static _gsl_vector_uchar_view |
gsl.gsl_vector_uchar_subvector(gsl_vector_uchar v,
long i,
long n) |
static int |
gsl.gsl_vector_uchar_swap_elements(gsl_vector_uchar v,
long i,
long j) |
static int |
gsl.gsl_vector_uchar_swap(gsl_vector_uchar v,
gsl_vector_uchar w) |