gonum.org/v1/gonum@v0.14.0/cmplxs/README.md (about)

     1  # Gonum cmplxs
     2  
     3  [![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/cmplxs)](https://pkg.go.dev/gonum.org/v1/gonum/cmplxs)
     4  [![GoDoc](https://godocs.io/gonum.org/v1/gonum/cmplxs?status.svg)](https://godocs.io/gonum.org/v1/gonum/cmplxs)
     5  
     6  Package cmplxs provides a set of helper routines for dealing with slices of complex128.
     7  The functions avoid allocations to allow for use within tight loops without garbage collection overhead.