Searched defs:Float64Slice (Results 1 – 4 of 4) sorted by relevance
9 type Float64Slice []float64 type
129 type Float64Slice []float64 type
108 func (p pointer) Float64Slice() *[]float64 { return (*[]float64)(p.p) } func
120 func (p pointer) Float64Slice() *[]float64 { return p.v.Interface().(*[]float64) } func