set_fastglmpca_threads {fastglmpca} | R Documentation |
Set up Multithreading for fastglmpca
Description
Initialize RcppParallel multithreading using a
pre-specified number of threads, or using the default number of
threads when n
is not specified or is NA.
Usage
set_fastglmpca_threads(n)
Arguments
n |
The requested number of threads. |
Value
The number of threads to be used.
[Package fastglmpca version 0.1-103 Index]