Float64 returns a float64 slice.
()
| 221 | |
| 222 | // Float64 returns a float64 slice. |
| 223 | func (v *Vec) Float64() Float64s { |
| 224 | return v.col.(Float64s) |
| 225 | } |
| 226 | |
| 227 | // Bytes returns a flat Bytes representation. |
| 228 | func (v *Vec) Bytes() *Bytes { |
no outgoing calls
no test coverage detected