diff options
author | Eduardo Julian | 2022-11-15 14:06:17 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-15 14:06:17 -0400 |
commit | d656ef2143151a1d78768df4562e5275dff67b9d (patch) | |
tree | 554f6e64c09654e0faeeed3662183c63c35cf514 /documentation/bookmark/math | |
parent | 4c765d22bd0a2e5271bf350745ed29f66bfbb96a (diff) |
Added LineNumberTable annotations to functions when compiling for the JVM.
Diffstat (limited to 'documentation/bookmark/math')
-rw-r--r-- | documentation/bookmark/math/linear_algebra.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/math/linear_algebra.md b/documentation/bookmark/math/linear_algebra.md index b2376d58f..ff1445bf4 100644 --- a/documentation/bookmark/math/linear_algebra.md +++ b/documentation/bookmark/math/linear_algebra.md @@ -1,5 +1,6 @@ # Reference +0. [Seven Sins of Numerical Linear Algebra](https://nhigham.com/2022/10/11/seven-sins-of-numerical-linear-algebra/) 0. [Basic Linear Algebra Subprograms](https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) 0. [Linear Algebra And Multi Dimensional Geometry](https://mirtitles.org/2020/02/13/4129/) 0. [Interactive Linear Algebra](https://textbooks.math.gatech.edu/ila/) |