套件: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 Standard C++ Library v3
-
- dep: r-api-4.0
- 本虛擬套件由這些套件填實: r-base-core
-
- dep: r-cran-rcpp (>= 0.11.0)
- GNU R package for Seamless R and C++ Integration