finesse.cymath.cmatrix.CCSMatrix.solve_extra_rhs¶
- CCSMatrix.solve_extra_rhs(self, int transpose=False, bool conjugate=False) void ¶
Solves the matrix equation for extra right-hand sides.
This method is not yet implemented.
- Parameters
- transposeint, optional
Whether to transpose the matrix before solving, by default False.
- conjugatebint, optional
Whether to conjugate the matrix before solving, by default False.
- Raises
- NotImplementedError
Always, as this method is not yet implemented.