finesse.cymath.cmatrix.CCSMatrix.solve¶
- CCSMatrix.solve(self, int transpose=False, bool conjugate=False, unsigned int rhs_index=0) const double complex[::1] ¶
Solves the matrix equation.
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.
- rhs_indexunsigned, optional
The index of the right-hand side to solve for, by default 0.
- Returns
- complex_t[::1]
The solution to the matrix equation.
- Raises
- NotImplementedError
Always, as this method is not yet implemented.