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