Commit Graph

1133 Commits

Author SHA1 Message Date
Krishna Vedala 336af14178
Merge branch 'documentation/fixes' 2020-06-17 18:28:39 -04:00
Krishna Vedala 5581dac360
fixed outpout filename descriptions 2020-06-17 18:26:42 -04:00
github-actions cf4be8838e updating DIRECTORY.md 2020-06-17 12:15:14 +00:00
Sombit Bose 295a9ad2ad
Merge pull request #546 from medymik/master
atoi
2020-06-17 17:44:53 +05:30
Krishna Vedala 2651ff5903
added safety paranthesis 2020-06-16 12:33:41 -04:00
Krishna Vedala 580c501c29
updated documentations
(cherry picked from commit 05b3dbdab9b6df041ac17af89610c5b018adeed2)
2020-06-16 10:49:55 -04:00
github-actions a78893eba5 updating DIRECTORY.md 2020-06-14 17:37:08 +00:00
Krishna Vedala 57efe664f1
rename file to *topology instead of *image 2020-06-14 13:34:58 -04:00
Krishna Vedala c532a38ce1
bug fixes, optimization and more documentation
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-13 19:38:29 -04:00
Krishna Vedala 8d2ca00459
update documentation
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-13 18:25:55 -04:00
Krishna Vedala e8cebc36b2
Merge pull request #16 from kvedala/documentation/fixes
* added unsupervised learning algorithm
* updated with upstream/master
2020-06-13 14:27:31 -04:00
Krishna Vedala 7f38942802
Merge branch 'documentation/fixes' of https://github.com/kvedala/C into documentation/fixes 2020-06-13 14:22:28 -04:00
Krishna Vedala 7b1bba8c36
fixed MSVC related errors -
MSVC complains of valid C but invalid C++ struct initialization

Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-13 14:21:42 -04:00
github-actions eda34bc5b2 updating DIRECTORY.md 2020-06-13 18:15:00 +00:00
Krishna Vedala 4d01cb2e88
Merge commit '7c815b86b20ddc07ee1f33753f370baf63cc48aa' into documentation/fixes
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-13 14:12:48 -04:00
github-actions e5543d5356 updating DIRECTORY.md 2020-06-13 18:08:34 +00:00
Krishna Vedala d43566a4e5
added kohonen SOM for topological maps 2020-06-13 14:07:11 -04:00
Krishna Vedala 352bd8a588
added convenient min, max definitions
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-13 14:01:53 -04:00
Mohammed YMIK 5cc83fe036 up to date 2020-06-12 16:53:37 +01:00
Mohammed YMIK 7b59c41453 Done 2020-06-12 16:45:11 +01:00
Mohammed YMIK ddc689a335 Done 2020-06-12 16:38:52 +01:00
Mohammed YMIK f0b872e979
Update author 2020-06-12 16:13:32 +01:00
Mohammed YMIK 18c677d6a5 Add doc, signature, indentation 2020-06-12 16:11:41 +01:00
Mohammed YMIK 32c725603f add atoi that convert string to integer 2020-06-12 14:56:57 +01:00
Krishna Vedala 72c9b26a13
corected implicit euler function 2020-06-11 12:42:59 -04:00
github-actions 7c815b86b2 updating DIRECTORY.md 2020-06-11 15:26:23 +00:00
Ayaan Khan d56652db39
Merge pull request #545 from amitnayakblr/master
Threaded binary tree
2020-06-11 20:56:05 +05:30
Amit 590173ec81 added ref 2020-06-11 20:17:13 +05:30
Amit cf4e320726 added details 2020-06-11 20:13:45 +05:30
Amit 81d568da82 changed brief 2020-06-11 20:04:08 +05:30
Amit 522183b96c changed filename 2020-06-11 19:50:50 +05:30
Amit e77581f788 filename and functionname updated 2020-06-11 19:47:53 +05:30
Amit e63c806f25 updated documentation and format 2020-06-11 19:35:59 +05:30
Amit 93e1bfc1f9 added threaded binary tree 2020-06-11 14:23:07 +05:30
Krishna Vedala 39314b3cb7
Merge commit '2ba962647769974056c7f79086c4cc19673f7c18' 2020-06-10 16:52:55 -04:00
Krishna Vedala 8fccc20524
Merge pull request #15 from kvedala/forward-euler
ODE solver using euler methods
2020-06-10 15:06:01 -04:00
Krishna Vedala 2ba9626477
fix documentation 2020-06-10 15:03:59 -04:00
Krishna Vedala 9737426296
remove image widths 2020-06-10 15:03:08 -04:00
Krishna Vedala c5ce24d32c
change problem back to original ODE 2020-06-10 14:36:42 -04:00
github-actions 50ea49e58e updating DIRECTORY.md 2020-06-10 18:34:15 +00:00
Krishna Vedala 03e8924845
change description tag to details 2020-06-10 14:33:01 -04:00
Krishna Vedala 07e4661c7e
added van der pol oscillator example 2020-06-10 14:32:40 -04:00
Krishna Vedala 2caed65a9c
added van der pol oscillator example 2020-06-10 14:31:36 -04:00
Krishna Vedala 990583f2c4
added semi-implicit euler method 2020-06-10 13:25:41 -04:00
Krishna Vedala 85131746cc
functions for the loop instead - better modularity 2020-06-10 13:19:40 -04:00
Krishna Vedala 63ea12bc3d
update independent variable in the main loop 2020-06-10 12:50:09 -04:00
Krishna Vedala beade2db10
remove additional step update from within functions 2020-06-10 12:46:26 -04:00
Krishna Vedala 9ed9e3e107
placeholder for see-also - semi implicit euler 2020-06-10 12:44:45 -04:00
Krishna Vedala 4979f68c24
added stdlib for atof() 2020-06-10 12:26:48 -04:00
github-actions 57f4f5e2f6 updating DIRECTORY.md 2020-06-10 16:22:29 +00:00