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
)
List of \(nc \times nc\) matrices containing \(d\textbf{G}_k^{1/2}/d\lambda\) for each partition k
List of \(nc \times nc\) \(d\textbf{G}/d\lambda\) matrices by partition
Integer; number of columns per partition
Integer; number of interior knots (\(K\))
Parallel computation parameters