Skip to content

Commit fd74e2b

Browse files
authored
Update umf_internal.h
max_udiag is the maximum abs value on diagonal of D
1 parent 4fa4dbe commit fd74e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UMFPACK/Source/umf_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ typedef struct /* NumericType */
522522
rsmin, /* smallest row sum */
523523
rsmax, /* largest row sum */
524524
min_udiag, /* smallest abs value on diagonal of D */
525-
max_udiag, /* maxinum abs value on diagonal of D */
525+
max_udiag, /* maximum abs value on diagonal of D */
526526
rcond ; /* min (D) / max (D) */
527527

528528
Int

0 commit comments

Comments
 (0)