as.matrix.const_C: Extract Matrix

View source: R/activeC.R

as.matrix.const_CR Documentation

Extract Matrix

Description

Given a const_C object, extracts the actual matrix itself.

Usage

## S3 method for class 'const_C'
as.matrix(x, ...)

Arguments

x

A const_C object with field 'mat'.

...

Additional parameters. Not used.

Value

The mat entry of C, a matrix.


activegp documentation built on June 28, 2022, 1:05 a.m.