Skip to content

Commit 2ff278a

Browse files
update v0.2.9
1 parent 2d045f0 commit 2ff278a

22 files changed

Lines changed: 516 additions & 157 deletions

File tree

en/README.md

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

3-
### Nelson 0.2.8.0
3+
### Nelson 0.2.9.0
44

55
This is an pre-release of Nelson.
66

en/SUMMARY.md

Lines changed: 158 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -100,106 +100,6 @@
100100
* [requiremodule](./modules_manager/requiremodule.md)
101101

102102

103-
* [dynamic_link](./dynamic_link/README.md)
104-
* [addgateway](./dynamic_link/addgateway.md)
105-
* [cmake](./dynamic_link/cmake.md)
106-
* [configuremingw](./dynamic_link/configuremingw.md)
107-
* [configuremsvc](./dynamic_link/configuremsvc.md)
108-
* [libpointer datatype](./dynamic_link/C_datatype.md)
109-
* [dlcall](./dynamic_link/dlcall.md)
110-
* [dlclose](./dynamic_link/dlclose.md)
111-
* [dlgeneratecleaner](./dynamic_link/dlgeneratecleaner.md)
112-
* [dlgenerategateway](./dynamic_link/dlgenerategateway.md)
113-
* [dlgenerateloader](./dynamic_link/dlgenerateloader.md)
114-
* [dlgeneratemake](./dynamic_link/dlgeneratemake.md)
115-
* [dlgenerateunloader](./dynamic_link/dlgenerateunloader.md)
116-
* [dllibinfo](./dynamic_link/dllibinfo.md)
117-
* [dllibisloaded](./dynamic_link/dllibisloaded.md)
118-
* [dllib_used](./dynamic_link/dllib_used.md)
119-
* [dlmake](./dynamic_link/dlmake.md)
120-
* [dlopen](./dynamic_link/dlopen.md)
121-
* [dlsym](./dynamic_link/dlsym.md)
122-
* [dlsym_delete](./dynamic_link/dlsym_delete.md)
123-
* [dlsym_used](./dynamic_link/dlsym_used.md)
124-
* [findcmake](./dynamic_link/findcmake.md)
125-
* [gatewayinfo](./dynamic_link/gatewayinfo.md)
126-
* [getdynlibext](./dynamic_link/getdynlibext.md)
127-
* [havecompiler](./dynamic_link/havecompiler.md)
128-
* [libpointer](./dynamic_link/libpointer.md)
129-
* [libpointer_delete](./dynamic_link/libpointer_delete.md)
130-
* [libpointer_isNull](./dynamic_link/libpointer_isNull.md)
131-
* [libpointer_plus](./dynamic_link/libpointer_plus.md)
132-
* [libpointer_reshape](./dynamic_link/libpointer_reshape.md)
133-
* [libpointer_setdatatype](./dynamic_link/libpointer_setdatatype.md)
134-
* [libpointer_used](./dynamic_link/libpointer_used.md)
135-
* [loadcompilerconf](./dynamic_link/loadcompiler.md)
136-
* [removecompilerconf](./dynamic_link/removecompilerconf.md)
137-
* [removegateway](./dynamic_link/removegateway.md)
138-
* [Supported C/C++ compilers](./dynamic_link/supported_compilers.md)
139-
* [vswhere](./dynamic_link/vswhere.md)
140-
141-
142-
* [f2c](./f2c/README.md)
143-
* [f2c](./f2c/f2c.md)
144-
145-
146-
* [os_functions](./os_functions/README.md)
147-
* [computer](./os_functions/computer.md)
148-
* [createGUID](./os_functions/createGUID.md)
149-
* [getenv](./os_functions/getenv.md)
150-
* [ismac](./os_functions/ismac.md)
151-
* [ispc](./os_functions/ispc.md)
152-
* [isunix](./os_functions/isunix.md)
153-
* [searchenv](./os_functions/searchenv.md)
154-
* [setenv](./os_functions/setenv.md)
155-
* [system](./os_functions/system.md)
156-
* [winopen](./os_functions/winopen.md)
157-
* [winqueryreg](./os_functions/winqueryreg.md)
158-
159-
160-
* [files_folders_functions](./files_folders_functions/README.md)
161-
* [cd](./files_folders_functions/cd.md)
162-
* [copyfile](./files_folders_functions/copyfile.md)
163-
* [diff_file](./files_folders_functions/diff_file.md)
164-
* [dir](./files_folders_functions/dir.md)
165-
* [fileparts](./files_folders_functions/fileparts.md)
166-
* [filesep](./files_folders_functions/filesep.md)
167-
* [isdir](./files_folders_functions/isdir.md)
168-
* [isfile](./files_folders_functions/isfile.md)
169-
* [mkdir](./files_folders_functions/mkdir.md)
170-
* [pathsep](./files_folders_functions/pathsep.md)
171-
* [pwd](./files_folders_functions/pwd.md)
172-
* [relativepath](./files_folders_functions/relativepath.md)
173-
* [rmdir](./files_folders_functions/rmdir.md)
174-
* [rmfile](./files_folders_functions/rmfile.md)
175-
* [tempdir](./files_folders_functions/tempdir.md)
176-
* [userdir](./files_folders_functions/userdir.md)
177-
178-
179-
* [stream_manager](./stream_manager/README.md)
180-
* [diary](./stream_manager/diary.md)
181-
* [dlmwrite](./stream_manager/dlmwrite.md)
182-
* [fclose](./stream_manager/fclose.md)
183-
* [fgetl](./stream_manager/fgetl.md)
184-
* [fgets](./stream_manager/fgets.md)
185-
* [fileread](./stream_manager/fileread.md)
186-
* [filewrite](./stream_manager/filewrite.md)
187-
* [fopen](./stream_manager/fopen.md)
188-
* [fprintf](./stream_manager/fprintf.md)
189-
* [fread](./stream_manager/fread.md)
190-
* [frewind](./stream_manager/frewind.md)
191-
* [fseek](./stream_manager/fseek.md)
192-
* [fsize](./stream_manager/fsize.md)
193-
* [ftell](./stream_manager/ftell.md)
194-
* [fwrite](./stream_manager/fwrite.md)
195-
196-
197-
* [json](./json/README.md)
198-
* [jsondecode](./json/jsondecode.md)
199-
* [jsonencode](./json/jsonencode.md)
200-
* [jsonprettyprint](./json/jsonprettyprint.md)
201-
202-
203103
* [elementary_functions](./elementary_functions/README.md)
204104
* [abs](./elementary_functions/abs.md)
205105
* [and](./elementary_functions/and.md)
@@ -225,6 +125,7 @@
225125
* [isapprox](./elementary_functions/isapprox.md)
226126
* [isequal](./elementary_functions/isequal.md)
227127
* [isequaln](./elementary_functions/isequaln.md)
128+
* [isequalto](./elementary_functions/isequalto.md)
228129
* [isfinite](./elementary_functions/isfinite.md)
229130
* [isinf](./elementary_functions/isinf.md)
230131
* [isnan](./elementary_functions/isnan.md)
@@ -266,6 +167,10 @@
266167
* [vertcat](./elementary_functions/vertcat.md)
267168

