inv {polyMatrix} | R Documentation |
Inverse polynomial matrix
Description
During inversion we will try to round elememnts to zero.
Usage
inv(x, eps = ZERO_EPS)
Arguments
x |
a polynomial matrix |
eps |
zero threshold |
Details
Right now only matrices with numerical determinant are supported.
[Package polyMatrix version 0.9.16 Index]