static _gsl_vector_char_view |
gsl.gsl_matrix_char_column(gsl_matrix_char m,
long j) |
static _gsl_vector_char_view |
gsl.gsl_matrix_char_diagonal(gsl_matrix_char m) |
static _gsl_vector_char_view |
gsl.gsl_matrix_char_row(gsl_matrix_char m,
long i) |
static _gsl_vector_char_view |
gsl.gsl_matrix_char_subcolumn(gsl_matrix_char m,
long j,
long offset,
long n) |
static _gsl_vector_char_view |
gsl.gsl_matrix_char_subdiagonal(gsl_matrix_char m,
long k) |
static _gsl_vector_char_view |
gsl.gsl_matrix_char_subrow(gsl_matrix_char m,
long i,
long offset,
long n) |
static _gsl_vector_char_view |
gsl.gsl_matrix_char_superdiagonal(gsl_matrix_char m,
long k) |
static _gsl_vector_char_view |
gsl.gsl_vector_char_subvector_with_stride(gsl_vector_char v,
long i,
long stride,
long n) |
static _gsl_vector_char_view |
gsl.gsl_vector_char_subvector(gsl_vector_char v,
long i,
long n) |
static _gsl_vector_char_view |
gsl.gsl_vector_char_view_array_with_stride(byte[] base,
long stride,
long n) |
static _gsl_vector_char_view |
gsl.gsl_vector_char_view_array_with_stride(ByteBuffer base,
long stride,
long n) |
static _gsl_vector_char_view |
gsl.gsl_vector_char_view_array_with_stride(BytePointer base,
long stride,
long n) |
static _gsl_vector_char_view |
gsl.gsl_vector_char_view_array(byte[] v,
long n) |
static _gsl_vector_char_view |
gsl.gsl_vector_char_view_array(ByteBuffer v,
long n) |
static _gsl_vector_char_view |
gsl.gsl_vector_char_view_array(BytePointer v,
long n) |