Solve a linear system of equations with factor-structured coefficients.
| Parameters: | rhs : array-like
|
|---|---|
| Returns: | C^{-1} * rhs, where C is the covariance matrix represented : by this class instance. : |
Notes
This function exploits the factor structure for efficiency.