Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Android 中实现卡尔曼滤波器算法。该代码有一些复杂的矩阵乘法运算。矩阵元素是浮点类型。我的问题是
1)如何在Android中处理浮点数?
2) GPU 可以用于复杂矩阵(浮点类型的元素)计算或任何类型的数值计算吗?
非常感谢
android.opengl.Matrix 库为您解决了这个问题
renderscript 似乎是一个用户更可控的解决方案。