268169

170+
* [special_functions](./special_functions/README.md)
171+
* [gamma](./special_functions/gamma.md)
172+
173+
269174
* [constructors_functions](./constructors_functions/README.md)
270175
* [eps](./constructors_functions/eps.md)
271176
* [eye](./constructors_functions/eye.md)
@@ -323,6 +228,7 @@
323228
* [strncmp](./string/strncmp.md)
324229
* [strncmpi](./string/strncmpi.md)
325230
* [strrep](./string/strrep.md)
231+
* [strtrim](./string/strtrim.md)
326232
* [tolower](./string/tolower.md)
327233
* [toupper](./string/toupper.md)
328234

@@ -335,6 +241,36 @@
335241
* [double](./double/double.md)
336242

337243

244+
* [integer](./integer/README.md)
245+
* [int16](./integer/int16.md)
246+
* [int32](./integer/int32.md)
247+
* [int64](./integer/int64.md)
248+
* [int8](./integer/int8.md)
249+
* [intmax](./integer/intmax.md)
250+
* [intmin](./integer/intmin.md)
251+
* [uint16](./integer/uint16.md)
252+
* [uint32](./integer/uint32.md)
253+
* [uint64](./integer/uint64.md)
254+
* [uint8](./integer/uint8.md)
255+
256+
257+
* [sparse](./sparse/README.md)
258+
* [full](./sparse/full.md)
259+
* [IJV](./sparse/IJV.md)
260+
* [nnz](./sparse/nnz.md)
261+
* [nzmax](./sparse/nzmax.md)
262+
* [sparse](./sparse/sparse.md)
263+
264+
265+
* [logical](./logical/README.md)
266+
* [all](./logical/all.md)
267+
* [any](./logical/any.md)
268+
* [false](./logical/false.md)
269+
* [logical](./logical/logical.md)
270+
* [true](./logical/true.md)
271+
* [xor](./logical/xor.md)
272+
273+
338274
* [data_structures](./data_structures/README.md)
339275
* [cell](./data_structures/cell.md)
340276
* [cell2struct](./data_structures/cell2struct.md)
@@ -347,17 +283,126 @@
347283
* [struct2cell](./data_structures/struct2cell.md)
348284

