package gsl

  1. Overview
  2. Docs
LEVEL 1
val nrm2 : Gsl_vector_complex.vector -> float
val asum : Gsl_vector_complex.vector -> float
val iamax : Gsl_vector_complex.vector -> int
val zdscal : float -> Gsl_vector_complex.vector -> unit
LEVEL 2
val her : uplo -> alpha:float -> x:Gsl_vector_complex.vector -> a:Gsl_matrix_complex.matrix -> unit
LEVEL 3
val herk : uplo -> transpose -> alpha:float -> a:Gsl_matrix_complex.matrix -> beta:float -> c:Gsl_matrix_complex.matrix -> unit