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
Krishna Vedala
82479dc327
added see-also to forward euler method
2020-06-10 12:21:14 -04:00
Krishna Vedala
142b25e34e
added midpoint euler algorithm
2020-06-10 12:20:45 -04:00
Krishna Vedala
464a197701
fix doc
2020-06-10 12:07:32 -04:00
Krishna Vedala
2a8b31aa67
Merge branch 'forward-euler' of https://github.com/kvedala/C into forward-euler
2020-06-10 11:41:53 -04:00
Krishna Vedala
f03cf6c5e8
remove alphabetical oder from checklist
2020-06-10 11:39:20 -04:00
github-actions
e29b2005b1
updating DIRECTORY.md
2020-06-10 15:38:18 +00:00
Krishna Vedala
8ea77b8ca4
added first order ODE solver using Euler method
2020-06-10 11:36:44 -04:00
Krishna Vedala
4e7bf1566a
documentation fixes for kohonen_som
2020-06-10 09:11:36 -04:00
Krishna Vedala
d31480169c
updated documentation
2020-06-10 09:04:43 -04:00
Krishna Vedala
3f31d518ec
update Gitpod - use docker image
...
Working vscode modules on Gitpod:
* cmake configure, compile and provide intellisense
* Microsoft C/C++ tools for intellisense, autocomplete, etc
* use docker image for Gitpod for more control on packages
* enable badges and other convenience tools using Gitpod
2020-06-09 20:53:41 -04:00
Krishna Vedala
cf1b46cd00
fix README for link to C gitpod repo
2020-06-09 14:22:42 -04:00
Krishna Vedala
9fca032d5c
Merge pull request #14 from kvedala/gitpod
...
Added Gitpod support - online IDE to create, edit and pull programs, build and test run
2020-06-09 14:21:37 -04:00
Krishna Vedala
fef8921410
gitpod: cmake export commands
2020-06-09 14:19:19 -04:00
Krishna Vedala
f25c306054
install cpplint in gitpod
2020-06-09 14:14:39 -04:00
Krishna Vedala
f579acae64
rename CONTRIBUTIONS.md to CONTRIBUTING.md
2020-06-09 14:10:25 -04:00
Krishna Vedala
414d7c153a
rename CONTRIBUTIONS.md to CONTRIBUTING.md
2020-06-09 14:09:53 -04:00
Krishna Vedala
97f44874c4
added gitpod and gittr to readme
2020-06-09 14:07:55 -04:00
Krishna Vedala
b05987eb80
initial gitpod
2020-06-09 14:06:02 -04:00
Krishna Vedala
d2410f9c28
update qr_eigen valueswith selfcontained tests
...
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-09 13:53:55 -04:00
Sombit Bose
d609e03aea
Merge pull request #544 from TheAlgorithms/revert-542-master
...
Revert "improved library"
2020-06-08 22:39:30 +05:30
Sombit Bose
9a82905aa5
Revert "improved library"
2020-06-08 22:36:04 +05:30
Sombit Bose
743be6f53c
Merge pull request #542 from yyash01/master
...
improved library
2020-06-08 22:14:07 +05:30
Krishna Vedala
37ca26db67
Merge lu_decomposition bugfix\n deallocate memory
2020-06-08 12:29:45 -04:00
Krishna Vedala
2c00b915a9
dynamically allocated memory must be freed
...
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 12:16:58 -04:00
Krishna Vedala
6a9383f564
Revert "free dynamically allocated memory and use 1D arrays for simplicity and efficiency"
...
This reverts commit 56aeff3f07
.
2020-06-08 12:14:14 -04:00
Krishna Vedala
56aeff3f07
free dynamically allocated memory and use 1D arrays for simplicity and efficiency
...
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 11:08:45 -04:00
yyash01
44ddbf3c4c
improved library
2020-06-08 01:34:58 +05:30
Krishna Vedala
2d0ddc3a77
Merge pull request #13 from kvedala/documentation/fixes
...
[feat] LU decomposition
2020-06-07 15:24:51 -04:00
Krishna Vedala
390dc21946
fix author line
2020-06-07 15:19:15 -04:00