Skip to content

Commit 006e666

Browse files
help 0.4.12
1 parent 5949695 commit 006e666

42 files changed

Lines changed: 2746 additions & 2351 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

en/README.md

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![banner](banner_homepage.png)
22

3-
### Nelson 0.4.11.0
3+
### Nelson 0.4.12.0
44

55
This is an pre-release of Nelson.
66

@@ -11,14 +11,15 @@ Try it !
1111
## Features
1212

1313
- Types managed by Nelson:
14-
* double and double complex: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
15-
* single and single complex: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
16-
* logical: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
17-
* character array (UNICODE supported).
18-
* string array (UNICODE supported).
19-
* integers 8, 16, 32, 64 signed and unsigned: scalar, vector, matrix 2D, N dimensions array.
20-
* handle objects.
21-
* graphic objects (setting properties).
14+
15+
- double and double complex: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
16+
- single and single complex: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
17+
- logical: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
18+
- character array (UNICODE supported).
19+
- string array (UNICODE supported).
20+
- integers 8, 16, 32, 64 signed and unsigned: scalar, vector, matrix 2D, N dimensions array.
21+
- handle objects.
22+
- graphic objects (setting properties).
2223

2324
- Fast Fourrier Transformation functions based on FFTW and MKL wrapper,
2425

@@ -57,29 +58,30 @@ Try it !
5758
- Help engine
5859

5960
Generate help files using Nelson dedicated functions.
60-
View your generated help files as html, markdown, pdf, gitbook or directly in Nelson help viewer.
61+
View your generated help files as html, markdown, pdf, gitbook or directly in Nelson help viewer.
6162

6263
- Tests engine
63-
64+
6465
Validate your algorithm using Nelson dedicated functions.
65-
Export the test results under the xUnit reports format.
66+
Export the test results under the xUnit reports format.
6667

6768
- Profiling and Code coverage tools for Nelson's language
68-
Nelson has a built-in profiler that is very useful to profile your code and find out what script or function is taking the most time.
69+
Nelson has a built-in profiler that is very useful to profile your code and find out what script or function is taking the most time.
6970

7071
- Nelson cloud:
7172
Instant access to Nelson anywhere from an web browser.
7273

73-
- Module skeleton to extend Nelson available here:
74-
- [template macros and builtin](http://github.com/Nelson-numerical-software/module_skeleton),
75-
- [basic template macros only](http://github.com/Nelson-numerical-software/module_skeleton_basic).
74+
- Module skeleton to extend Nelson available here:
75+
76+
- [template macros and builtin](http://github.com/Nelson-numerical-software/module_skeleton),
77+
- [basic template macros only](http://github.com/Nelson-numerical-software/module_skeleton_basic).
7678

7779
- Nelson Modules Manager (nmm) : package manager for Nelson
7880

79-
* * *
81+
---
8082

81-
* [Changelog](./changelogs/CHANGELOG.md)
82-
* [Changelog v0.3.x](./changelogs/CHANGELOG-0.3.x.md)
83-
* [Changelog v0.2.x](./changelogs/CHANGELOG-0.2.x.md)
84-
* [Changelog v0.1.x](./changelogs/CHANGELOG-0.1.x.md)
85-
* [Nelson license](./license/license.md)
83+
- [Changelog](./changelogs/CHANGELOG.md)
84+
- [Changelog v0.3.x](./changelogs/CHANGELOG-0.3.x.md)
85+
- [Changelog v0.2.x](./changelogs/CHANGELOG-0.2.x.md)
86+
- [Changelog v0.1.x](./changelogs/CHANGELOG-0.1.x.md)
87+
- [Nelson license](./license/license.md)

en/SUMMARY.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
* [colon](./elementary_functions/colon.md)
133133
* [complex](./elementary_functions/complex.md)
134134
* [conj](./elementary_functions/conj.md)
135+
* [corrcoef](./elementary_functions/corrcoef.md)
136+
* [cov](./elementary_functions/cov.md)
135137
* [ctranspose](./elementary_functions/ctranspose.md)
136138
* [dec2base](./elementary_functions/dec2base.md)
137139
* [dec2bin](./elementary_functions/dec2bin.md)
@@ -140,13 +142,13 @@
140142
* [eq](./elementary_functions/eq.md)
141143
* [exp](./elementary_functions/exp.md)
142144
* [factorial](./elementary_functions/factorial.md)
145+
* [find](./elementary_functions/find.md)
143146
* [fix](./elementary_functions/fix.md)
144147
* [flip](./elementary_functions/flip.md)
145148
* [flipdim](./elementary_functions/flipdim.md)
146149
* [fliplr](./elementary_functions/fliplr.md)
147150
* [flipud](./elementary_functions/flipud.md)
148151
* [floor](./elementary_functions/floor.md)
149-
* [gamma](./elementary_functions/gamma.md)
150152
* [ge](./elementary_functions/ge.md)
151153
* [gt](./elementary_functions/gt.md)
152154
* [hex2dec](./elementary_functions/hex2dec.md)
@@ -171,6 +173,7 @@
171173
* [log2](./elementary_functions/log2.md)
172174
* [logspace](./elementary_functions/logspace.md)
173175
* [lt](./elementary_functions/lt.md)
176+
* [magic](./elementary_functions/magic.md)
174177
* [max](./elementary_functions/max.md)
175178
* [mean](./elementary_functions/mean.md)
176179
* [min](./elementary_functions/min.md)
@@ -208,12 +211,14 @@
208211
* [transpose](./elementary_functions/transpose.md)
209212
* [uminus](./elementary_functions/uminus.md)
210213
* [uplus](./elementary_functions/uplus.md)
214+
* [var](./elementary_functions/var.md)
211215
* [vertcat](./elementary_functions/vertcat.md)
212216

213217

214218
* [special_functions](./special_functions/README.md)
215219
* [betainc](./special_functions/betainc.md)
216220
* [gamma](./special_functions/gamma.md)
221+
* [gcd](./special_functions/gcd.md)
217222

218223

219224
* [constructors_functions](./constructors_functions/README.md)
@@ -257,6 +262,7 @@
257262

258263

259264
* [string](./string/README.md)
265+
* [append](./string/append.md)
260266
* [blanks](./string/blanks.md)
261267
* [char](./string/char.md)
262268
* [contains](./string/contains.md)
@@ -273,6 +279,7 @@
273279
* [sprintf](./string/sprintf.md)
274280
* [startsWith](./string/startsWith.md)
275281
* [str2double](./string/str2double.md)
282+
* [strcat](./string/strcat.md)
276283
* [strcmp](./string/strcmp.md)
277284
* [strcmpi](./string/strcmpi.md)
278285
* [strfind](./string/strfind.md)
@@ -519,8 +526,12 @@
519526

520527

521528
* [linear_algebra](./linear_algebra/README.md)
529+
* [chol](./linear_algebra/chol.md)
530+
* [det](./linear_algebra/det.md)
531+
* [eig](./linear_algebra/eig.md)
522532
* [expm](./linear_algebra/expm.md)
523533
* [inv](./linear_algebra/inv.md)
534+
* [ishermitian](./linear_algebra/ishermitian.md)
524535
* [issymmetric](./linear_algebra/issymmetric.md)
525536
* [logm](./linear_algebra/logm.md)
526537
* [rcond](./linear_algebra/rcond.md)

0 commit comments

Comments
 (0)