static _gsl_vector_ushort_const_view |
gsl.gsl_matrix_ushort_const_column(gsl_matrix_ushort m,
long j) |
static _gsl_vector_ushort_const_view |
gsl.gsl_matrix_ushort_const_diagonal(gsl_matrix_ushort m) |
static _gsl_vector_ushort_const_view |
gsl.gsl_matrix_ushort_const_row(gsl_matrix_ushort m,
long i) |
static _gsl_vector_ushort_const_view |
gsl.gsl_matrix_ushort_const_subcolumn(gsl_matrix_ushort m,
long j,
long offset,
long n) |
static _gsl_vector_ushort_const_view |
gsl.gsl_matrix_ushort_const_subdiagonal(gsl_matrix_ushort m,
long k) |
static _gsl_vector_ushort_const_view |
gsl.gsl_matrix_ushort_const_subrow(gsl_matrix_ushort m,
long i,
long offset,
long n) |
static _gsl_vector_ushort_const_view |
gsl.gsl_matrix_ushort_const_superdiagonal(gsl_matrix_ushort m,
long k) |
static _gsl_vector_ushort_const_view |
gsl.gsl_vector_ushort_const_subvector_with_stride(gsl_vector_ushort v,
long i,
long stride,
long n) |
static _gsl_vector_ushort_const_view |
gsl.gsl_vector_ushort_const_subvector(gsl_vector_ushort v,
long i,
long n) |
static _gsl_vector_ushort_const_view |
gsl.gsl_vector_ushort_const_view_array_with_stride(short[] base,
long stride,
long n) |
static _gsl_vector_ushort_const_view |
gsl.gsl_vector_ushort_const_view_array_with_stride(ShortBuffer base,
long stride,
long n) |
static _gsl_vector_ushort_const_view |
gsl.gsl_vector_ushort_const_view_array_with_stride(ShortPointer base,
long stride,
long n) |
static _gsl_vector_ushort_const_view |
gsl.gsl_vector_ushort_const_view_array(short[] v,
long n) |
static _gsl_vector_ushort_const_view |
gsl.gsl_vector_ushort_const_view_array(ShortBuffer v,
long n) |
static _gsl_vector_ushort_const_view |
gsl.gsl_vector_ushort_const_view_array(ShortPointer v,
long n) |