Versions in this module Expand all Collapse all v0 v0.9.2 May 11, 2021 Changes in this version + func Add(dst, s []complex128) + func AddConst(alpha complex128, x []complex128) + func AxpyInc(alpha complex128, x, y []complex128, n, incX, incY, ix, iy uintptr) + func AxpyIncTo(dst []complex128, incDst, idst uintptr, alpha complex128, x, y []complex128, ...) + func AxpyUnitary(alpha complex128, x, y []complex128) + func AxpyUnitaryTo(dst []complex128, alpha complex128, x, y []complex128) + func CumProd(dst, s []complex128) []complex128 + func CumSum(dst, s []complex128) []complex128 + func Div(dst, s []complex128) + func DivTo(dst, s, t []complex128) []complex128 + func DotUnitary(x, y []complex128) (sum complex128) + func DotcInc(x, y []complex128, n, incX, incY, ix, iy uintptr) (sum complex128) + func DotcUnitary(x, y []complex128) (sum complex128) + func DotuInc(x, y []complex128, n, incX, incY, ix, iy uintptr) (sum complex128) + func DotuUnitary(x, y []complex128) (sum complex128) + func DscalInc(alpha float64, x []complex128, n, inc uintptr) + func DscalUnitary(alpha float64, x []complex128) + func L2DistanceUnitary(x, y []complex128) (norm float64) + func L2NormUnitary(x []complex128) (norm float64) + func ScalInc(alpha complex128, x []complex128, n, inc uintptr) + func ScalIncTo(dst []complex128, incDst uintptr, alpha complex128, x []complex128, ...) + func ScalUnitary(alpha complex128, x []complex128) + func ScalUnitaryTo(dst []complex128, alpha complex128, x []complex128) + func Sum(x []complex128) complex128