bddtrsm | R Documentation |
Solves matrix equations : A*X = B
bddtrsm(R, Z, threads = NULL)
R |
numerical matrix. |
Z |
numerical matrix. |
threads |
integer with number of threads to use with parallelized execution |
X numerical matrix.
a <- "Unused function"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.