github.com/gopherd/gonum@v0.0.4/cmplxs/README.md (about) 1 # Gonum cmplxs [![GoDoc](https://godoc.org/gonum.org/v1/gonum/cmplxs?status.svg)](https://godoc.org/gonum.org/v1/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.