ICellFunc

STD.BLAS.ICellFunc( v, r , c );

vThe value
rThe row ordinal
cThe 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