Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromFloats ¶
func FromFloats(input []float64) []complex128
FromFloats makes a complex slice from the given floats.
func Map ¶
func Map(vals []complex128, mapFunc func(complex128) complex128) []complex128
Map maps the given values to a new slice using the given map function.
func New ¶
func New(n int, f func(idx int) complex128) []complex128
New makes a new slice, initializing each value using the given func.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.