static _gsl_vector_view |
gsl.gsl_matrix_column(gsl_matrix m,
long j) |
static _gsl_vector_view |
gsl.gsl_matrix_diagonal(gsl_matrix m) |
static _gsl_vector_view |
gsl.gsl_matrix_row(gsl_matrix m,
long i) |
static _gsl_vector_view |
gsl.gsl_matrix_subcolumn(gsl_matrix m,
long j,
long offset,
long n) |
static _gsl_vector_view |
gsl.gsl_matrix_subdiagonal(gsl_matrix m,
long k) |
static _gsl_vector_view |
gsl.gsl_matrix_subrow(gsl_matrix m,
long i,
long offset,
long n) |
static _gsl_vector_view |
gsl.gsl_matrix_superdiagonal(gsl_matrix m,
long k) |
static _gsl_vector_view |
gsl.gsl_vector_complex_imag(gsl_vector_complex v) |
static _gsl_vector_view |
gsl.gsl_vector_complex_real(gsl_vector_complex v) |
static _gsl_vector_view |
gsl.gsl_vector_subvector_with_stride(gsl_vector v,
long i,
long stride,
long n) |
static _gsl_vector_view |
gsl.gsl_vector_subvector(gsl_vector v,
long i,
long n) |
static _gsl_vector_view |
gsl.gsl_vector_view_array_with_stride(double[] base,
long stride,
long n) |
static _gsl_vector_view |
gsl.gsl_vector_view_array_with_stride(DoubleBuffer base,
long stride,
long n) |
static _gsl_vector_view |
gsl.gsl_vector_view_array_with_stride(DoublePointer base,
long stride,
long n) |
static _gsl_vector_view |
gsl.gsl_vector_view_array(double[] v,
long n) |
static _gsl_vector_view |
gsl.gsl_vector_view_array(DoubleBuffer v,
long n) |
static _gsl_vector_view |
gsl.gsl_vector_view_array(DoublePointer v,
long n) |