套件:r-cran-rcppeigen(0.3.4.0.2-1)
r-cran-rcppeigen 的相關連結
Debian 的資源:
下載原始碼套件 r-cran-rcppeigen:
- [r-cran-rcppeigen_0.3.4.0.2-1.dsc]
- [r-cran-rcppeigen_0.3.4.0.2.orig.tar.gz]
- [r-cran-rcppeigen_0.3.4.0.2-1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [cran.r-project.org]
相似套件:
GNU R package for Eigen templated linear algebra
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse matrices on integer, floating point and complex numbers, decompositions of such matrices, and solutions of linear systems. Its performance on many algorithms is comparable with some of the best implementations based on Lapack and level-3 BLAS.
The RcppEigen package includes the header files from the Eigen C++ template library. Thus users do not need to install Eigen itself in order to use RcppEigen.
其他與 r-cran-rcppeigen 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.11)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: liblapack3
- Library of linear algebra routines 3 - shared version
- 或者 liblapack.so.3
- 本虛擬套件由這些套件填實: liblapack3, libopenblas0-openmp, libopenblas0-pthread, libopenblas0-serial
-
- dep: libstdc++6 (>= 14)
- GNU Standard C++ Library v3
-
- dep: r-api-4.0
- 本虛擬套件由這些套件填實: r-base-core
-
- dep: r-cran-matrix (>= 1.1-0)
- GNU R package of classes for dense and sparse matrices
-
- dep: r-cran-pkgkitten
- GNU R package to create simple packages
-
- dep: r-cran-rcpp (>= 0.11.0-1)
- GNU R package for Seamless R and C++ Integration