compute_laurent: Laurent Expansion of Inverse of Linear Matrix Function

Description Usage Arguments Value

View source: R/slim.R

Description

This function computes the first two terms of the Laurent expansion of the inverse of a linear matrix function.

Usage

1

Arguments

V

for some integer m >= 1, an array of dimension (m, m, 2), where V[, , 1] is the intercept and V[, , 2] is the slope of the linear matrix function.

zapsmall

logical: should zapsmall be called on the result? Default TRUE.

Value

array of dimension (m, m, 2), where W[, , 1] corresponds to the exponent -1, and W[, , 2] corresponds to the exponent 0.


slim documentation built on May 2, 2019, 7:04 a.m.