Skip to content

Commit b561691

Browse files
prettier
1 parent c36fb32 commit b561691

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

markdown/en/dynamic_link/C_datatype.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ C/Nelson equivalent data types
77
This table shows these Nelson types with their equivalent C types.
88
| Nelson type | C type |
99
| --- | --- |
10-
| logical (scalar) | uint8_t |
10+
| logical (scalar) | uint8*t |
1111
| uint8 (scalar) | uint8_t |
1212
| int8 (scalar) | int8_t |
1313
| uint16 (scalar) | uint16_t |
@@ -18,22 +18,22 @@ This table shows these Nelson types with their equivalent C types.
1818
| int64 (scalar) | int64_t |
1919
| float, single (scalar) | float |
2020
| double (scalar) | double |
21-
| cstring (string utf-8) | char _ |
22-
| wstring (string unicode) | wchar_t _ |
21+
| cstring (string utf-8) | char * |
22+
| wstring (string unicode) | wchar*t * |
2323
| void | void |
24-
| logicalPtr (logical vector or matrix) | uint8_t _ |
25-
| uint8Ptr (uint8 vector or matrix) | uint8_t _ |
26-
| int8Ptr (int8 vector or matrix) | int8_t _ |
27-
| uint16Ptr (uint16 vector or matrix) | uint16_t _ |
28-
| int16Ptr (int16 vector or matrix) | int16_t _ |
29-
| uint32Ptr (uint32 vector or matrix) | uint32_t _ |
30-
| int32Ptr (int32 vector or matrix) | int32_t _ |
31-
| int64Ptr (uint64 vector or matrix) | int64_t _ |
32-
| uint64Ptr (uint64 vector or matrix) | uint64_t _ |
24+
| logicalPtr (logical vector or matrix) | uint8*t * |
25+
| uint8Ptr (uint8 vector or matrix) | uint8*t * |
26+
| int8Ptr (int8 vector or matrix) | int8*t * |
27+
| uint16Ptr (uint16 vector or matrix) | uint16*t * |
28+
| int16Ptr (int16 vector or matrix) | int16*t * |
29+
| uint32Ptr (uint32 vector or matrix) | uint32*t * |
30+
| int32Ptr (int32 vector or matrix) | int32*t * |
31+
| int64Ptr (uint64 vector or matrix) | int64*t * |
32+
| uint64Ptr (uint64 vector or matrix) | uint64*t * |
3333
| floatPtr, singlePtr (single vector or matrix) | float _ |
3434
| doublePtr (double vector or matrix) | double _ |
3535
| voidPtr | void _ |
36-
| libpointer | void _, uint8_t _, int8_t _, int16_t _, uint16_t \*, ... |
36+
| libpointer | void _, uint8*t *, int8*t *, int16*t *, uint16_t \*, ... |
3737

3838
## 🔗 See also
3939

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'.

markdown/en/tests_manager/test_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Runs tests
3939

4040
## 📄 Description
4141

42-
<b>test*run</b> function searchs 'test*_.m', 'bug\__.m', and 'bench\_\*.m' files, executes them, and displays a report about success or failures.
42+
<b>test*run</b> function searchs 'test*\_.m', 'bug\_\_.m', and 'bench\_\*.m' files, executes them, and displays a report about success or failures.
4343

4444
Each test or bench is executed in a separated process using the 'unix' command.
4545

