View source: R/HelperFunctions.R
| compute_dGhalf | R Documentation |
d\textbf{G}/d\lambdaApplies an eigendecomposition-based matrix square root to each partition-wise
d\textbf{G}/d\lambda matrix after replacing NA entries with 0
and treating all-0 inputs with an identity fallback.
compute_dGhalf(
dG_dlambda,
p_expansions,
K,
parallel,
cl,
chunk_size,
num_chunks,
rem_chunks
)
dG_dlambda |
List of |
p_expansions |
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 p \times p eigen-based square-root factors derived from
the partition-wise d\textbf{G}/d\lambda matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.