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

Function casting_all

external/eigen/test/basicstuff.cpp:257–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255};
256
257void casting_all() {
258 casting_test_runner<bool>::run();
259 casting_test_runner<int8_t>::run();
260 casting_test_runner<uint8_t>::run();
261 casting_test_runner<int16_t>::run();
262 casting_test_runner<uint16_t>::run();
263 casting_test_runner<int32_t>::run();
264 casting_test_runner<uint32_t>::run();
265 casting_test_runner<int64_t>::run();
266 casting_test_runner<uint64_t>::run();
267 casting_test_runner<half>::run();
268 casting_test_runner<bfloat16>::run();
269 casting_test_runner<float>::run();
270 casting_test_runner<double>::run();
271 casting_test_runner<std::complex<float> >::run();
272 casting_test_runner<std::complex<double> >::run();
273}
274
275template <typename Scalar>
276void fixedSizeMatrixConstruction()

Callers 1

EIGEN_DECLARE_TESTFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected