polyMatrix
0.9.16Infrastructure for Manipulation Polynomial Matrices
Overview
Implementation of class "polyMatrix" for storing a matrix of polynomials and implements basic matrix operations; including a determinant and characteristic polynomial. It is based on the package 'polynom' and uses a lot of its methods to implement matrix operations. This package includes 3 methods of triangularization of polynomial matrices: Extended Euclidean algorithm which is most classical but numerically unstable; Sylvester algorithm based on LQ decomposition; Interpolation algorithm is based on LQ decomposition and Newton interpolation. Both methods are described in D. Henrion & M. Sebek, Reliable numerical methods for polynomial matrix triangularization, IEEE Transactions on Automatic Control (Volume 44, Issue 3, Mar 1999, Pages 497-508) doi:10.1109/9.751344 and in Salah Labhalla, Henri Lombardi & Roger Marlin, Algorithmes de calcule de la reduction de Hermite d'une matrice a coefficients polynomeaux, Theoretical Computer Science (Volume 161, Issue 1-2, July 1996, Pages 69-92) doi:10.1016/0304-3975(95)00090-9.
Install
Health
- OK2026-03-1014 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Downloads
Repository
Dependencies
Nothing depends on this yet.
Code & Tests
- Cyclomatic complexity
- 3.0 median / 28 max
- Test cases
- 88 / 0.58 per code line
- Documented parameters
- 90%
Test coverage
Line coverage
–
Expression
–
Tests / Examples
–
Functions
65 15 exported
Complexity
4.8 avg / 28 max
Call network
65 nodes / 73 edges
Test coverage has not been measured for this package yet; nodes fall back to a neutral fill.
Call graph
Open call graph →Lowest coverage
Per-function coverage is not measured for this package yet.
People & History
5 releases. Pick two to compare their code metrics. R releases are shown for context.
- RR 4.6.0 released · 2026-04-24
- RR 4.5.0 released · 2025-04-11
- RR 4.4.0 released · 2024-04-24
- RR 4.3.0 released · 2023-04-21
- RR 4.2.0 released · 2022-04-22
- 0.9.16Latest
- 0.9.112021-07-11 · diff ↗
- RR 4.1.0 released · 2021-05-18
- 0.3.12020-06-04 · diff ↗
- RR 4.0.0 released · 2020-04-24
- 0.2.52020-02-03 · diff ↗
- 0.2.42020-01-16
- RR 3.6.0 released · 2019-04-26
Package metadata
- First published
- 2020-01-16
- Total releases
- 5 / 6 yrs
- License
- MIT + file LICENSE OSI
- Minimum R
- ≥ 4.0
- Download size
- 40 KB
- Installed size
- not tracked yet
- With dependencies
- not tracked yet