java - How can i calculate a linear system using Matrix on Android? -



java - How can i calculate a linear system using Matrix on Android? -

i'm trying solve linear scheme on android platform perform image processing. (opengl or java matrix). have 4x4 matrix , 4x1 vector represented matrix4f , float4f respectively. want split them , save output vector. need utilize matrix because later i'll draw on device screen image transformed matrix i'll generate vector result. could't find how multiply 2 on android. saw answers suggesting using 3rd party library ( jscience library ), prefer not so, lastly resort.

thanks.

java android image-processing opengl-es linear-algebra

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -