decompose abstract method
Decomposes the original matrix into several matrices whose product results in the original matrix Default value id Decomposition.LU
Implementation
Iterable<Matrix> decompose([Decomposition decompositionType]);
Decomposes the original matrix into several matrices whose product results in the original matrix Default value id Decomposition.LU
Iterable<Matrix> decompose([Decomposition decompositionType]);