Skip to content

Commit 807d9f0

Browse files
committed
Update Eigen URLs in three more places
1 parent 99aa46e commit 807d9f0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2026-01-07 Dirk Eddelbuettel <[email protected]>
2+
3+
* README.md: Another pair of URL updates for Eigen
4+
* man/fastLm.Rd: Idem
5+
16
2025-12-30 Dirk Eddelbuettel <[email protected]>
27

38
* inst/tinytest/test_misc.R: Additional tests predicate

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
### Synopsis
2020

21-
[Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) is a C++ template library for linear algebra:
21+
[Eigen](https://libeigen.gitlab.io/) is a C++ template library for linear algebra:
2222
matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse
2323
matrices on integer, floating point and complex numbers, decompositions of such matrices,
2424
and solutions of linear systems. Its performance on many algorithms is comparable with
2525
some of the best implementations based on `Lapack` and level-3 `BLAS`.
2626

27-
RcppEigen provides an interface from R to and from [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) by
27+
RcppEigen provides an interface from R to and from [Eigen](https://libeigen.gitlab.io/) by
2828
using the facilities offered by the [Rcpp](http://dirk.eddelbuettel.com/code/rcpp.html)
2929
package for seamless R and C++ integration.
3030

@@ -62,8 +62,8 @@ post](https://gallery.rcpp.org/articles/eigen-eigenvalues/) for details.
6262
6363
### Status
6464
65-
The package is mature and under active development, following the
66-
[Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) release cycle.
65+
The package is mature and under acthttps://libeigen.gitlab.io/ive development, following the
66+
[Eigen](https://libeigen.gitlab.io/) release cycle.
6767
6868
### Documentation
6969

man/fastLm.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fastLm(X, \dots)
8686
URL http://www.jstatsoft.org/v52/i05/.
8787
}
8888
\author{
89-
Eigen is described at \url{http://eigen.tuxfamily.org/index.php?title=Main_Page}.
89+
Eigen is described at \url{https://libeigen.gitlab.io/}.
9090
RcppEigen is written by Douglas Bates, Dirk Eddelbuettel and Romain Francois.
9191
}
9292
\examples{

0 commit comments

Comments
 (0)