Commit Graph

1187 Commits

Author SHA1 Message Date
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
Krishna Vedala
9511fe3dbf remove namespace indentation 2020-06-05 20:22:49 -04:00
Krishna Vedala
70bb8c81be remove duplicate line
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-05 09:11:26 -04:00
Krishna Vedala
c9a8b3150b Merge pull request #15 from kvedala/merge_upstream
Merge upstream
2020-06-04 23:31:51 -04:00
Krishna Vedala
8f05353bd5 add explicit link to badges 2020-06-04 23:24:58 -04:00
Krishna Vedala
281a0afa57 cpplint: add braces for multiple statement if 2020-06-04 23:20:40 -04:00
github-actions
ee7390525f updating DIRECTORY.md 2020-06-05 03:16:55 +00:00
github-actions
0a99574e86 formatting source-code for aacaf9828c 2020-06-05 03:16:32 +00:00
Krishna Vedala
aacaf9828c fix documentations and cpplint 2020-06-04 23:15:43 -04:00
Krishna Vedala
6635c0a1af move file to proper folder 2020-06-04 22:50:58 -04:00
Krishna Vedala
9e8a6475e4 Merge branch 'master' into merge_upstream
# Conflicts:
#	CMakeLists.txt
2020-06-04 21:46:05 -04:00
Krishna Vedala
82a6ea06e6 use HTML5 img tag to resize images 2020-06-04 21:34:05 -04:00
Krishna Vedala
d0e0a07f16 remove invalid parameter from function docs 2020-06-04 21:33:33 -04:00
Krishna Vedala
9b61ef94b7 doxygen - open links in external window 2020-06-04 21:33:08 -04:00
Krishna Vedala
4d0c02389b docs: enable tree view, add timestamp in footer, try clang assistaed parsing 2020-06-04 20:34:38 -04:00
Krishna Vedala
8960edaed1 add data_structures to cmake 2020-06-04 16:25:27 -04:00
Krishna Vedala
c0394d8037 Merge branch 'merge_upstream' of https://github.com/kvedala/C-Plus-Plus into merge_upstream 2020-06-04 16:20:45 -04:00
Krishna Vedala
7c85599475 fix ambiguous symbol size 2020-06-04 16:20:19 -04:00
github-actions
014bdc5ba8 updating DIRECTORY.md 2020-06-04 20:17:55 +00:00
Krishna Vedala
9fc62d4e85 Merge remote-tracking branch 'origin/merge_upstream' into merge_upstream
# Conflicts:
#	DIRECTORY.md
2020-06-04 16:16:56 -04:00
Krishna Vedala
495bffcd72 rename folder to data_structures 2020-06-04 16:15:10 -04:00
Krishna Vedala
b8686d3071 Merge remote-tracking branch 'upstream/master' into merge_upstream
# Conflicts:
#	DIRECTORY.md
2020-06-04 15:58:18 -04:00
Krishna Vedala
7f82722c84 bugfix: move file writing outside of the parallel loop
othersie, there is no gurantee of the order of roots written to file
2020-06-04 15:39:33 -04:00
Krishna Vedala
b61d65fda9 Merge pull request #14 from kvedala/numerical_methods
[feat:] Numerical methods - Durand Kerner Algorithm
2020-06-04 15:27:41 -04:00
Krishna Vedala
e4f5397498 add critical secions to omp threads 2020-06-04 15:21:45 -04:00
Krishna Vedala
645321c38f make iterator variable i local to threads 2020-06-04 15:21:09 -04:00
Krishna Vedala
42f78bbe19 use long double for errors and tolerance checks 2020-06-04 15:20:31 -04:00
Krishna Vedala
b7d05eab9e add documentation images 2020-06-04 14:14:59 -04:00
Krishna Vedala
89f33a49ba (1) break while loop (2) skip runs on break_loop instead of hard-break 2020-06-04 14:14:46 -04:00
Krishna Vedala
0e5d841e0a while loop cannot have break - replaced with continue and check is present in the main while condition 2020-06-04 14:02:18 -04:00
Krishna Vedala
586ac1aee1 run tests when no input is provided and skip tests when input polynomial is provided 2020-06-04 13:59:24 -04:00
Krishna Vedala
5e34779d95 remove return statement from omp-for loop and use "break" 2020-06-04 13:57:57 -04:00
Krishna Vedala
3b37d06d2a use INT16_MAX 2020-06-04 13:37:34 -04:00
Krishna Vedala
29ed37d67e added two test cases 2020-06-04 13:15:28 -04:00
Krishna Vedala
4e75c6d1ea move openmp to main loop 2020-06-04 12:35:13 -04:00