la4j icon indicating copy to clipboard operation
la4j copied to clipboard

Find a type-safe way of decomposing matricies

Open vkostyukov opened this issue 11 years ago • 1 comments

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

vkostyukov avatar May 15 '14 07:05 vkostyukov

That might be done at the next milestone 0.6.0.

vkostyukov avatar May 15 '14 15:05 vkostyukov