[ 源代码: r-cran-rcppeigen ]
软件包:r-cran-rcppeigen(0.3.3.9.3-1)
r-cran-rcppeigen 的相关链接
Debian 的资源:
下载源码包 r-cran-rcppeigen:
- [r-cran-rcppeigen_0.3.3.9.3-1.dsc]
- [r-cran-rcppeigen_0.3.3.9.3.orig.tar.gz]
- [r-cran-rcppeigen_0.3.3.9.3-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.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支持库
-
- dep: liblapack3
- Library of linear algebra routines 3 - shared version
- 或者 liblapack.so.3
- 本虚包由这些包填实: libatlas3-base, liblapack3, libopenblas0-openmp, libopenblas0-pthread, libopenblas0-serial
-
- dep: libstdc++6 (>= 5.2)
- GNU 标准 C++ 库,第3版
-
- dep: r-api-4.0
- 本虚包由这些包填实: r-base-core
-
- dep: r-base-core (>= 4.2.2-1)
- GNU R core of statistical computation and graphics system
-
- 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