软件包:r-cran-rcppgsl(0.3.13-1 以及其他的)
r-cran-rcppgsl 的相关链接
Debian 的资源:
下载源码包 r-cran-rcppgsl:
- [r-cran-rcppgsl_0.3.13-1.dsc]
- [r-cran-rcppgsl_0.3.13.orig.tar.gz]
- [r-cran-rcppgsl_0.3.13-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [cran.r-project.org]
相似软件包:
GNU R package for integration with the GNU GSL
The 'GNU Scientific Library' (or 'GSL') is a collection of numerical routines for scientific computing. It is particularly useful for C and C++ programs as it provides a standard C interface to a wide range of mathematical routines such as special functions, permutations, combinations, fast fourier transforms, eigensystems, random numbers, quadrature, random distributions, quasi-random sequences, Monte Carlo integration, N-tuples, differential equations, simulated annealing, numerical differentiation, interpolation, series acceleration, Chebyshev approximations, root-finding, discrete Hankel transforms physical constants, basis splines and wavelets. There are over 1000 functions in total with an extensive test suite.
The 'RcppGSL' package provides an easy-to-use interface between 'GSL' data structures and R using concepts from 'Rcpp' which is itself a package that eases the interfaces between R and C++.
This package also serves as a prime example of how to build a package that uses 'Rcpp' to connect to another third-party library. The 'autoconf' script, 'inline' plugin and example package can all be used as a stanza to write a similar package against another library.
其他与 r-cran-rcppgsl 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.11)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libgsl-dev
- GNU Scientific Library (GSL) -- development package
-
- dep: libgsl28 (>= 2.8+dfsg)
- GNU Scientific Library (GSL) -- library package
-
- dep: libstdc++6 (>= 14)
- GNU 标准 C++ 库,第3版
-
- dep: r-api-4.0
- 本虚包由这些包填实: r-base-core
-
- dep: r-cran-rcpp (>= 0.11.0)
- GNU R package for Seamless R and C++ Integration