File: getQuantLibCapabilities.Rd

package info (click to toggle)
rquantlib 0.4.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,308 kB
  • sloc: cpp: 3,690; sh: 69; makefile: 6; ansic: 4
file content (27 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{getQuantLibCapabilities}
\alias{getQuantLibCapabilities}
\title{Return configuration options of the QuantLib library}
\usage{
getQuantLibCapabilities()
}
\value{
A named vector of logical variables
}
\description{
This function returns a named vector of boolean variables describing several
configuration options determined at compilation time of the QuantLib library.
}
\details{
Not all of these features are used (yet) by RQuantLib.
}
\examples{
  getQuantLibCapabilities()
}
\references{
\url{https://www.quantlib.org} for details on \code{QuantLib}.
}
\author{
Dirk Eddelbuettel
}