Import RcppEigen-0.3.2.8.1 as math/R-RcppEigen.
R and Eigen integration using Rcpp. 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 (currently version 3.2.2).
This commit is contained in:
parent
572c9b8a15
commit
3d0c27f48a
3 changed files with 32 additions and 0 deletions
8
math/R-RcppEigen/DESCR
Normal file
8
math/R-RcppEigen/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
R and Eigen integration using Rcpp. 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 (currently version 3.2.2).
|
18
math/R-RcppEigen/Makefile
Normal file
18
math/R-RcppEigen/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/07/27 03:53:50 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/RcppEigen/
|
||||
COMMENT= Rcpp integration for the Eigen templated linear algebra library
|
||||
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
||||
|
||||
R_PKGNAME= RcppEigen
|
||||
R_PKGVER= 0.3.2.8.1
|
||||
|
||||
USE_LANGUAGES= c c++ fortran
|
||||
|
||||
.include "../../devel/R-Rcpp/buildlink3.mk"
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
math/R-RcppEigen/distinfo
Normal file
6
math/R-RcppEigen/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/07/27 03:53:50 wen Exp $
|
||||
|
||||
SHA1 (R/RcppEigen_0.3.2.8.1.tar.gz) = 4dd0664dd4cde479ed7f8b8b7d02974d4b85402e
|
||||
RMD160 (R/RcppEigen_0.3.2.8.1.tar.gz) = bfcfda699f96309c6b8cc63d3ac5cce6c227490e
|
||||
SHA512 (R/RcppEigen_0.3.2.8.1.tar.gz) = 335fb04c5e3ce73ef49108372c1f3e5510284a2847137b2063beef8a78cea5e7fa4aa303238f0e9bbd812989dcd286c8283336e09132a8788bb8f7888802af46
|
||||
Size (R/RcppEigen_0.3.2.8.1.tar.gz) = 1240083 bytes
|
Loading…
Reference in a new issue