package gsl

  1. Overview
  2. Docs
val nrm2 : Gsl_vector_complex_flat.vector -> float
val asum : Gsl_vector_complex_flat.vector -> float
val zdscal : float -> Gsl_vector_complex_flat.vector -> unit
val her : uplo -> alpha:float -> x:Gsl_vector_complex_flat.vector -> a:Gsl_matrix_complex_flat.matrix -> unit
val herk : uplo -> transpose -> alpha:float -> a:Gsl_matrix_complex_flat.matrix -> beta:float -> c:Gsl_matrix_complex_flat.matrix -> unit