tgrid_ops: Operations with tgrid objects

c,tgrid-methodR Documentation

Operations with tgrid objects

Description

Operations with tgrid objects

Usage

## S4 method for signature 'tgrid'
c(x, ..., recursive = FALSE)

## S4 method for signature 'tgrids'
c(x, ..., recursive = FALSE)

## S4 method for signature 'tgrid,numeric'
e1 + e2

## S4 method for signature 'tgrid,numeric'
e1 * e2

## S4 method for signature 'tgrids,numeric'
e1 + e2

## S4 method for signature 'tgrids,numeric'
e1 * e2

Arguments

x

a tgrid object.

...

additional tgrid objects.

recursive

not used.

e1

tgrid or tgrids object

e2

numeric value


mrgsolve documentation built on Oct. 18, 2024, 5:12 p.m.

Related to tgrid_ops in mrgsolve...