static _gsl_vector_complex_float_const_view |
gsl.gsl_matrix_complex_float_const_column(gsl_matrix_complex_float m,
long j) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_matrix_complex_float_const_diagonal(gsl_matrix_complex_float m) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_matrix_complex_float_const_row(gsl_matrix_complex_float m,
long i) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_matrix_complex_float_const_subcolumn(gsl_matrix_complex_float m,
long j,
long offset,
long n) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_matrix_complex_float_const_subdiagonal(gsl_matrix_complex_float m,
long k) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_matrix_complex_float_const_subrow(gsl_matrix_complex_float m,
long i,
long offset,
long n) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_matrix_complex_float_const_superdiagonal(gsl_matrix_complex_float m,
long k) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_vector_complex_float_const_subvector_with_stride(gsl_vector_complex_float v,
long i,
long stride,
long n) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_vector_complex_float_const_subvector(gsl_vector_complex_float base,
long i,
long n) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_vector_complex_float_const_view_array_with_stride(float[] base,
long stride,
long n) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_vector_complex_float_const_view_array_with_stride(FloatBuffer base,
long stride,
long n) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_vector_complex_float_const_view_array_with_stride(FloatPointer base,
long stride,
long n) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_vector_complex_float_const_view_array(float[] base,
long n) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_vector_complex_float_const_view_array(FloatBuffer base,
long n) |
static _gsl_vector_complex_float_const_view |
gsl.gsl_vector_complex_float_const_view_array(FloatPointer base,
long n) |