comp_lin_eval {inlabru}R Documentation

Construct component linearisations

Description

Constructs the linearisation mapper for each component

Usage

comp_lin_eval(...)

## S3 method for class 'component'
comp_lin_eval(component, input = NULL, state = NULL, ..., options = NULL)

## S3 method for class 'component_list'
comp_lin_eval(components, input, state, ..., options = NULL)

Arguments

...

Optional parameters passed on to ibm_eval and 'ibm_jacobian.

component

A component.

input

Component inputs, from input_eval()

state

linearisation evaluation state

options

A bru_options object. The log verbosity options are used.

Value

A bru_mapper_taylor or comp_simple_list object.

Author(s)

Finn Lindgren finn.lindgren@gmail.com


[Package inlabru version 2.12.0 Index]