RiemBase : Functions and C++ Header Files for Computation on Manifolds

CRAN status Travis-CI Build Status

Installation

You can install the released version of RiemBase from CRAN with:

install.packages("RiemBase")

or the development version from github:

# Run
# > install.packages("devtools")
# if not installed.
library(devtools)
devtools::install_github("kisungyou/RiemBase")