as.matrix.const_C: Extract Matrix
Description
Given a const_C object, extracts the actual matrix itself.
Usage
# S3 method for const_C
as.matrix(x, ...)
Value
The mat entry of C, a matrix.
Arguments
- x
A const_C object with field 'mat'.
- ...
Additional parameters. Not used.