Rdocumentation
powered by
Learn R Programming
slim (version 0.1.1)
compute_laurent: Laurent Expansion of Inverse of Linear Matrix Function
Description
This function computes the first two terms of the Laurent expansion of the inverse of a linear matrix function.
Usage
compute_laurent(V, zapsmall = TRUE)
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.