![]() |
| jit.fill | Fill a matrix with a list |
| Attributes: |
| Name | Type | Description |
| matrix_name | symbol | The name of target matrix |
| offset | int list[32] | The dimension offset into matrix to be filled (default = all zero) |
| plane | int | The plane in matrix to be filled (default = 0) |
| Messages: |
| float |
| Fills the cell at the current offset with a float value |
| int |
| Fills the cell at the current offset with an int value |
| list |
| Fills the cells beginning at the current offset with list values |
| Example: |

| See Also: |
| jit.iter, jit.matrix, jit.spill, zl |