Commit Graph

1070 Commits

Author SHA1 Message Date
Krishna Vedala
13f1b54106
added GitHub-CI badge & fix syntax 2020-05-26 00:23:59 -04:00
Krishna Vedala
545122b9e8
added Doxygen CI badge 2020-05-26 00:22:16 -04:00
Krishna Vedala
e5a5cc3dba
synchronize apt repository 2020-05-25 21:25:32 -04:00
Krishna Vedala
3d4ed3522d
use HTTPS CDN for MathJaX 2020-05-25 21:21:26 -04:00
Krishna Vedala
71ab34a11a
fix add folders 2020-05-25 21:09:15 -04:00
Krishna Vedala
8d76afcd7e
fix copy recursive 2020-05-25 21:07:17 -04:00
Krishna Vedala
0f9eb15ca3
fix syntaxes 2020-05-25 21:04:35 -04:00
Krishna Vedala
56cd2a3cac
Merge branch 'autodoc'
* autodoc:
  remove braces in env var for git commit
  copy recursively
2020-05-25 20:59:46 -04:00
Krishna Vedala
f6909671c6
remove braces in env var for git commit 2020-05-25 20:59:18 -04:00
Krishna Vedala
21031c9d84
copy recursively 2020-05-25 20:57:04 -04:00
Krishna Vedala
bfcd832635
added link for documentation 2020-05-25 20:48:26 -04:00
Krishna Vedala
b8500097da
Merge pull request #4 from kvedala/autodoc
Automatic documentation build on commit to master
2020-05-25 20:43:51 -04:00
Krishna Vedala
4ac9addbf8
remove build docs on pull request 2020-05-25 20:43:00 -04:00
Krishna Vedala
df4d0f3d33
document generation action to occur only on master 2020-05-25 20:27:26 -04:00
Krishna Vedala
9eb0640d02
fix push 2020-05-25 20:23:45 -04:00
Krishna Vedala
6e1da7f0cd
start commit 2020-05-25 20:20:04 -04:00
Krishna Vedala
225cc4e9ba
remanant folder deletes 2020-05-25 20:11:30 -04:00
Krishna Vedala
71e0c75224
added ls for debug purposes 2020-05-25 20:06:00 -04:00
Krishna Vedala
fb2ab2be33
dont clean after checkout 2020-05-25 20:00:42 -04:00
Krishna Vedala
9275b6a97e
use actions checkout to checkout branch 2020-05-25 19:58:51 -04:00
Krishna Vedala
630f213118
compile, build doc and amke folder ready to commit 2020-05-25 19:55:14 -04:00
Krishna Vedala
4e37257e65
install graphviz instead of "dot" 2020-05-25 19:43:33 -04:00
Krishna Vedala
d87a8824f6
corrected ninja-build package name 2020-05-25 19:42:15 -04:00
Krishna Vedala
8b9bac2513
added sudo command to install 2020-05-25 19:41:15 -04:00
Krishna Vedala
39a1c402c4
install requirements 2020-05-25 19:38:44 -04:00
Krishna Vedala
915bedddcb
docs build action 2020-05-25 19:33:27 -04:00
Krishna Vedala
64c7a54bbc
reorder text 2020-05-25 19:17:03 -04:00
Krishna Vedala
4d0d4e7987
optimize doxygen for C 2020-05-25 19:06:21 -04:00
github-actions
2d7af2923d updating DIRECTORY.md 2020-05-25 22:43:18 +00:00
Krishna Vedala
d1df78e2c4
doxygen code formatting 2020-05-25 18:42:52 -04:00
Krishna Vedala
8b3b46f8cc
delete misplaced file 2020-05-25 18:42:40 -04:00
Krishna Vedala
e8caf31e0c
added doxygen documentation 2020-05-25 18:33:32 -04:00
Krishna Vedala
0a85cd0176
added stdlib.h for malloc 2020-05-25 18:27:41 -04:00
Krishna Vedala
0044830bbc
doxygen documentation 2020-05-25 18:26:18 -04:00
Krishna Vedala
b2632cdcad
update code documentation 2020-05-25 18:13:43 -04:00
Krishna Vedala
4e832b8e96
moved QR decomposition to a separate header file 2020-05-25 17:02:45 -04:00
Krishna Vedala
bf59ee7eff
include call graph when possible 2020-05-25 17:02:03 -04:00
Krishna Vedala
2d3d7bfc3f
syntax correction 2020-05-25 17:01:51 -04:00
Krishna Vedala
ec04754b66
added documentation 2020-05-25 16:36:24 -04:00
Krishna Vedala
f097a5d343
dont compile correct - only for MSVC 2020-05-25 16:30:34 -04:00
Krishna Vedala
b714a6c4f1
use const char* to ensure pointer validity 2020-05-25 16:30:10 -04:00
Krishna Vedala
5a4f592b87
added documentation and remove static matrix 2020-05-25 16:10:05 -04:00
Krishna Vedala
eea5188389
Merge commit '0538404f8652bb8f80d362eab2bf988a3eb545bd'
* commit '0538404f8652bb8f80d362eab2bf988a3eb545bd':
  added link to compile and run code online
  Gist to run and test the Durand-Kerner Algorithm online and view the roots convergence
  better formatting of root values
  updating DIRECTORY.md
  another shell-sort implementation
  updating DIRECTORY.md
  remove timing calculation
  compute real eigen values of a square matrix using shit and deflate QR decomposition algorithm
  QR decomposition of any matrix with real elements
  Durand Kramer method for roots of any polynomial

# Conflicts:
#	DIRECTORY.md
#	numerical_methods/durand_kerner_roots.c
#	numerical_methods/qr_decomposition.c
#	numerical_methods/qr_eigen_values.c
2020-05-25 11:42:12 -04:00
Stepfen Shawn
0538404f86
Merge pull request #524 from kvedala/numerical-methods
Numerical methods
2020-05-25 12:36:09 +08:00
Krishna Vedala
24c71d8dab
added doxygen documentation 2020-05-24 22:28:28 -04:00
Shubham Sah
2357e8bd69
Create MergeNR.c
Program to demonstrate Merge sort algorithm without recursion
2020-05-23 21:44:41 +05:30
Shubham Sah
9ed17fc3c9
Create Ascending Priority Queue
Code to implement Ascending Priority Queue
2020-05-23 21:29:54 +05:30
Shubham Sah
1494474db6
Delete APQ.C 2020-05-23 21:28:35 +05:30
Shubham Sah
8ac3f2a609
Create AscendingPriorityQueue.c 2020-05-23 21:28:16 +05:30
github-actions
c32e0d161e updating DIRECTORY.md 2020-05-23 01:06:32 +00:00