View source: R/HelperFunctions.R
GAmult_wrapper | R Documentation |
Efficient Matrix Multiplication of G and A Matrices
GAmult_wrapper(
G,
A,
K,
nc,
nca,
parallel,
cl,
chunk_size,
num_chunks,
rem_chunks
)
G |
List of G matrices |
A |
Constraint matrix |
K |
Number of partitions minus 1 |
nc |
Number of columns per partition |
nca |
Number of constraint columns |
parallel |
Use parallel processing |
cl |
Cluster object |
chunk_size |
Size of parallel chunks |
num_chunks |
Number of chunks |
rem_chunks |
Remaining chunks |
Computes G Processes in parallel chunks if enabled. Avoids unnecessary operations.
Matrix product
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.