MCPcopy Create free account
hub / github.com/avaxman/Directional / testMatrix

Function testMatrix

external/eigen/unsupported/test/matrix_function.cpp:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157template<typename MatrixType>
158void testMatrix(const MatrixType& A)
159{
160 testMatrixExponential(A);
161 testMatrixLogarithm(A);
162 testHyperbolicFunctions(A);
163 testGonioFunctions(A);
164}
165
166template<typename MatrixType>
167void 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