SetFloat1D sets the value of given 1-dimensional index (0-Len()-1) as a float64
(i int, val float64)
| 72 | |
| 73 | // SetFloat1D sets the value of given 1-dimensional index (0-Len()-1) as a float64 |
| 74 | SetFloat1D(i int, val float64) |
| 75 | |
| 76 | // FloatRowCell returns the value at given row and cell, where row is outer-most dim, |
| 77 | // and cell is 1D index into remaining inner dims. For Table columns. |
no outgoing calls