Polymetic  1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Test_Matrix_Operations.cpp File Reference

Contains the tests for the matrix class with polynomial entries and arithmetic operations on that. More...

#include "../include/Matrix.ipp"
#include "../include/Polynomial.ipp"
#include "gtest/gtest.h"
Include dependency graph for Test_Matrix_Operations.cpp:

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)
 

Detailed Description

Contains the tests for the matrix class with polynomial entries and arithmetic operations on that.

Definition in file Test_Matrix_Operations.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 152 of file Test_Matrix_Operations.cpp.

template<typename FieldT >
bool operator== ( const Polynomial< FieldT > &  lhs,
const Polynomial< FieldT > &  rhs 
)

Definition at line 139 of file Test_Matrix_Operations.cpp.

References Polynomial< FieldT >::size().

Here is the call graph for this function: