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
anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::MatrixTest Class Reference
Inheritance diagram for anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::MatrixTest:
Inheritance graph
Collaboration diagram for anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::MatrixTest:
Collaboration graph

Public Types

using FieldT = double
 
using entryT = Polynomial< double >
 
using MatrixT = Matrix< entryT >
 

Public Member Functions

 MatrixTest ()
 
virtual ~MatrixTest ()
 

Detailed Description

Definition at line 24 of file Test_MatrixAlgorithms_polynomial_double.cpp.

Member Typedef Documentation

using anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::MatrixTest::entryT = Polynomial<double>

Definition at line 27 of file Test_MatrixAlgorithms_polynomial_double.cpp.

using anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::MatrixTest::FieldT = double

Definition at line 26 of file Test_MatrixAlgorithms_polynomial_double.cpp.

using anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::MatrixTest::MatrixT = Matrix<entryT>

Definition at line 28 of file Test_MatrixAlgorithms_polynomial_double.cpp.

Constructor & Destructor Documentation

anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::MatrixTest::MatrixTest ( )
inline

Definition at line 29 of file Test_MatrixAlgorithms_polynomial_double.cpp.

virtual anonymous_namespace{Test_MatrixAlgorithms_polynomial_double.cpp}::MatrixTest::~MatrixTest ( )
inlinevirtual

Definition at line 32 of file Test_MatrixAlgorithms_polynomial_double.cpp.


The documentation for this class was generated from the following file: