![]() |
Polymetic
1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
|
Contains the tests for the matrix class with polynomial entries and arithmetic operations on that. More...

Go to the source code of this file.
Classes | |
| class | anonymous_namespace{Test_Matrix_Operations.cpp}::MatrixTest |
Namespaces | |
| anonymous_namespace{Test_Matrix_Operations.cpp} | |
Functions | |
| anonymous_namespace{Test_Matrix_Operations.cpp}::TEST_F (MatrixTest, addition) | |
| anonymous_namespace{Test_Matrix_Operations.cpp}::TEST_F (MatrixTest, product) | |
| anonymous_namespace{Test_Matrix_Operations.cpp}::TEST_F (MatrixTest, trace) | |
| template<typename FieldT > | |
| bool | operator== (const Polynomial< FieldT > &lhs, const Polynomial< FieldT > &rhs) |
| int | main (int argc, char **argv) |
Contains the tests for the matrix class with polynomial entries and arithmetic operations on that.
Definition in file Test_Matrix_Operations.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 152 of file Test_Matrix_Operations.cpp.
| bool operator== | ( | const Polynomial< FieldT > & | lhs, |
| const Polynomial< FieldT > & | rhs | ||
| ) |
Definition at line 139 of file Test_Matrix_Operations.cpp.
References Polynomial< FieldT >::size().
