java - Can GPU be used in numerical calculations (Complex matrix multiplication) on Android Environmement? -
i implementing kalman filter algorithm in android. code has complex matrix multiplication operations. matrix elements of type float. question
1) how floating point handled in android??
2) can gpu used in complex matrix (elements of type float) calculations or kind of numerical calculations?
thank much
android.opengl.matrix library took care of you
renderscript seems more user controllable solution.
java android gpu fpu kalman-filter
No comments:
Post a Comment