/data/Documents/eclipse/workspace/ColorFull/Poly_matr.h
Go to the documentation of this file.
Poly_matr() Default constructor, leaves pm empty. Definition: Poly_matr.h:31 const Poly_vec & at(int i) const Returns the Poly_vec at place i. Definition: Poly_matr.h:37 Definition: Poly_vec.h:25 void write_out_Poly_matr(std::string filename) const Writes out the matrix to the file filename. bool operator==(const Col_amp &Ca1, const Col_amp &Ca2) Define the operator == for two Col_amps. Definition: Col_amp.h:15 Definition: Polynomial.h:30 std::ostream & operator<<(std::ostream &out, const col_amp &ca) Define the operator << for col_amp. const Monomial & at(int i) const Returns Monomial at place i. Definition: Polynomial.h:66 std::vector< Poly_vec > poly_matr To contain a matrix of Polynomials, a vector of Poly_vec. Definition: Poly_matr.h:21 Poly_vec & at(int i) Returns the Poly_vec at place i. Definition: Poly_matr.h:40 const Polynomial & at(int i, int j) const Returns the matrix element at i, j. Definition: Poly_matr.h:46 void read_in_Poly_matr(std::string filename) bool empty() const Is the matrix, stored in pm, empty? Definition: Poly_matr.h:49 bool operator!=(const Col_amp &Ca1, const Col_amp &Ca2) Define the operator != for two Col_amps. Definition: Poly_matr.h:26 void append(Poly_vec Pv) Appends a Poly_vec to data member pm. Definition: Poly_matr.h:59 poly_matr pm To actually contain the matrix of Polynomials. Definition: Poly_matr.h:34 Polynomial & at(int i, int j) Returns the matrix element at i, j. Definition: Poly_matr.h:43 void normal_order() void simplify() const Polynomial & at(int i) const Returns the Polynomial at place i. Definition: Poly_vec.h:40 void remove_CF() Generated on Fri Jun 2 2017 11:57:53 for ColorFull by 1.8.13 |