as.matrix.const_C {activegp} | R Documentation |
Given a const_C object, extracts the actual matrix itself.
## S3 method for class 'const_C'
as.matrix(x, ...)
x |
A const_C object with field 'mat'. |
... |
Additional parameters. Not used. |
The mat entry of C, a matrix.