Commit Graph

725 Commits

Author SHA1 Message Date
Krishna Vedala
cc915fc75a
shell_sort - initial random values 2020-04-20 12:04:47 -04:00
Krishna Vedala
60f100299b
fix numerical_methods cmake 2020-04-20 12:04:25 -04:00
Krishna Vedala
a4cb77a36f
make function_time compile in release mode 2020-04-20 12:04:08 -04:00
Krishna Vedala
2a8848bf23
print intermediate values only in debug mode 2020-04-09 15:52:10 -04:00
Krishna Vedala
7a7858a7fb
better termination check 2020-04-09 15:51:24 -04:00
Krishna Vedala
c27e045790
use full dynamic range of rand() funtion 2020-04-09 15:50:34 -04:00
Krishna Vedala
b31aafa4e4
start with complex number approximations 2020-04-09 10:38:11 -04:00
Krishna Vedala
e485ad5c70
errors less when the first coefficient is "1" 2020-04-09 09:44:05 -04:00
Krishna Vedala
44f207cd52
make uswe "long double" precisions 2020-04-09 09:40:58 -04:00
Krishna Vedala
6be39f4d92
reduced maximum number of iterations & added logs every 500 iters 2020-04-09 08:57:31 -04:00
Krishna Vedala
0d7e3ed0b5
replace random() with rand() 2020-04-09 08:56:41 -04:00
Krishna Vedala
0c2d0800d3
Merge branch 'master' of github.com:kvedala/C 2020-04-09 00:26:06 -04:00
Krishna Vedala
8aaf345748
removed openmp 2020-04-09 00:25:53 -04:00
github-actions
d225de33e6 updating DIRECTORY.md 2020-04-09 04:22:37 +00:00
Krishna Vedala
8e2ad2e1ef
fixed 0^th iter log print 2020-04-09 00:22:13 -04:00
Krishna Vedala
da073120d0
dont print 0 coeffs 2020-04-09 00:19:42 -04:00
Krishna Vedala
d3d7cce24d
durand_kerner method to compute all roots of a polynomial. 2020-04-09 00:17:30 -04:00
Krishna Vedala
40531e65c0
Merge pull request #3 from kvedala/project_euler/master2
Project euler/master2
2020-04-08 21:26:01 -04:00
Krishna Vedala
51930feec2
better printing 2020-04-08 21:21:32 -04:00
github-actions
ba5bd42cad updating DIRECTORY.md 2020-04-08 19:31:36 +00:00
Krishna Vedala
fa42a95ad5
+ newton raphson interpolation 2020-04-08 15:31:00 -04:00
Krishna Vedala
952d521a3c
better name - numerical methods 2020-04-08 10:28:58 -04:00
Krishna Vedala
d2e1b7fc98
added stdlib.h dependency for rand() 2020-04-08 10:08:25 -04:00
Krishna Vedala
44a89fb3ba
fixed stdint.h artefact 2020-04-08 10:02:08 -04:00
Krishna Vedala
66ef12de2c
remove stdint.h dependency 2020-04-08 09:59:44 -04:00
Krishna Vedala
d5143ff07c
stdlib include for rand function 2020-04-08 09:52:08 -04:00
Krishna Vedala
63206ab47a
use long long int for printf compatibility 2020-04-08 09:48:04 -04:00
Krishna Vedala
de027fe4ff
using long long int for pritf compatibility 2020-04-08 09:46:44 -04:00
Krishna Vedala
1d8d07efc9
gets not a C11 standard, superceded by fgets 2020-04-08 09:45:12 -04:00
Krishna Vedala
1b826807ed
code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00
Krishna Vedala
64789aed99
bump cmake_c_standard to C11 2020-04-08 09:30:46 -04:00
Krishna Vedala
205766fc05
Merge branch 'master' into project_euler/master2
* master:
  set c99 standard as default
  checkout submodule as well
  use cd to build directory
  changed to checkout@master
  Create ccpp.yml
2020-04-08 09:28:49 -04:00
Krishna Vedala
fd2970182d
set c99 standard as default 2020-04-07 22:27:27 -04:00
Krishna Vedala
3a816e0414
checkout submodule as well 2020-04-07 22:18:08 -04:00
Krishna Vedala
b39694aeb3
use cd to build directory 2020-04-07 22:14:44 -04:00
Krishna Vedala
0248b523b6
changed to checkout@master 2020-04-07 22:12:54 -04:00
Krishna Vedala
a0b7dbb92f
Create ccpp.yml
make workflow
2020-04-07 22:07:29 -04:00
github-actions
d7b681fa00 updating DIRECTORY.md 2020-04-08 01:26:11 +00:00
Krishna Vedala
8d3d626e25
+ cmake searching folder 2020-04-07 21:25:45 -04:00
Krishna Vedala
d7859b042c
removed dependency on "conio.h" 2020-04-07 19:31:29 -04:00
Krishna Vedala
8e7aa19113
cmake for 'computer_oriented_statistical_methods' 2020-04-07 19:29:39 -04:00
Krishna Vedala
e0a78dfa4c
openmp in conversions folder 2020-04-07 19:28:48 -04:00
Krishna Vedala
621de22fff
fixed filename - remove apostrophe 2020-04-07 19:28:29 -04:00
Krishna Vedala
4138003b54
code cleanup + random set of arrays 2020-04-07 19:08:35 -04:00
Krishna Vedala
f23ec833b9
code clean + added missing function + syntax corrections 2020-04-07 18:37:47 -04:00
Krishna Vedala
dc5d25690b
renamed conflicting mergesort function 2020-04-07 18:33:49 -04:00
Krishna Vedala
cee2468506
code cleanup & fixed syntax error 2020-04-07 18:29:24 -04:00
Krishna Vedala
a3989bbadc
use openmp in 'misc' directory 2020-04-07 18:21:27 -04:00
Krishna Vedala
3b576fec20
added sorting folder to cmake 2020-04-07 18:11:24 -04:00
Krishna Vedala
68bf72ef8d
updated submodule commit 2020-04-07 18:08:42 -04:00