The m × n summing matrix.
The reconciliation strategy.
Optionaloptions: { residualCovariance?: Matrix; ridge?: number }Strategy-specific parameters:
residualCovariance — m × m covariance Matrix for MinT / WLS.ridge — ridge regularisation added to diagonal before inversion (default 1e-6).The n × m projection matrix P.
Compute the projection matrix P (n × m) for the given strategy.