static _gsl_vector_float_const_view |
gsl.gsl_matrix_float_const_column(gsl_matrix_float m,
long j) |
static _gsl_vector_float_const_view |
gsl.gsl_matrix_float_const_diagonal(gsl_matrix_float m) |
static _gsl_vector_float_const_view |
gsl.gsl_matrix_float_const_row(gsl_matrix_float m,
long i) |
static _gsl_vector_float_const_view |
gsl.gsl_matrix_float_const_subcolumn(gsl_matrix_float m,
long j,
long offset,
long n) |
static _gsl_vector_float_const_view |
gsl.gsl_matrix_float_const_subdiagonal(gsl_matrix_float m,
long k) |
static _gsl_vector_float_const_view |
gsl.gsl_matrix_float_const_subrow(gsl_matrix_float m,
long i,
long offset,
long n) |
static _gsl_vector_float_const_view |
gsl.gsl_matrix_float_const_superdiagonal(gsl_matrix_float m,
long k) |
static _gsl_vector_float_const_view |
gsl.gsl_vector_complex_float_const_imag(gsl_vector_complex_float v) |
static _gsl_vector_float_const_view |
gsl.gsl_vector_complex_float_const_real(gsl_vector_complex_float v) |
static _gsl_vector_float_const_view |
gsl.gsl_vector_float_const_subvector_with_stride(gsl_vector_float v,
long i,
long stride,
long n) |
static _gsl_vector_float_const_view |
gsl.gsl_vector_float_const_subvector(gsl_vector_float v,
long i,
long n) |
static _gsl_vector_float_const_view |
gsl.gsl_vector_float_const_view_array_with_stride(float[] base,
long stride,
long n) |
static _gsl_vector_float_const_view |
gsl.gsl_vector_float_const_view_array_with_stride(FloatBuffer base,
long stride,
long n) |
static _gsl_vector_float_const_view |
gsl.gsl_vector_float_const_view_array_with_stride(FloatPointer base,
long stride,
long n) |
static _gsl_vector_float_const_view |
gsl.gsl_vector_float_const_view_array(float[] v,
long n) |
static _gsl_vector_float_const_view |
gsl.gsl_vector_float_const_view_array(FloatBuffer v,
long n) |
static _gsl_vector_float_const_view |
gsl.gsl_vector_float_const_view_array(FloatPointer v,
long n) |