la4j
la4j copied to clipboard
Find a type-safe way of decomposing matricies
Matrix[] svd = a.pipeTo(LinearAlgebra.SVD);
Matrix s = svd[0]; // it's not type-safe
That might be done at the next milestone 0.6.0.