diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-27 10:14:50 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-27 10:14:50 -0700 |
commit | aa77d733b0cb100b63a824c60548f19526711bbc (patch) | |
tree | 3f65e1e3381afd5dc43dcdc26317cd7085ca4061 /homeworks | |
parent | 4d2d4f5d7a9f584061b85ef707b3cccee814cbc6 (diff) | |
download | cmath-aa77d733b0cb100b63a824c60548f19526711bbc.tar.gz cmath-aa77d733b0cb100b63a824c60548f19526711bbc.zip |
add leslie matrix dominant eigenvalue unit test
Diffstat (limited to 'homeworks')
-rw-r--r-- | homeworks/hw-7.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homeworks/hw-7.org b/homeworks/hw-7.org index bbd0f49..1a5ebb0 100644 --- a/homeworks/hw-7.org +++ b/homeworks/hw-7.org @@ -8,3 +8,8 @@ See ~UTEST(eigen, dominant_eigenvalue)~ in ~test/eigen.t.c~ and the entry ~Eigen-Adjacent -> dominant_eigenvalue~ in the LIZFCM API documentation. * Question Two +See ~UTEST(eigen, leslie_matrix_dominant_eigenvalue)~ in ~test/eigen.t.c~ +and the entry ~Eigen-Adjacent -> leslie_matrix~ in the LIZFCM API +documentation. +* Question Three + |