From: Richard M. <no...@gi...> - 2022-04-27 14:04:58
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 02b34512736f06989cc764af080336d81286aca6 https://github.com/python-control/python-control/commit/02b34512736f06989cc764af080336d81286aca6 Author: Rory Yorke <ror...@gm...> Date: 2022-04-27 (Wed, 27 Apr 2022) Changed paths: M control/statesp.py M control/tests/statesp_test.py Log Message: ----------- ENH: add `linform` to compute linear system L-infinity norm linfnorm requires Slycot routine ab13dd, which does the actual work. Added tests to check that wrapping of ab13dd is correct, that static systems are handled, and that discrete-time system frequencies are scaled correctly. Commit: dd95f35c8529a8a68f829a2aad35145cb9d2c4b7 https://github.com/python-control/python-control/commit/dd95f35c8529a8a68f829a2aad35145cb9d2c4b7 Author: Richard Murray <mu...@cd...> Date: 2022-04-27 (Wed, 27 Apr 2022) Changed paths: M control/statesp.py M control/tests/statesp_test.py Log Message: ----------- Merge pull request #729 from roryyorke/rory/linfnorm ENH: add `linform` to compute linear system L-infinity norm Compare: https://github.com/python-control/python-control/compare/46b3c53f752c...dd95f35c8529 |