view .editorconfig @ 28152:4609d001daee stable

condest.m: Fix estimate when matrix is not symmetric (bug #57968). * condest.m (solve_sparse, solve_not_sparse): In switch statement, swap the calculation method between "notransp" and "transp" cases. Add regression BIST tests.
author Rik <rik@octave.org>
date Wed, 11 Mar 2020 13:11:38 -0700
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab