%X%                     Multiplication of two 'polyMatrix' class
                        polynomial matrices
CanForm                 Conversion of an ARMA representation to a
                        canonical form
GCD                     GCD and LCM for polynomial matrices
M2pM                    Conversion of constant matrices
MTS2pM                  Converts MTS representation of a VARMA process
                        to a polyMatrix representation
Ops.polyMatrix          Arithmetic Ops Group Methods for polyMatrix
                        class objects
ch2pn                   Converts a 'character' class object to a
                        'polynomial' class object
charpn                  The characteristic polynom of a matrix or a
                        polynomial matrix
coefs                   The coefficients of a polynom or polynomial
                        matrix
colMax                  Maximums and minimums for numeric matrices
const                   The constant of a polynom or a polynomial
                        matrix
cycFill                 A vector or a list of a given length, filled
                        cyclically by the given material
degree                  The degree of a polynomial or a polynomial
                        matrix
diag                    Extracts the diagonal of a 'polyMatrix', or
                        constructs a diagonal 'polyMatrix'
dim                     The dimension of a polynomial matrix
is.polyMatrix           Is an object of type "polyMatrix"?
lead                    The leading coefficient of a polynom or
                        polynomial matrix
pMadj                   The adjugate of the given polynomial matrix
pMbas                   Bastion elements of a polynomial matrix
pMcol                   A column of the given 'polyMatrix'
pMdet                   Calculate the determinant of a real or
                        polynomial matrix
pMdiag                  Generates a diagonal polynomial square matrix
pMkmm                   The Kronecker indices of a polynomial matrix
pMprod                  Product of the elements of the given polynomial
                        vector
pMrow                   A row of the given 'polyMatrix'
pMsgn                   Change the sign of a polynomial matrix object
pMstr                   polyMatrix object consistency check
pMsub                   A submatrix of a polynomial matrix
pVsk                    The scalar product of two polynomial vectors
pn2ch                   Converts a polynom class object to a character
                        class object
polyMatrix-package      Infrastructure for Manipulation Polynomial
                        Matrices
polyMconvert            Conversion between the pairs of the four
                        polyMatrix subclasses
polyMgen                Generate a polyMatrix class polynomial matrix
polyMul                 Multiplication of two polynomial by matrix
                        multiplication
pprt                    Intelligent print of a 'polynom' object
predict.charpn          Calculate the value of a characteristic
                        polynomial for a polyMatrix argument
predict.polyMatrix      Calculate the value of a polynomial matrix for
                        real or complex values
predict.polynomial      Calculate the value of a "polynomial" for real,
                        complex and matrix argument
print.polyMatrix        Prints a polynomial matrix or a varma model in
                        the given form
proper                  The polynomial matrix is column//row proper or
                        not
symb                    The printing symbol of the given polynomial
                        matrix
t.polyMatrix            Matrix transpose of a 'polyMatrix' class object
tr                      Trace of a 'matrix' or 'polyMatrix' class
                        matrix
triang_Euclidean        Triangularization of a polynomial matrix by
                        Euclidean division method
triang_Sylvester        Triangularization of a polynomial matrix by
                        Sylvester method
