tree: 1824677074f8eb6d4f520ae32dcc3c1d6f3a7fad [path history] [tgz]
  1. cscalar/
  2. cmplxs.go
  3. cmplxs_test.go
  4. doc.go
  5. examples_test.go
  6. README.md
cmplxs/README.md

Gonum cmplxs

go.dev reference GoDoc

Package cmplxs provides a set of helper routines for dealing with slices of complex128. The functions avoid allocations to allow for use within tight loops without garbage collection overhead.