STD.BLAS.ICellFunc( v, r , c );
| v | The value |
| r | The row ordinal |
| c | The column ordinal |
| Return: | The updated value |
ICellFunc is the function prototype for Apply2Cells.
Example:
IMPORT STD;
REAL8 my_func(STD.BLAS.Types.value_t v, STD.BLAS.Types.dimension_t x, STD.BLAS.Types.dimension_t y)
:= 1/v; //set element to the reciprocal value
See Also: Apply2Cells