349285

350-
* [integer](./integer/README.md)
351-
* [int16](./integer/int16.md)
352-
* [int32](./integer/int32.md)
353-
* [int64](./integer/int64.md)
354-
* [int8](./integer/int8.md)
355-
* [intmax](./integer/intmax.md)
356-
* [intmin](./integer/intmin.md)
357-
* [uint16](./integer/uint16.md)
358-
* [uint32](./integer/uint32.md)
359-
* [uint64](./integer/uint64.md)
360-
* [uint8](./integer/uint8.md)
286+
* [function_handle](./function_handle/README.md)
287+
* [func2str](./function_handle/func2str.md)
288+
* [isfunction_handle](./function_handle/isfunction_handle.md)
289+
* [func2str](./function_handle/str2func.md)
290+
291+
292+
* [handle](./handle/README.md)
293+
* [delete](./handle/delete.md)
294+
* [get](./handle/get.md)
295+
* [invoke](./handle/invoke.md)
296+
* [ismethod](./handle/ismethod.md)
297+
* [isprop](./handle/isprop.md)
298+
* [isvalid](./handle/isvalid.md)
299+
* [methods](./handle/methods.md)
300+
* [properties](./handle/properties.md)
301+
* [set](./handle/set.md)
302+
303+
304+
* [overload](./overload/README.md)
305+
* [overloadbasictypes](./overload/overloadbasictypes.md)
306+
307+
308+
* [dynamic_link](./dynamic_link/README.md)
309+
* [addgateway](./dynamic_link/addgateway.md)
310+
* [cmake](./dynamic_link/cmake.md)
311+
* [configuremingw](./dynamic_link/configuremingw.md)
312+
* [configuremsvc](./dynamic_link/configuremsvc.md)
313+
* [libpointer datatype](./dynamic_link/C_datatype.md)
314+
* [dlcall](./dynamic_link/dlcall.md)
315+
* [dlclose](./dynamic_link/dlclose.md)
316+
* [dlgeneratecleaner](./dynamic_link/dlgeneratecleaner.md)
317+
* [dlgenerategateway](./dynamic_link/dlgenerategateway.md)
318+
* [dlgenerateloader](./dynamic_link/dlgenerateloader.md)
319+
* [dlgeneratemake](./dynamic_link/dlgeneratemake.md)
320+
* [dlgenerateunloader](./dynamic_link/dlgenerateunloader.md)
321+
* [dllibinfo](./dynamic_link/dllibinfo.md)
322+
* [dllibisloaded](./dynamic_link/dllibisloaded.md)
323+
* [dllib_used](./dynamic_link/dllib_used.md)
324+
* [dlmake](./dynamic_link/dlmake.md)
325+
* [dlopen](./dynamic_link/dlopen.md)
326+
* [dlsym](./dynamic_link/dlsym.md)
327+
* [dlsym_delete](./dynamic_link/dlsym_delete.md)
328+
* [dlsym_used](./dynamic_link/dlsym_used.md)
329+
* [findcmake](./dynamic_link/findcmake.md)
330+
* [gatewayinfo](./dynamic_link/gatewayinfo.md)
331+
* [getdynlibext](./dynamic_link/getdynlibext.md)
332+
* [havecompiler](./dynamic_link/havecompiler.md)
333+
* [libpointer](./dynamic_link/libpointer.md)
334+
* [libpointer_delete](./dynamic_link/libpointer_delete.md)
335+
* [libpointer_isNull](./dynamic_link/libpointer_isNull.md)
336+
* [libpointer_plus](./dynamic_link/libpointer_plus.md)
337+
* [libpointer_reshape](./dynamic_link/libpointer_reshape.md)
338+
* [libpointer_setdatatype](./dynamic_link/libpointer_setdatatype.md)
339+
* [libpointer_used](./dynamic_link/libpointer_used.md)
340+
* [loadcompilerconf](./dynamic_link/loadcompiler.md)
341+
* [removecompilerconf](./dynamic_link/removecompilerconf.md)
342+
* [removegateway](./dynamic_link/removegateway.md)
343+
* [Supported C/C++ compilers](./dynamic_link/supported_compilers.md)
344+
* [vswhere](./dynamic_link/vswhere.md)
345+
346+
347+
* [f2c](./f2c/README.md)
348+
* [f2c](./f2c/f2c.md)
349+
350+
351+
* [os_functions](./os_functions/README.md)
352+
* [computer](./os_functions/computer.md)
353+
* [createGUID](./os_functions/createGUID.md)
354+
* [getenv](./os_functions/getenv.md)
355+
* [ismac](./os_functions/ismac.md)
356+
* [ispc](./os_functions/ispc.md)
357+
* [isunix](./os_functions/isunix.md)
358+
* [searchenv](./os_functions/searchenv.md)
359+
* [setenv](./os_functions/setenv.md)
360+
* [system](./os_functions/system.md)
361+
* [winopen](./os_functions/winopen.md)
362+
* [winqueryreg](./os_functions/winqueryreg.md)
363+
364+
365+
* [files_folders_functions](./files_folders_functions/README.md)
366+
* [cd](./files_folders_functions/cd.md)
367+
* [copyfile](./files_folders_functions/copyfile.md)
368+
* [diff_file](./files_folders_functions/diff_file.md)
369+
* [dir](./files_folders_functions/dir.md)
370+
* [fileparts](./files_folders_functions/fileparts.md)
371+
* [filesep](./files_folders_functions/filesep.md)
372+
* [isdir](./files_folders_functions/isdir.md)
373+
* [isfile](./files_folders_functions/isfile.md)
374+
* [mkdir](./files_folders_functions/mkdir.md)
375+
* [pathsep](./files_folders_functions/pathsep.md)
376+
* [pwd](./files_folders_functions/pwd.md)
377+
* [relativepath](./files_folders_functions/relativepath.md)
378+
* [rmdir](./files_folders_functions/rmdir.md)
379+
* [rmfile](./files_folders_functions/rmfile.md)
380+
* [tempdir](./files_folders_functions/tempdir.md)
381+
* [userdir](./files_folders_functions/userdir.md)
382+
383+
384+
* [stream_manager](./stream_manager/README.md)
385+
* [diary](./stream_manager/diary.md)
386+
* [dlmwrite](./stream_manager/dlmwrite.md)
387+
* [fclose](./stream_manager/fclose.md)
388+
* [fgetl](./stream_manager/fgetl.md)
389+
* [fgets](./stream_manager/fgets.md)
390+
* [fileread](./stream_manager/fileread.md)
391+
* [filewrite](./stream_manager/filewrite.md)
392+
* [fopen](./stream_manager/fopen.md)
393+
* [fprintf](./stream_manager/fprintf.md)
394+
* [fread](./stream_manager/fread.md)
395+
* [frewind](./stream_manager/frewind.md)
396+
* [fseek](./stream_manager/fseek.md)
397+
* [fsize](./stream_manager/fsize.md)
398+
* [ftell](./stream_manager/ftell.md)
399+
* [fwrite](./stream_manager/fwrite.md)
400+
401+
402+
* [json](./json/README.md)
403+
* [jsondecode](./json/jsondecode.md)
404+
* [jsonencode](./json/jsonencode.md)
405+
* [jsonprettyprint](./json/jsonprettyprint.md)
361406

