Package: graphene

Macro graphene:with-matrices

Lambda List

graphene:with-matrices (vars &body body)

Syntax

(graphene:with-matrices (matrix1 ... matrixn) body) => result

Arguments

matrix1 ... matrixn -- the newly created graphene:matrix-t instances
body -- a body that uses the bindings matrix1 ... matrixn

Details

The graphene:with-matrices macro creates new variable bindings and executes the body that use these bindings. The macro performs the bindings sequentially, like the let* macro.

Each box can be initialized with values using the syntax for the graphene:with-matrix macro. See also the graphene:with-matrix documentation.
 

See also

2024-1-20