vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
373 stars 108 forks source link

Find a type-safe way of decomposing matricies #181

Open vkostyukov opened 10 years ago

vkostyukov commented 10 years ago
Matrix[] svd = a.pipeTo(LinearAlgebra.SVD);
Matrix s = svd[0]; // it's not type-safe
vkostyukov commented 10 years ago

That might be done at the next milestone 0.6.0.