Polymetic
1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
|
Public Types | |
using | entryT = double |
using | MatrixT = Matrix< entryT > |
Public Member Functions | |
MatrixTest () | |
virtual | ~MatrixTest () |
Definition at line 22 of file Test_MatrixAlgorithms_double.cpp.
using anonymous_namespace{Test_MatrixAlgorithms_double.cpp}::MatrixTest::entryT = double |
Definition at line 25 of file Test_MatrixAlgorithms_double.cpp.
using anonymous_namespace{Test_MatrixAlgorithms_double.cpp}::MatrixTest::MatrixT = Matrix<entryT> |
Definition at line 26 of file Test_MatrixAlgorithms_double.cpp.
|
inline |
Definition at line 27 of file Test_MatrixAlgorithms_double.cpp.
|
inlinevirtual |
Definition at line 30 of file Test_MatrixAlgorithms_double.cpp.