| .solver_detect_qp_global | R Documentation |
Inspects the columns of qp_Amat to determine whether every
inequality constraint is confined to a single partition block
(block-separable) or whether any constraint couples coefficients
across partitions.
.solver_detect_qp_global(qp_Amat, p_expansions, K)
qp_Amat |
Inequality constraint matrix
( |
p_expansions |
Integer; number of basis terms per partition. |
K |
Integer; number of interior knots. |
Returns FALSE when all columns have nonzeros in at most one
block, so the active-set loop can keep partition-wise equality
re-solves. Returns TRUE when any column spans multiple blocks,
so the active-set loop must use the global equality bridge instead.
Logical scalar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.