Jump to content

LU decomposition: Difference between revisions

m
C++ bug fix
(With Numeric.LinearAlgebra)
m (C++ bug fix)
Line 702:
scalar_type max_value = 0;
for (size_t i = j; i < n; ++i) {
scalar_type value = std::abs(input1(perm[i], j));
if (value > max_value) {
max_index = i;
1,777

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.