Commit Graph

1221 Commits

Author SHA1 Message Date
Krishna Vedala
4e055869e3 fix cpplint issues - lines 117 and 124 2020-06-11 08:58:55 -04:00
github-actions
ad1633a83e updating DIRECTORY.md 2020-06-11 12:54:15 +00:00
Krishna Vedala
6b83dd2fbe added semi-implicit euler ODE solver 2020-06-11 08:46:47 -04:00
Krishna Vedala
5a46e43219 fixed itegration step equation 2020-06-11 08:46:20 -04:00
Krishna Vedala
3f4b60ea07 added mid-point euler ode solver 2020-06-11 08:30:59 -04:00
Krishna Vedala
4699bda90a added ode solve using forward euler method 2020-06-11 08:20:04 -04:00
Krishna Vedala
a240f242c8 update documentation for kohonen_som 2020-06-10 09:52:56 -04:00
Krishna Vedala
126084892f Merge pull request #20 from kvedala/gitpod
update Gitpod - use docker image
2020-06-09 19:50:16 -04:00
Krishna Vedala
5ce0382188 disable gitpod addcommit 2020-06-09 19:47:50 -04:00
Krishna Vedala
d95d24d171 add github prebuild specs to gitpod 2020-06-09 19:43:56 -04:00
Krishna Vedala
de118604f2 remove configure task 2020-06-09 18:40:40 -04:00
Krishna Vedala
e54c6f663e add ninja build system to docker 2020-06-09 18:27:18 -04:00
Krishna Vedala
5cc9e6c611 use gitpod dockerfile 2020-06-09 18:08:08 -04:00
Krishna Vedala
e9a4b2c96e use init to one time install doxygen, graphviz, cpplint 2020-06-09 17:58:51 -04:00
Krishna Vedala
8309630a9a remove gitpod init and add commands 2020-06-09 17:47:05 -04:00
Krishna Vedala
ebd04b3ba3 add gitpod extensions cmake-tools and git-graph 2020-06-09 17:42:09 -04:00
Krishna Vedala
9ab3e0b945 update gitpod extensions 2020-06-09 17:31:42 -04:00
Krishna Vedala
8d7942fff6 attempt to add vscode gitpod extensions 2020-06-09 17:27:17 -04:00
Krishna Vedala
6ad45a7bde Merge pull request #19 from kvedala/gitpod
Added Gitpod support - online IDE to create, edit and pull programs, build and test run
2020-06-09 14:31:39 -04:00
Krishna Vedala
7337fe6bbb added gitpod link from README 2020-06-09 14:28:55 -04:00
Krishna Vedala
167132fe94 added gitpod 2020-06-09 14:24:55 -04:00
Krishna Vedala
3dda8a9e5b remove extra paranthesis 2020-06-09 10:56:44 -04:00
Krishna Vedala
4fde67a99e Merge pull request #18 from kvedala/document/others
rename CONTRIBUTION.md to CONTRIBUTING.md #836
2020-06-09 10:31:23 -04:00
Krishna Vedala
eff0b7abe9 added documentation check 2020-06-09 10:26:12 -04:00
Krishna Vedala
f32091d690 remove 'sort alphabetical order' check 2020-06-09 10:25:49 -04:00
Krishna Vedala
40e882f69a rename CONTRIBUTION.md to CONTRIBUTING.md #836 2020-06-09 10:09:13 -04:00
Krishna Vedala
0ef8ec6e94 fix matrix shift doc
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 20:21:56 -04:00
Krishna Vedala
28410ec389 updated eigen value documentation
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 20:18:44 -04:00
Krishna Vedala
37b7389de7 Merge pull request #17 from kvedala/numerical_methods
Numerical methods - LU and QR decomposition of matrices
2020-06-08 19:55:21 -04:00
Krishna Vedala
f40165837d cpplint braces correction
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 19:50:37 -04:00
Krishna Vedala
37728bf133 move srand to main()
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 19:48:17 -04:00
Krishna Vedala
f3fb413a13 use std::rand for thread safety
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 19:47:30 -04:00
github-actions
3772fb0177 updating DIRECTORY.md 2020-06-08 23:39:03 +00:00
Krishna Vedala
9ac0602734 use QR decomposition to find eigen values
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 19:35:49 -04:00
Krishna Vedala
acc50fcab7 added QR decomposition algorithm
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 19:35:14 -04:00
Krishna Vedala
bde4be2227 added LU decomposition algorithm
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 10:36:18 -04:00
Krishna Vedala
ec439c5355 Merge pull request #16 from kvedala/merge_upstream
simplify subfolders in data_structures
2020-06-06 13:39:34 -04:00
Krishna Vedala
869245dff5 remove semilon
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-06 13:37:55 -04:00
Krishna Vedala
8a2bef9c20 cpplint header guard style
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-06 13:36:04 -04:00
Krishna Vedala
b3f0b75a08 remove semicolons after functions in a class
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-06 13:02:36 -04:00
github-actions
d97f7c15f6 updating DIRECTORY.md 2020-06-06 16:57:19 +00:00
Krishna Vedala
57a951173a template header files contain function codes as well and removed redundant subfolders
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-06 12:56:10 -04:00
Krishna Vedala
f1af8c150a disable redundant gcc compilation in cpplint workflow
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-06 12:35:35 -04:00
Krishna Vedala
e7b7d453b2 cpplint - ignore build/include
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-06 12:31:34 -04:00
Krishna Vedala
cf8920852e cpp lint fixes and instantiate template classes
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-06 12:25:51 -04:00
Krishna Vedala
36510f1fdc cpp lint fixes and instantiate template classes 2020-06-06 12:16:45 -04:00
Krishna Vedala
30cf80c35d create and link object file 2020-06-06 10:44:02 -04:00
Krishna Vedala
ff6cb07b9c enable cmake in subfolders of data_structures 2020-06-05 21:55:12 -04:00
Krishna Vedala
43362d3b50 add author name 2020-06-05 20:26:34 -04:00
Krishna Vedala
172cd7be7d remove file associations in settings 2020-06-05 20:26:16 -04:00