summaryrefslogtreecommitdiff
path: root/doc/software_manual.org
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-27 10:14:50 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-27 10:14:50 -0700
commitaa77d733b0cb100b63a824c60548f19526711bbc (patch)
tree3f65e1e3381afd5dc43dcdc26317cd7085ca4061 /doc/software_manual.org
parent4d2d4f5d7a9f584061b85ef707b3cccee814cbc6 (diff)
downloadcmath-aa77d733b0cb100b63a824c60548f19526711bbc.tar.gz
cmath-aa77d733b0cb100b63a824c60548f19526711bbc.zip
add leslie matrix dominant eigenvalue unit test
Diffstat (limited to 'doc/software_manual.org')
-rw-r--r--doc/software_manual.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/software_manual.org b/doc/software_manual.org
index a54006a..f438534 100644
--- a/doc/software_manual.org
+++ b/doc/software_manual.org
@@ -1038,7 +1038,7 @@ double dominant_eigenvalue(Matrix_double *m, Array_double *v, double tolerance,
+ Input: two pointers to ~Array_double~'s representing the ratio of individuals in an age class
$x$ getting to the next age class $x+1$ and the number of offspring that individuals in an age
class create in age class 0.
-+ Output: the leslie matrix generated with the input vectors.
++ Output: the leslie matrix generated from the input vectors.
#+BEGIN_SRC c
Matrix_double *leslie_matrix(Array_double *age_class_surivor_ratio,