|
1 | 1 | # C++ library for IRLBA |
2 | 2 |
|
3 | | - |
4 | | - |
5 | | - |
6 | | -[](https://codecov.io/gh/LTLA/CppIrlba) |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +[](https://codecov.io/gh/libscran/irlba) |
7 | 7 |
|
8 | 8 | ## Overview |
9 | 9 |
|
@@ -43,7 +43,7 @@ pcres.rotation; |
43 | 43 | pcres.variances; |
44 | 44 | ``` |
45 | 45 |
|
46 | | -See the [reference documentation](https://ltla.github.io/CppIrlba) for more details. |
| 46 | +See the [reference documentation](https://libscran.github.io/irlba) for more details. |
47 | 47 |
|
48 | 48 | ## Customizing matrices |
49 | 49 |
|
@@ -88,7 +88,7 @@ include(FetchContent) |
88 | 88 |
|
89 | 89 | FetchContent_Declare( |
90 | 90 | irlba |
91 | | - GIT_REPOSITORY https://github.com/LTLA/CppIrlba |
| 91 | + GIT_REPOSITORY https://github.com/libscran/irlba |
92 | 92 | GIT_TAG master # or any version of interest |
93 | 93 | ) |
94 | 94 |
|
@@ -134,4 +134,3 @@ Note that this requires the dependencies listed in [`extern/CMakeLists.txt`](ext |
134 | 134 | Baglama, James and Reichel, Lothar (2005). |
135 | 135 | Augmented implicitly restarted Lanczos bidiagonalization methods. |
136 | 136 | _SIAM J. Sci. Comput._, 27(1), 19-42. |
137 | | - |
0 commit comments