github.com/jingcheng-WU/gonum@v0.9.1-0.20210323123734-f1a2a11a8f7b/cmplxs/README.md (about) 1 # Gonum cmplxs [![GoDoc](https://godoc.org/github.com/jingcheng-WU/gonum/cmplxs?status.svg)](https://godoc.org/github.com/jingcheng-WU/gonum/cmplxs) 2 3 Package cmplxs provides a set of helper routines for dealing with slices of complex128. 4 The functions avoid allocations to allow for use within tight loops without garbage collection overhead.