362407

363408
* [trigonometric_functions](./trigonometric_functions/README.md)
@@ -372,26 +417,11 @@
372417
* [sin](./trigonometric_functions/sin.md)
373418
* [sind](./trigonometric_functions/sind.md)
374419
* [sinh](./trigonometric_functions/sinh.md)
420+
* [sinm](./trigonometric_functions/sinm.md)
375421
* [tan](./trigonometric_functions/tan.md)
376422
* [tand](./trigonometric_functions/tand.md)
377423
* [tanh](./trigonometric_functions/tanh.md)
378-
379-
380-
* [sparse](./sparse/README.md)
381-
* [full](./sparse/full.md)
382-
* [IJV](./sparse/IJV.md)
383-
* [nnz](./sparse/nnz.md)
384-
* [nzmax](./sparse/nzmax.md)
385-
* [sparse](./sparse/sparse.md)
386-
387-
388-
* [logical](./logical/README.md)
389-
* [all](./logical/all.md)
390-
* [any](./logical/any.md)
391-
* [false](./logical/false.md)
392-
* [logical](./logical/logical.md)
393-
* [true](./logical/true.md)
394-
* [xor](./logical/xor.md)
424+
* [tanm](./trigonometric_functions/tanm.md)
395425

396426

397427
* [linear_algebra](./linear_algebra/README.md)
@@ -442,12 +472,6 @@
442472
* [slicot_tg01ad](./slicot/slicot_tg01ad.md)
443473

