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
- Host: GitHub
- URL: https://github.com/rcppcore/rcppnt2
- Owner: RcppCore
- Created: 2016-01-26T21:29:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T22:08:50.000Z (about 6 years ago)
- Last Synced: 2025-03-31T15:24:41.311Z (9 months ago)
- Language: C++
- Homepage:
- Size: 4.86 MB
- Stars: 12
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.