Package: natcpp 0.2
natcpp: Fast C++ Primitives for the 'NeuroAnatomy Toolbox'
Fast functions implemented in C++ via 'Rcpp' to support the 'NeuroAnatomy Toolbox' ('nat') ecosystem. These functions provide large speed-ups for basic manipulation of neuronal skeletons over pure R functions found in the 'nat' package. The expectation is that end users will not use this package directly, but instead the 'nat' package will automatically use routines from this package when it is available to enable large performance gains.
Authors:
natcpp_0.2.tar.gz
natcpp_0.2.zip(r-4.7)natcpp_0.2.zip(r-4.6)natcpp_0.2.zip(r-4.5)
natcpp_0.2.tgz(r-4.6-x86_64)natcpp_0.2.tgz(r-4.6-arm64)natcpp_0.2.tgz(r-4.5-x86_64)natcpp_0.2.tgz(r-4.5-arm64)
natcpp_0.2.tar.gz(r-4.7-arm64)natcpp_0.2.tar.gz(r-4.7-x86_64)natcpp_0.2.tar.gz(r-4.6-arm64)natcpp_0.2.tar.gz(r-4.6-x86_64)
natcpp_0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
natcpp/json (API)
NEWS
| # Install 'natcpp' in R: |
| install.packages('natcpp', repos = c('https://natverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/natverse/natcpp/issues
Pkgdown/docs site:https://natverse.org
computational-neuroscienceneuroanatomy-toolboxcpp
Last updated from:95519ef6a9. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 878 | ||
| linux-devel-x86_64 | OK | 120 | ||
| source / vignettes | OK | 145 | ||
| linux-release-arm64 | OK | 113 | ||
| linux-release-x86_64 | OK | 130 | ||
| macos-release-arm64 | OK | 134 | ||
| macos-release-x86_64 | OK | 194 | ||
| macos-oldrel-arm64 | OK | 92 | ||
| macos-oldrel-x86_64 | OK | 359 | ||
| windows-devel | OK | 136 | ||
| windows-release | OK | 106 | ||
| windows-oldrel | OK | 143 | ||
| wasm-release | OK | 102 |
Exports:c_coords21dindexc_EdgeListFromSegListc_ijkposc_listlengthsc_ListofMatrixRowsc_seglengthsc_sub2indc_topntailc_topntail_listc_total_cable
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert physical coordinates to 1d indices into image array | c_coords21dindex |
| Turn a segment list into an edgelist suitable for constructing an ngraph | c_EdgeListFromSegList |
| Convert physical coordinates to pixel coordinates | c_ijkpos |
| A simple function to compute the lengths of the elements of an R list | c_listlengths |
| Convert a matrix into list of row vectors | c_ListofMatrixRows |
| Compute summed segment lengths or total cable | c_seglengths c_total_cable |
| Find 1D index given n-dimensional indices | c_sub2ind |
| Find the first and last elements of all vectors in a list | c_topntail c_topntail_list |
