static int |
gsl.gsl_blas_caxpy(gsl_complex_float alpha,
gsl_vector_complex_float X,
gsl_vector_complex_float Y) |
static int |
gsl.gsl_blas_caxpy(gsl_complex_float alpha,
gsl_vector_complex_float X,
gsl_vector_complex_float Y) |
static int |
gsl.gsl_blas_cdotc(gsl_vector_complex_float X,
gsl_vector_complex_float Y,
gsl_complex_float dotc) |
static int |
gsl.gsl_blas_cdotc(gsl_vector_complex_float X,
gsl_vector_complex_float Y,
gsl_complex_float dotc) |
static int |
gsl.gsl_blas_cdotu(gsl_vector_complex_float X,
gsl_vector_complex_float Y,
gsl_complex_float dotu) |
static int |
gsl.gsl_blas_cdotu(gsl_vector_complex_float X,
gsl_vector_complex_float Y,
gsl_complex_float dotu) |
static int |
gsl.gsl_blas_cgemm(int TransA,
int TransB,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B,
gsl_complex_float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_cgemm(int TransA,
int TransB,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B,
gsl_complex_float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_cgemv(int TransA,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_vector_complex_float X,
gsl_complex_float beta,
gsl_vector_complex_float Y) |
static int |
gsl.gsl_blas_cgemv(int TransA,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_vector_complex_float X,
gsl_complex_float beta,
gsl_vector_complex_float Y) |
static int |
gsl.gsl_blas_cgerc(gsl_complex_float alpha,
gsl_vector_complex_float X,
gsl_vector_complex_float Y,
gsl_matrix_complex_float A) |
static int |
gsl.gsl_blas_cgerc(gsl_complex_float alpha,
gsl_vector_complex_float X,
gsl_vector_complex_float Y,
gsl_matrix_complex_float A) |
static int |
gsl.gsl_blas_cgeru(gsl_complex_float alpha,
gsl_vector_complex_float X,
gsl_vector_complex_float Y,
gsl_matrix_complex_float A) |
static int |
gsl.gsl_blas_cgeru(gsl_complex_float alpha,
gsl_vector_complex_float X,
gsl_vector_complex_float Y,
gsl_matrix_complex_float A) |
static int |
gsl.gsl_blas_chemm(int Side,
int Uplo,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B,
gsl_complex_float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_chemm(int Side,
int Uplo,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B,
gsl_complex_float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_chemv(int Uplo,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_vector_complex_float X,
gsl_complex_float beta,
gsl_vector_complex_float Y) |
static int |
gsl.gsl_blas_chemv(int Uplo,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_vector_complex_float X,
gsl_complex_float beta,
gsl_vector_complex_float Y) |
static int |
gsl.gsl_blas_cher2(int Uplo,
gsl_complex_float alpha,
gsl_vector_complex_float X,
gsl_vector_complex_float Y,
gsl_matrix_complex_float A) |
static int |
gsl.gsl_blas_cher2(int Uplo,
gsl_complex_float alpha,
gsl_vector_complex_float X,
gsl_vector_complex_float Y,
gsl_matrix_complex_float A) |
static int |
gsl.gsl_blas_cher2k(int Uplo,
int Trans,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B,
float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_cher2k(int Uplo,
int Trans,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B,
float beta,
gsl_matrix_complex_float C) |
static void |
gsl.gsl_blas_cscal(gsl_complex_float alpha,
gsl_vector_complex_float X) |
static void |
gsl.gsl_blas_cscal(gsl_complex_float alpha,
gsl_vector_complex_float X) |
static int |
gsl.gsl_blas_csymm(int Side,
int Uplo,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B,
gsl_complex_float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_csymm(int Side,
int Uplo,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B,
gsl_complex_float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_csyr2k(int Uplo,
int Trans,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B,
gsl_complex_float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_csyr2k(int Uplo,
int Trans,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B,
gsl_complex_float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_csyrk(int Uplo,
int Trans,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_complex_float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_csyrk(int Uplo,
int Trans,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_complex_float beta,
gsl_matrix_complex_float C) |
static int |
gsl.gsl_blas_ctrmm(int Side,
int Uplo,
int TransA,
int Diag,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B) |
static int |
gsl.gsl_blas_ctrmm(int Side,
int Uplo,
int TransA,
int Diag,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B) |
static int |
gsl.gsl_blas_ctrsm(int Side,
int Uplo,
int TransA,
int Diag,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B) |
static int |
gsl.gsl_blas_ctrsm(int Side,
int Uplo,
int TransA,
int Diag,
gsl_complex_float alpha,
gsl_matrix_complex_float A,
gsl_matrix_complex_float B) |
static int |
gsl.gsl_matrix_complex_float_add_constant(gsl_matrix_complex_float a,
gsl_complex_float x) |
static int |
gsl.gsl_matrix_complex_float_add_constant(gsl_matrix_complex_float a,
gsl_complex_float x) |
static int |
gsl.gsl_matrix_complex_float_add_diagonal(gsl_matrix_complex_float a,
gsl_complex_float x) |
static int |
gsl.gsl_matrix_complex_float_add_diagonal(gsl_matrix_complex_float a,
gsl_complex_float x) |
static int |
gsl.gsl_matrix_complex_float_scale(gsl_matrix_complex_float a,
gsl_complex_float x) |
static int |
gsl.gsl_matrix_complex_float_scale(gsl_matrix_complex_float a,
gsl_complex_float x) |
static void |
gsl.gsl_matrix_complex_float_set_all(gsl_matrix_complex_float m,
gsl_complex_float x) |
static void |
gsl.gsl_matrix_complex_float_set_all(gsl_matrix_complex_float m,
gsl_complex_float x) |
static void |
gsl.gsl_matrix_complex_float_set(gsl_matrix_complex_float m,
long i,
long j,
gsl_complex_float x) |
static void |
gsl.gsl_matrix_complex_float_set(gsl_matrix_complex_float m,
long i,
long j,
gsl_complex_float x) |
static int |
gsl.gsl_spmatrix_complex_float_scale(gsl_spmatrix_complex_float m,
gsl_complex_float x) |
static int |
gsl.gsl_spmatrix_complex_float_scale(gsl_spmatrix_complex_float m,
gsl_complex_float x) |
static int |
gsl.gsl_spmatrix_complex_float_set(gsl_spmatrix_complex_float m,
long i,
long j,
gsl_complex_float x) |
static int |
gsl.gsl_spmatrix_complex_float_set(gsl_spmatrix_complex_float m,
long i,
long j,
gsl_complex_float x) |
static int |
gsl.gsl_vector_complex_float_add_constant(gsl_vector_complex_float a,
gsl_complex_float x) |
static int |
gsl.gsl_vector_complex_float_add_constant(gsl_vector_complex_float a,
gsl_complex_float x) |
static int |
gsl.gsl_vector_complex_float_axpby(gsl_complex_float alpha,
gsl_vector_complex_float x,
gsl_complex_float beta,
gsl_vector_complex_float y) |
static int |
gsl.gsl_vector_complex_float_axpby(gsl_complex_float alpha,
gsl_vector_complex_float x,
gsl_complex_float beta,
gsl_vector_complex_float y) |
static int |
gsl.gsl_vector_complex_float_scale(gsl_vector_complex_float a,
gsl_complex_float x) |
static int |
gsl.gsl_vector_complex_float_scale(gsl_vector_complex_float a,
gsl_complex_float x) |
static void |
gsl.gsl_vector_complex_float_set_all(gsl_vector_complex_float v,
gsl_complex_float z) |
static void |
gsl.gsl_vector_complex_float_set_all(gsl_vector_complex_float v,
gsl_complex_float z) |
static void |
gsl.gsl_vector_complex_float_set(gsl_vector_complex_float v,
long i,
gsl_complex_float z) |
static void |
gsl.gsl_vector_complex_float_set(gsl_vector_complex_float v,
long i,
gsl_complex_float z) |