Polymetic
1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
|
#include "../include/Matrix.ipp"
#include "../include/MatrixAlgorithms.ipp"
#include "../include/Polynomial.ipp"
#include "Polynomial_testutils.ipp"
#include "gtest/gtest.h"
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) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 217 of file Test_MatrixAlgorithms_polynomial_double.cpp.