The compiled bilinear form representing the left-hand side.
(self)
| 181 | |
| 182 | @property |
| 183 | def a(self) -> Form: |
| 184 | """The compiled bilinear form representing the left-hand side.""" |
| 185 | return self._a |
| 186 | |
| 187 | @property |
| 188 | def A(self) -> MatrixCSR: |
nothing calls this directly
no outgoing calls
no test coverage detected