Package: graphene

Function graphene:matrix-value

Lambda List

graphene:matrix-value (matrix row col)

Arguments

matrix -- a graphene:matrix-t instance
row -- an unsigned integer for the row index
col -- an unsigned integer for the column index

Return Value

The single float at the given indices.

Details

Retrieves the value at the given row and col index.
 

See also

#2024-12-30