File: README.md

package info (click to toggle)
r-cran-rcppeigen 0.3.2.2.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,352 kB
  • ctags: 13,529
  • sloc: cpp: 61,689; sh: 6; makefile: 1
file content (17 lines) | stat: -rw-r--r-- 842 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
RcppEigen
=========

[![Build Status](https://travis-ci.org/RcppCore/RcppEigen.png)](https://travis-ci.org/RcppCore/RcppEigen)

`Rcpp` integration for the [`Eigen`](http://eigen.tuxfamily.org) templated linear algebra library

[`Eigen`](http://eigen.tuxfamily.org) 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). Thus users do not need to
install `Eigen` itself in order to use `RcppEigen`.