solve()#
- PlainSolver.solve()[source]#
Solve the Operator Inference regression via
scipy.linalg.lstsq()
.- Returns:
- Ohat(r, d) ndarray
Operator matrix \(\Ohat\) (not its transpose!).
Solve the Operator Inference regression via
scipy.linalg.lstsq()
.
Operator matrix \(\Ohat\) (not its transpose!).