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 |
component |
A component. |
input |
Component inputs, from |
state |
linearisation evaluation state |
options |
A |
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]