Polymetic
1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
|
Contains the tests for the external/user defined functions like exp(), det(), etc,. on Matrix with double entries. More...
#include "../include/Matrix.ipp"
#include "../include/MatrixAlgorithms.ipp"
#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | anonymous_namespace{Test_MatrixAlgorithms_double.cpp}::MatrixTest |
Namespaces | |
anonymous_namespace{Test_MatrixAlgorithms_double.cpp} | |
Functions | |
anonymous_namespace{Test_MatrixAlgorithms_double.cpp}::TEST_F (MatrixTest, trace_with_power) | |
anonymous_namespace{Test_MatrixAlgorithms_double.cpp}::TEST_F (MatrixTest, determinant) | |
int | main (int argc, char **argv) |
Contains the tests for the external/user defined functions like exp(), det(), etc,. on Matrix with double entries.
Definition in file Test_MatrixAlgorithms_double.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 146 of file Test_MatrixAlgorithms_double.cpp.