Skip to content

Commit 3455f6e

Browse files
chore: prettier
1 parent ffae164 commit 3455f6e

10 files changed

Lines changed: 1200625 additions & 1168 deletions

File tree

docs/releases/en_US/v1.13.0/book.js

Lines changed: 678 additions & 607 deletions
Large diffs are not rendered by default.

docs/releases/en_US/v1.13.0/clipboard.min.js

Lines changed: 629 additions & 2 deletions
Large diffs are not rendered by default.

docs/releases/en_US/v1.13.0/elasticlunr.min.js

Lines changed: 965 additions & 1 deletion
Large diffs are not rendered by default.

docs/releases/en_US/v1.13.0/highlight.js

Lines changed: 5558 additions & 49 deletions
Large diffs are not rendered by default.

docs/releases/en_US/v1.13.0/mark.min.js

Lines changed: 1165 additions & 6 deletions
Large diffs are not rendered by default.

docs/releases/en_US/v1.13.0/searcher.js

Lines changed: 543 additions & 442 deletions
Large diffs are not rendered by default.

docs/releases/en_US/v1.13.0/searchindex.js

Lines changed: 589272 additions & 1 deletion
Large diffs are not rendered by default.

docs/releases/en_US/v1.13.0/searchindex.json

Lines changed: 601743 additions & 1 deletion
Large diffs are not rendered by default.

docs/releases/en_US/v1.13.0/toc.js

Lines changed: 70 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markdown/en/slicot/slicot_ab01od.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Staircase form for multi-input systems using orthogonal state and input transfor
2020

2121
## Output argument
2222

23-
- A_OUT - On exit, the leading N-by-N part of this array contains the transformed state transition matrix U' _ A _ U. The leading NCONT-by-NCONT part contains the upper block Hessenberg state matrix Acont in Ac, given by U' _ A _ U, of a controllable realization for the original system. The elements below the first block-subdiagonal are set to zero. If STAGES ~='F', the subdiagonal blocks of A are triangularized by RQ factorization, and the annihilated elements are explicitly zeroed.
24-
- B_OUT - On exit with STAGES = 'F', the leading N-by-M part of this array contains the transformed input matrix U' _ B, with all elements but the first block set to zero. On exit with STAGES ~= 'F', the leading N-by-M part of this array contains the transformed input matrix U' _ B \* V, with all elements but the first block set to zero and the first block in upper triangular form.
23+
- A*OUT - On exit, the leading N-by-N part of this array contains the transformed state transition matrix U' * A _ U. The leading NCONT-by-NCONT part contains the upper block Hessenberg state matrix Acont in Ac, given by U' _ A \_ U, of a controllable realization for the original system. The elements below the first block-subdiagonal are set to zero. If STAGES ~='F', the subdiagonal blocks of A are triangularized by RQ factorization, and the annihilated elements are explicitly zeroed.
24+
- B*OUT - On exit with STAGES = 'F', the leading N-by-M part of this array contains the transformed input matrix U' * B, with all elements but the first block set to zero. On exit with STAGES ~= 'F', the leading N-by-M part of this array contains the transformed input matrix U' \_ B \* V, with all elements but the first block set to zero and the first block in upper triangular form.
2525
- U_OUT - if JOBU = 'I', the leading N-by-N part of this array contains the transformation matrix U that performed the specified reduction. If JOBU = 'N', the array U is not referenced and can be supplied as a dummy array.
2626
- V - If JOBV = 'I', then the leading M-by-M part of this array contains the transformation matrix V.
2727
- NCONT_OUT - NCONT_OUT is input only if STAGES = 'B'.

0 commit comments

Comments
 (0)