MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / rint

Function rint

include/rabitqlib/third/Eigen/src/Core/MathFunctions.h:1382–1385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380template<typename Scalar>
1381EIGEN_DEVICE_FUNC
1382inline EIGEN_MATHFUNC_RETVAL(rint, Scalar) rint(const Scalar& x)
1383{
1384 return EIGEN_MATHFUNC_IMPL(rint, Scalar)::run(x);
1385}
1386
1387template<typename Scalar>
1388EIGEN_DEVICE_FUNC

Callers 3

printFunction · 0.70
runMethod · 0.70
runMethod · 0.70

Calls 1

runFunction · 0.85

Tested by

no test coverage detected