MCPcopy Create free account
hub / github.com/PX4/eigen / testMatrix

Function testMatrix

unsupported/test/matrix_function.cpp:161–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160template<typename MatrixType>
161void testMatrix(const MatrixType& A)
162{
163 testMatrixExponential(A);
164 testMatrixLogarithm(A);
165 testHyperbolicFunctions(A);
166 testGonioFunctions(A);
167}
168
169template<typename MatrixType>
170void testMatrixType(const MatrixType& m)

Callers 1

testMatrixTypeFunction · 0.85

Calls 4

testMatrixExponentialFunction · 0.85
testMatrixLogarithmFunction · 0.85
testHyperbolicFunctionsFunction · 0.85
testGonioFunctionsFunction · 0.85

Tested by

no test coverage detected