| .woodbury_transform_constraint_matrix | R Documentation |
Constructs the transformed constraint matrix
\mathbf{X}^{*} = \mathbf{G}^{1/2}\mathbf{A} for the
Woodbury-accelerated correlated solver without forming the full dense
\mathbf{G}^{1/2} explicitly.
.woodbury_transform_constraint_matrix(
Ghalf_corrected,
A,
K,
p_expansions,
wb_sqrt,
parallel_aga,
cl,
chunk_size,
num_chunks,
rem_chunks
)
Ghalf_corrected |
List of corrected
|
A |
Constraint matrix. |
K, p_expansions |
Integer dimensions. |
wb_sqrt |
Output of |
parallel_aga |
Logical. |
cl, chunk_size, num_chunks, rem_chunks |
Parallel parameters. |
Numeric matrix with P rows and ncol(A) columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.