markdown/fr/dynamic_link/C_datatype.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Ce tableau montre les types Nelson et leurs équivalents en C.
88
| Type Nelson | Type C |
99
| --- | --- |
10-
| logical (scalaire) | uint8_t |
10+
| logical (scalaire) | uint8*t |
1111
| uint8 (scalaire) | uint8_t |
1212
| int8 (scalaire) | int8_t |
1313
| uint16 (scalaire) | uint16_t |
@@ -18,22 +18,22 @@ Ce tableau montre les types Nelson et leurs équivalents en C.
1818
| int64 (scalaire) | int64_t |
1919
| float, single (scalaire) | float |
2020
| double (scalaire) | double |
21-
| cstring (chaîne utf-8) | char _ |
22-
| wstring (chaîne unicode) | wchar_t _ |
21+
| cstring (chaîne utf-8) | char * |
22+
| wstring (chaîne unicode) | wchar*t * |
2323
| void | void |
24-
| logicalPtr (logical vector or matrix) | uint8_t _ |
25-
| uint8Ptr (uint8 vector or matrix) | uint8_t _ |
26-
| int8Ptr (int8 vector or matrix) | int8_t _ |
27-
| uint16Ptr (uint16 vector or matrix) | uint16_t _ |
28-
| int16Ptr (int16 vector or matrix) | int16_t _ |
29-
| uint32Ptr (uint32 vector or matrix) | uint32_t _ |
30-
| int32Ptr (int32 vector or matrix) | int32_t _ |
31-
| int64Ptr (uint64 vector or matrix) | int64_t _ |
32-
| uint64Ptr (uint64 vector or matrix) | uint64_t _ |
24+
| logicalPtr (logical vector or matrix) | uint8*t * |
25+
| uint8Ptr (uint8 vector or matrix) | uint8*t * |
26+
| int8Ptr (int8 vector or matrix) | int8*t * |
27+
| uint16Ptr (uint16 vector or matrix) | uint16*t * |
28+
| int16Ptr (int16 vector or matrix) | int16*t * |
29+
| uint32Ptr (uint32 vector or matrix) | uint32*t * |
30+
| int32Ptr (int32 vector or matrix) | int32*t * |
31+
| int64Ptr (uint64 vector or matrix) | int64*t * |
32+
| uint64Ptr (uint64 vector or matrix) | uint64*t * |
3333
| floatPtr, singlePtr (single vector or matrix) | float _ |
3434
| doublePtr (double vector or matrix) | double _ |
3535
| voidPtr | void _ |
36-
| libpointer | void _, uint8_t _, int8_t _, int16_t _, uint16_t \*, ... |
36+
| libpointer | void _, uint8*t *, int8*t *, int16*t *, uint16_t \*, ... |
3737

3838
## 🔗 Voir aussi
3939

markdown/fr/slicot/slicot_ab01od.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Forme en escalier pour systèmes multi-entrées utilisant des transformations or
2020

2121
## 📤 Argument de sortie
2222

23-
- A_OUT - À la sortie, la partie principale N-by-N de ce tableau contient la matrice de transition d'état transformée U' _ A _ U. La partie principale NCONT-by-NCONT contient la matrice d'état Acont en forme de Hessenberg par blocs, donnée par U' _ A _ U, d'une réalisation contrôlable du système original. Les éléments sous la première sous-diagonale par blocs sont mis à zéro. Si STAGES ≠ 'F', les blocs sous-diagonaux de A sont triangulés par factorisation RQ et les éléments annulés sont explicitement mis à zéro.
24-
- B_OUT - À la sortie, si STAGES = 'F', la partie principale N-by-M de ce tableau contient la matrice d'entrée transformée U' _ B, avec tous les éléments sauf le premier bloc mis à zéro. Si STAGES ≠ 'F', la partie principale N-by-M contient la matrice transformée U' _ B \* V, avec tous les éléments sauf le premier bloc mis à zéro et le premier bloc en forme triangulaire supérieure.
23+
- A*OUT - À la sortie, la partie principale N-by-N de ce tableau contient la matrice de transition d'état transformée U' * A _ U. La partie principale NCONT-by-NCONT contient la matrice d'état Acont en forme de Hessenberg par blocs, donnée par U' _ A \_ U, d'une réalisation contrôlable du système original. Les éléments sous la première sous-diagonale par blocs sont mis à zéro. Si STAGES ≠ 'F', les blocs sous-diagonaux de A sont triangulés par factorisation RQ et les éléments annulés sont explicitement mis à zéro.
24+
- B*OUT - À la sortie, si STAGES = 'F', la partie principale N-by-M de ce tableau contient la matrice d'entrée transformée U' * B, avec tous les éléments sauf le premier bloc mis à zéro. Si STAGES ≠ 'F', la partie principale N-by-M contient la matrice transformée U' \_ B \* V, avec tous les éléments sauf le premier bloc mis à zéro et le premier bloc en forme triangulaire supérieure.
2525
- U_OUT - Si JOBU = 'I', la partie principale N-by-N de ce tableau contient la matrice de transformation U qui a effectué la réduction spécifiée. Si JOBU = 'N', le tableau U n'est pas référencé et peut être fourni comme tableau factice.
2626
- V - Si JOBV = 'I', la partie principale M-by-M de ce tableau contient la matrice de transformation V.
2727
- NCONT_OUT - NCONT_OUT est en entrée uniquement si STAGES = 'B'.

markdown/fr/tests_manager/test_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Exécute les tests
3939

4040
## 📄 Description
4141

42-
<b>test*run</b> recherche les fichiers 'test*_.m', 'bug\__.m' et 'bench\_\*.m', les exécute et affiche un rapport sur les succès ou les échecs.
42+
<b>test*run</b> recherche les fichiers 'test*\_.m', 'bug\_\_.m' et 'bench\_\*.m', les exécute et affiche un rapport sur les succès ou les échecs.
4343

4444
Chaque test ou bench est exécuté dans un processus séparé en utilisant la commande 'unix'.
4545

0 commit comments

Comments
 (0)