Math.fasp: S3 Group Generic Methods for Function Arrays
Description
These are group generic methods for objects of class "fasp", which
allows for usual mathematical functions and operators to be applied
directly to function arrays. See Details for a list of implemented functions.
Usage
## S3 methods for group generics have prototypes:
Math(x, ...)
Ops(e1, e2)
Complex(z)
Summary(..., na.rm=FALSE, drop=TRUE)
Arguments
x, z, e1, e2
objects of class "fasp".
...
further arguments passed to methods.
na.rm
Logical value specifying whether missing values
should be removed.
Below is a list of mathematical functions and operators which are
defined for objects of class "fasp".
The methods are implemented using eval.fasp, which tries
to harmonise the functions via harmonise.fv if they aren't
compatible to begin with.