I have matrix A and vector t. And I need to find vector x, so that A*x = t So there are just 2 steps, convert maxtrix A and vector t to triangle, and then find vector x (or mb it can be done just in one step using this library, idk). How can I do this using MTJ? There is really few documentation or information about MTJ.
Asked
Active
Viewed 45 times