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_MatrixAlgorithms_polynomial_double.cpp File Reference
#include "../include/Matrix.ipp"
#include "../include/MatrixAlgorithms.ipp"
#include "../include/Polynomial.ipp"
#include "Polynomial_testutils.ipp"
#include "gtest/gtest.h"
Include dependency graph for Test_MatrixAlgorithms_polynomial_double.cpp:

Go to the source code of this file.

Classes

class  anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::MatrixTest
 

Namespaces

 anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}
 

Functions

 anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::TEST_F (MatrixTest, trace_with_power)
 
 anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::TEST_F (MatrixTest, determinant)
 
 anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::TEST_F (MatrixTest, determinant_large_5_5)
 
 anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::TEST_F (MatrixTest, determinant_large_5_10)
 
 anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::TEST_F (MatrixTest, determinant_large_10_10)
 
int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 217 of file Test_MatrixAlgorithms_polynomial_double.cpp.