42-MPCRTile POTRF | R Documentation |
Tile-based Cholesky decomposition of a positive definite tile-based symmetric matrix.
## S4 method for signature 'Rcpp_MPCRTile'
chol(x, overwrite_input = TRUE, num_threads = 1)
x |
An MPCR tile matrix. |
overwrite_input |
A flag to determine whether to overwrite the input ( TRUE ), or return a new MPCR tile matrix. |
num_threads |
An integer to determine number if thread to run using openmp, default = 1 (serial with no parallelization). |
An MPCR tile matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.