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

Function test_sparse_ref

test/sparse_ref.cpp:129–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void test_sparse_ref()
130{
131 for(int i = 0; i < g_repeat; i++) {
132 CALL_SUBTEST_1( check_const_correctness(SparseMatrix<float>()) );
133 CALL_SUBTEST_1( check_const_correctness(SparseMatrix<double,RowMajor>()) );
134 CALL_SUBTEST_2( call_ref() );
135
136 CALL_SUBTEST_3( check_const_correctness(SparseVector<float>()) );
137 CALL_SUBTEST_3( check_const_correctness(SparseVector<double,RowMajor>()) );
138 }
139}

Callers

nothing calls this directly

Calls 2

check_const_correctnessFunction · 0.70
call_refFunction · 0.70

Tested by

no test coverage detected