View source: R/HelperFunctions.R
| compute_dGhalf | R Documentation |
Calculates d\textbf{G}^{1/2}/d\lambda matrices for each partition using eigendecomposition.
Follows similar approach to compute_G_eigen() but for matrix derivatives.
compute_dGhalf(
dG_dlambda,
nc,
K,
parallel,
cl,
chunk_size,
num_chunks,
rem_chunks
)
dG_dlambda |
List of |
nc |
Integer; number of columns per partition |
K |
Integer; number of interior knots ( |
parallel, cl, chunk_size, num_chunks, rem_chunks |
Parallel computation parameters |
List of nc \times nc matrices containing d\textbf{G}_k^{1/2}/d\lambda for each partition k
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.