ColorFull::Poly_matr Class Reference
Detailed DescriptionClass for containing a Polynomial matrix, and functions for Polynomial matrices. Constructor & Destructor Documentation◆ Poly_matr()
Default constructor, leaves pm empty. Member Function Documentation◆ append()◆ at() [1/4]◆ at() [2/4]◆ at() [3/4]
Returns the matrix element at i, j. ◆ at() [4/4]
Returns the matrix element at i, j. ◆ clear()
Erases the matrix information. ◆ conjugate()
Conjugates the matrix. ◆ empty()
Is the matrix, stored in pm, empty? ◆ normal_order()
Normal orders all polynomials in the poly_matr member pm, (uses Polynomial.normal_order.) ◆ read_in_Poly_matr()
Reads in the matrix from the file filename. The file should be of the format {{Poly11,...,Poly1n}, ..., {Polyn1,...,Polynn}}, and may contain comment lines starting with # at the top. ◆ remove_CF()
Remove CF in the poly_matr member pm, i.e., replace CF by TR (Nc^2-1)/Nc. ◆ simplify()
Simplifies all polynomials in the poly_matr member pm, (uses Polynomial.simplify.) ◆ size()
Returns the size of the matrix, the number of Poly_vec's in the member pm. ◆ write_out_Poly_matr()
Writes out the matrix to the file filename. Member Data Documentation◆ pm
To actually contain the matrix of Polynomials. The documentation for this class was generated from the following file:
Generated on Fri Jun 2 2017 11:57:54 for ColorFull by 1.8.13 |