An open API service indexing awesome lists of open source software.

https://github.com/rcppcore/rcppnt2

Rcpp integration for the NT2 scientific computing library
https://github.com/rcppcore/rcppnt2

Last synced: 9 months ago
JSON representation

Rcpp integration for the NT2 scientific computing library

Awesome Lists containing this project

README

          

RcppNT2
=======

## Overview

The [Numerical Template Toolbox (NT2)](https://github.com/jfalcou/nt2)
is an Open Source C++ library aimed at simplifying the development, debugging
and optimization of high-performance computing applications by providing a
Matlab like syntax that eases the transition between prototype and actual
application.

`RcppNT2` bundles the NT2 library, and provides a number of helper
wrappers, to make it easy to use in your own R packages.