as.matrix.const_C {activegp}R 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.


[Package activegp version 1.1.1 Index]