compute_gram_block_diagonal {lgspline} | R Documentation |
Compute Gram Matrix for Block Diagonal Structure
Description
Compute Gram Matrix for Block Diagonal Structure
Usage
compute_gram_block_diagonal(
list_in,
parallel,
cl,
chunk_size,
num_chunks,
rem_chunks
)
Arguments
list_in |
List of matrices |
parallel |
Use parallel processing |
cl |
Cluster object |
chunk_size |
Chunk size for parallel |
num_chunks |
Number of chunks |
rem_chunks |
Remaining chunks |
Details
For a list of matrices, will compute the gram matrix of each element of the list.
Value
List of Gram matrices (\textbf{X}^{T}\textbf{X}
) for each block
[Package lgspline version 0.2.0 Index]