%*%,polyMatrix,polyMatrix-method
                        Matrix multiplication
GCD                     GCD for polynomial matrices
LCM                     LCM for polynomial matrices
[,polyMatrix,missing,missing,missing-method
                        Extract or Replace Parts of a polynomial matrix
adjoint                 Adjungate or classical adjoint of a square
                        matrix
cbind                   Combine polynomial matrices by rows or columns
charpolynom             Characteristic polynomial of a matrix
cofactor                Cofactor of a matrix
degree                  Gets the maximum degree of polynomial objects
diag                    Polynomial matrix Diagonals Extract or
                        construct a diagonal polynomial matrix.
inv                     Inverse polynomial matrix
is.polyMatrix           Check if object is polyMatrix
is.proper               Proper polynomial matrices
is.zero                 Tests if something is zero or not
matrix.degree           Degree of each item of the matrix
minor                   Minor of matrix item
newton                  Build matrix of polynimal decomposition using
                        Newton interpolation in Newton bais: (x-x_0),
                        (x - x_0) * (x x_1)
parse.polyMatrix        Parse polynomial matrix from strings
parse.polynomial        Parse polynomial from string
polyMatrix              Create polyMatrix object
polyMatrix-Arith        Arithmetic Operators
polyMatrix-class        A class to represent a matrix of polynomials
polyMatrix.apply        Apply for polynomial matrix
polyMatrixCharPolynomial-class
                        A class to repesent characteristic polynomial
                        of a polynomial matrix
t,polyMatrix-method     Polynomial matrix transpose
tr                      Trace of a 'matrix' or 'polyMatrix' class
                        matrix
triang_Interpolation    Triangularization of a polynomial matrix by
                        interpolation method
triang_Sylvester        Triangularization of a polynomial matrix by
                        Sylvester method
zero.round              Rounds objects to zero if there is too small
zero_lead_hyp_rows      Get zero lead hyper rows of size sub_nrow of
                        matrix M
zero_lead_rows          Get zero lead rows of matrix M
