mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-12-16 18:18:03 +00:00
Add matrix and kf code
This commit is contained in:
10
include/sta/math/utils.hpp
Normal file
10
include/sta/math/utils.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef INC_UTILS_HPP_
|
||||
#define INC_UTILS_HPP_
|
||||
namespace math
|
||||
{
|
||||
float fast_inv_sqrt(float);
|
||||
|
||||
|
||||
} // namespace stamath
|
||||
|
||||
#endif /* INC_UTILS_HPP_ */
|
||||
Reference in New Issue
Block a user