Package: natcpp 0.1.1
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.1.1.tar.gz
natcpp_0.1.1.zip(r-4.5)natcpp_0.1.1.zip(r-4.4)natcpp_0.1.1.zip(r-4.3)
natcpp_0.1.1.tgz(r-4.5-x86_64)natcpp_0.1.1.tgz(r-4.5-arm64)natcpp_0.1.1.tgz(r-4.4-x86_64)natcpp_0.1.1.tgz(r-4.4-arm64)natcpp_0.1.1.tgz(r-4.3-x86_64)natcpp_0.1.1.tgz(r-4.3-arm64)
natcpp_0.1.1.tar.gz(r-4.5-noble)natcpp_0.1.1.tar.gz(r-4.4-noble)
natcpp_0.1.1.tgz(r-4.4-emscripten)natcpp_0.1.1.tgz(r-4.3-emscripten)
natcpp.pdf |natcpp.html✨
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
computational-neuroscienceneuroanatomy-toolboxcpp
Last updated 3 years agofrom:574f551ea7. Checks:11 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 09 2025 |
R-4.5-win-x86_64 | OK | Feb 09 2025 |
R-4.5-mac-x86_64 | OK | Feb 09 2025 |
R-4.5-mac-aarch64 | OK | Feb 09 2025 |
R-4.5-linux-x86_64 | OK | Feb 09 2025 |
R-4.4-win-x86_64 | OK | Feb 09 2025 |
R-4.4-mac-x86_64 | OK | Feb 09 2025 |
R-4.4-mac-aarch64 | OK | Feb 09 2025 |
R-4.3-win-x86_64 | OK | Feb 09 2025 |
R-4.3-mac-x86_64 | OK | Feb 09 2025 |
R-4.3-mac-aarch64 | OK | Feb 09 2025 |
Exports:c_EdgeListFromSegListc_listlengthsc_ListofMatrixRowsc_seglengthsc_topntailc_topntail_listc_total_cable
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Turn a segment list into an edgelist suitable for constructing an ngraph | c_EdgeListFromSegList |
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 the first and last elements of all vectors in a list | c_topntail c_topntail_list |