444474

445-
* [function_handle](./function_handle/README.md)
446-
* [func2str](./function_handle/func2str.md)
447-
* [isfunction_handle](./function_handle/isfunction_handle.md)
448-
* [func2str](./function_handle/str2func.md)
449-
450-
451475
* [time](./time/README.md)
452476
* [calendar](./time/calendar.md)
453477
* [clock](./time/clock.md)
@@ -531,18 +555,6 @@
531555
* [poheader](./i18n/poheader.md)
532556

533557

534-
* [handle](./handle/README.md)
535-
* [delete](./handle/delete.md)
536-
* [get](./handle/get.md)
537-
* [invoke](./handle/invoke.md)
538-
* [ismethod](./handle/ismethod.md)
539-
* [isprop](./handle/isprop.md)
540-
* [isvalid](./handle/isvalid.md)
541-
* [methods](./handle/methods.md)
542-
* [properties](./handle/properties.md)
543-
* [set](./handle/set.md)
544-
545-
546558
* [qml_engine](./qml_engine/README.md)
547559
* [nelsonObject](./qml_engine/nelsonObject.md)
548560
* [qml_addimportpath](./qml_engine/qml_addimportpath.md)

en/elementary_functions/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ elementary functions
3030
* [horzcat](horzcat.md) - Horizontal concatenation.
3131
* [imag](imag.md) - Imaginary part of an complex number.
3232
* [isapprox](isapprox.md) - Return true if arguments are approximately equal, within the precision.
33-
* [isequal](isequal.md) - Return true if all arguments x1, x2, … , xn are equal (same type, same dimensions, same values).
34-
* [isequaln](isequaln.md) - Return true if all arguments x1, x2, … , xn are equal (same type, same dimensions, same values or NaNs).
33+
* [isequal](isequal.md) - Return true if all arguments x1, x2, ... , xn are equal (same dimensions, same values).
34+
* [isequaln](isequaln.md) - Return true if all arguments x1, x2, ... , xn are equal (same dimensions, same values or NaNs).
35+
* [isequalto](isequalto.md) - Return true if all arguments x1, x2, ... , xn are equal (same type, same dimensions, same values or NaNs).
3536
* [isfinite](isfinite.md) - Check for finite entries.
3637
* [isinf](isinf.md) - Check for Infinity entries.
3738
* [isnan](isnan.md) - Check for Not a Number entries.

en/elementary_functions/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* [isapprox](isapprox.md)
2424
* [isequal](isequal.md)
2525
* [isequaln](isequaln.md)
26+
* [isequalto](isequalto.md)
2627
* [isfinite](isfinite.md)
2728
* [isinf](isinf.md)
2829
* [isnan](isnan.md)

0 commit comments

Comments
 (0)