I'm trying to solve M (NxN) linear systems (Ax = B, B = [b1,b2,...bM]) using Ojalgo. What is the most efficient way to do this? I'd also like to know if A is singular (A, B are objects of type PrimitiveMatrix).
Any help would be greatly appreciated. Thank you!