Gsl_blas_flatval dot : Gsl_vector_flat.vector -> Gsl_vector_flat.vector -> floatval nrm2 : Gsl_vector_flat.vector -> floatval asum : Gsl_vector_flat.vector -> floatval iamax : Gsl_vector_flat.vector -> intval swap : Gsl_vector_flat.vector -> Gsl_vector_flat.vector -> unitval copy : Gsl_vector_flat.vector -> Gsl_vector_flat.vector -> unitval axpy : float -> Gsl_vector_flat.vector -> Gsl_vector_flat.vector -> unitval rot :
Gsl_vector_flat.vector ->
Gsl_vector_flat.vector ->
float ->
float ->
unitval scal : float -> Gsl_vector_flat.vector -> unitval gemv :
transpose ->
alpha:float ->
a:Gsl_matrix_flat.matrix ->
x:Gsl_vector_flat.vector ->
beta:float ->
y:Gsl_vector_flat.vector ->
unitval trmv :
uplo ->
transpose ->
diag ->
a:Gsl_matrix_flat.matrix ->
x:Gsl_vector_flat.vector ->
unitval trsv :
uplo ->
transpose ->
diag ->
a:Gsl_matrix_flat.matrix ->
x:Gsl_vector_flat.vector ->
unitval symv :
uplo ->
alpha:float ->
a:Gsl_matrix_flat.matrix ->
x:Gsl_vector_flat.vector ->
beta:float ->
y:Gsl_vector_flat.vector ->
unitval dger :
alpha:float ->
x:Gsl_vector_flat.vector ->
y:Gsl_vector_flat.vector ->
a:Gsl_matrix_flat.matrix ->
unitval syr :
uplo ->
alpha:float ->
x:Gsl_vector_flat.vector ->
a:Gsl_matrix_flat.matrix ->
unitval syr2 :
uplo ->
alpha:float ->
x:Gsl_vector_flat.vector ->
y:Gsl_vector_flat.vector ->
a:Gsl_matrix_flat.matrix ->
unitval gemm :
ta:transpose ->
tb:transpose ->
alpha:float ->
a:Gsl_matrix_flat.matrix ->
b:Gsl_matrix_flat.matrix ->
beta:float ->
c:Gsl_matrix_flat.matrix ->
unitval symm :
side ->
uplo ->
alpha:float ->
a:Gsl_matrix_flat.matrix ->
b:Gsl_matrix_flat.matrix ->
beta:float ->
c:Gsl_matrix_flat.matrix ->
unitval trmm :
side ->
uplo ->
transpose ->
diag ->
alpha:float ->
a:Gsl_matrix_flat.matrix ->
b:Gsl_matrix_flat.matrix ->
unitval trsm :
side ->
uplo ->
transpose ->
diag ->
alpha:float ->
a:Gsl_matrix_flat.matrix ->
b:Gsl_matrix_flat.matrix ->
unitval syrk :
uplo ->
transpose ->
alpha:float ->
a:Gsl_matrix_flat.matrix ->
beta:float ->
c:Gsl_matrix_flat.matrix ->
unitval syr2k :
uplo ->
transpose ->
alpha:float ->
a:Gsl_matrix_flat.matrix ->
b:Gsl_matrix_flat.matrix ->
beta:float ->
c:Gsl_matrix_flat.matrix ->
unitmodule Complex : sig ... end