ColorFull::Poly_vec Class Reference
Detailed DescriptionClass for containing vector of Polynomials, and functions for Polynomial vectors. Constructor & Destructor Documentation◆ Poly_vec() [1/2]
Default constructor, leaves pv empty. ◆ Poly_vec() [2/2]Member Function Documentation◆ append()
Appends a Polynomial to data member pv. ◆ at() [1/2]
Returns the Polynomial at place i. ◆ at() [2/2]
Returns the Polynomial at place i. ◆ clear()
Erases the information in vector. ◆ conjugate()
Conjugates the Poly_vec. ◆ empty()
Is the vector empty? ◆ normal_order()
Normal order all Polynomials in the poly_vec member pv (uses the Polynomial.normal_order function.) ◆ read_in_Poly_vec()
Reads in a Polynomial vector of form {Poly1, Poly2,...} to the member pv from the file filename. Comments starting with # are allowed at the top of the file. ◆ remove_CF()
Remove CF in the poly_vec member pv, i.e., replace CF by TR*Nc -TR/Nc. ◆ simplify()
Simplifies all polynomials in the poly_vec member pv (uses the simplify member function in Polynomial). ◆ size()
Return the number of Polynomials in the vector, i.e., the size of the member pv. ◆ write_out_Poly_vec()
Writes out the vector to the file filename. Member Data Documentation◆ pv
To actually contain the polynomial information. 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 |