static _gsl_vector_complex_float_view |
gsl.gsl_matrix_complex_float_column(gsl_matrix_complex_float m,
long j) |
static _gsl_vector_complex_float_view |
gsl.gsl_matrix_complex_float_diagonal(gsl_matrix_complex_float m) |
static _gsl_vector_complex_float_view |
gsl.gsl_matrix_complex_float_row(gsl_matrix_complex_float m,
long i) |
static _gsl_vector_complex_float_view |
gsl.gsl_matrix_complex_float_subcolumn(gsl_matrix_complex_float m,
long j,
long offset,
long n) |
static _gsl_vector_complex_float_view |
gsl.gsl_matrix_complex_float_subdiagonal(gsl_matrix_complex_float m,
long k) |
static _gsl_vector_complex_float_view |
gsl.gsl_matrix_complex_float_subrow(gsl_matrix_complex_float m,
long i,
long offset,
long n) |
static _gsl_vector_complex_float_view |
gsl.gsl_matrix_complex_float_superdiagonal(gsl_matrix_complex_float m,
long k) |
static _gsl_vector_complex_float_view |
gsl.gsl_vector_complex_float_subvector_with_stride(gsl_vector_complex_float v,
long i,
long stride,
long n) |
static _gsl_vector_complex_float_view |
gsl.gsl_vector_complex_float_subvector(gsl_vector_complex_float base,
long i,
long n) |
static _gsl_vector_complex_float_view |
gsl.gsl_vector_complex_float_view_array_with_stride(float[] base,
long stride,
long n) |
static _gsl_vector_complex_float_view |
gsl.gsl_vector_complex_float_view_array_with_stride(FloatBuffer base,
long stride,
long n) |
static _gsl_vector_complex_float_view |
gsl.gsl_vector_complex_float_view_array_with_stride(FloatPointer base,
long stride,
long n) |
static _gsl_vector_complex_float_view |
gsl.gsl_vector_complex_float_view_array(float[] base,
long n) |
static _gsl_vector_complex_float_view |
gsl.gsl_vector_complex_float_view_array(FloatBuffer base,
long n) |
static _gsl_vector_complex_float_view |
gsl.gsl_vector_complex_float_view_array(FloatPointer base,
long n) |