diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-27 13:32:05 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-27 13:32:05 -0700 |
commit | 76e00682b2fcc557f24af9db7629d1c868bdf93c (patch) | |
tree | 65815aa6f50bece63fcc67b982bcf72e76b7da83 /notes/Nov-27.org | |
parent | 2a35f68ac4ba682fcacf9d003efda6fc4c16209c (diff) | |
download | cmath-76e00682b2fcc557f24af9db7629d1c868bdf93c.tar.gz cmath-76e00682b2fcc557f24af9db7629d1c868bdf93c.zip |
add lizfcm api doc entry for least dominant eigenvalue
Diffstat (limited to 'notes/Nov-27.org')
-rw-r--r-- | notes/Nov-27.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/notes/Nov-27.org b/notes/Nov-27.org index c4d38b0..ae4ded0 100644 --- a/notes/Nov-27.org +++ b/notes/Nov-27.org @@ -14,5 +14,7 @@ x^{k + 1} \rightarrow Ax^k } x_1[i] = sum / a[i][i]; } + + err = 0.0; } #+END_SRC |