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_double.cpp File Reference

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"
Include dependency graph for Test_MatrixAlgorithms_double.cpp:

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)
 

Detailed Description

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.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 146 of file Test_MatrixAlgorithms_double.cpp.