ArrayF32 is a slice of float32 with additional convenience methods
| 10 | |
| 11 | // ArrayF32 is a slice of float32 with additional convenience methods |
| 12 | type ArrayF32 []float32 |
| 13 | |
| 14 | // NewArrayF32 creates a returns a new array of floats |
| 15 | // with the specified initial size and capacity |