Commit Graph

977 Commits

Author SHA1 Message Date
Tajmeet Singh
97023e1b1c docs: fixed some documentation issues 2020-06-29 15:27:44 +01:00
Krishna Vedala
f16093cf7b
Merge pull request #917 from kvedala/hill_cipher
[feature] Hill cipher algorithm
2020-06-29 08:31:37 -04:00
Krishna Vedala
f87bc251b9
fix link to contributors 2020-06-28 09:14:41 -04:00
Krishna Vedala
c7088b4b85
Merge pull request #914 from kvedala/update_README
[improvement] update README with more details than a stub
2020-06-28 08:53:57 -04:00
Krishna Vedala
de828baa8d
removed incorrect quotes from links 2020-06-27 21:13:48 -04:00
Krishna Vedala
b79445ff82
Merge pull request #913 from kvedala/ols_regressor
[enhancement] Ols regressor should be considered an ML algorithm and not a numerical method
2020-06-27 21:01:14 -04:00
Krishna Vedala
695851b288
fix alternatie text for 'by' icon 2020-06-27 17:11:19 -04:00
Krishna Vedala
998c1ce9be
remove closed pull-requests info graphic 2020-06-27 17:06:59 -04:00
Krishna Vedala
2d67ce3f52
fix article the 2020-06-27 17:06:10 -04:00
Krishna Vedala
988df1ba59
added licenses - #911 2020-06-27 16:59:31 -04:00
Krishna Vedala
12799c5616
fix lgtm errors 2020-06-27 16:00:12 -04:00
Krishna Vedala
25c2b82e51
include ciphers folder in cmake compilation
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-27 15:49:46 -04:00
Krishna Vedala
e8849dc36f
save keys to file + more docs 2020-06-27 15:45:48 -04:00
Krishna Vedala
541f762deb
working algorithm 2020-06-27 14:43:11 -04:00
Krishna Vedala
fc489f7f45
test2 + refinements 2020-06-26 23:42:16 -04:00
Krishna Vedala
f932aed5d2
more docs + more control on matrix creation 2020-06-26 22:02:21 -04:00
Krishna Vedala
bade62d063
working hill cipher 2020-06-26 21:44:02 -04:00
github-actions
0b57b89543 updating DIRECTORY.md 2020-06-27 00:37:39 +00:00
Krishna Vedala
db28999ca3
initial hill-cipher commit - does not execute corectly 2020-06-26 20:36:46 -04:00
Krishna Vedala
7218eeb5b8
initial cipher folder commit 2020-06-26 20:36:03 -04:00
Krishna Vedala
0f42f8f96c
apply suggestions by reviewers 2020-06-26 20:20:43 -04:00
Krishna Vedala
8f72445a6d
minor punctuations 2020-06-26 20:14:36 -04:00
Krishna Vedala
a9c005da70
overview + comment why mainpage
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:49:05 -04:00
Krishna Vedala
54dcadf07d
fix contributions description
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:38:03 -04:00
Krishna Vedala
aa16f4d113
added features description
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:29:45 -04:00
Krishna Vedala
c5933c8525
updated project summary description
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:29:10 -04:00
Krishna Vedala
b3d85cd8e1
add LGTM status + remove HTML tags and use Markdown syntax
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:23:25 -04:00
Krishna Vedala
9379ae1a6c
added LGTM status 2020-06-26 13:46:46 -04:00
Krishna Vedala
b9c1f6bf36
use better test data variable names to avoid conflict 2020-06-26 10:53:42 -04:00
Krishna Vedala
052c3fbca8
use better test function names to avoid conflict 2020-06-26 10:37:56 -04:00
github-actions
dcd0d6b478 updating DIRECTORY.md 2020-06-26 13:04:18 +00:00
Krishna Vedala
0690a140ec
move OLS regressor to machine learning folder 2020-06-26 09:03:20 -04:00
Krishna Vedala
eddda4e43e
Merge pull request #912 from kvedala/ols_regressor
[fix] added test cases to OLS Regressor
2020-06-26 08:54:47 -04:00
Krishna Vedala
9a8b6ddd2e
typo correction from #910 2020-06-26 08:22:12 -04:00
Krishna Vedala
7ff384e59b
replace cstdlib with cmath for float overload of std::abs() 2020-06-26 08:20:53 -04:00
Krishna Vedala
0d2a58409e
include cstdlib for std::abs() 2020-06-26 08:14:50 -04:00
Krishna Vedala
6d127e3adf
added inline documentation 2020-06-26 08:09:34 -04:00
Krishna Vedala
11a6542bf2
added test cases 2020-06-26 08:04:01 -04:00
Krishna Vedala
a03558d7a6
Merge pull request #907 from kvedala/lu_decompose
[doc] fix documentation in lu_decompose
2020-06-25 18:20:34 -04:00
Krishna Vedala
0429b5dd88
fix documentation 2020-06-25 18:01:41 -04:00
Krishna Vedala
6791651b68
Merge pull request #906 from kvedala/lu_decompose
enhancement: LU decompose to header file and self-tests
2020-06-25 17:54:53 -04:00
Krishna Vedala
68dd9b1235
added file documentation 2020-06-25 15:22:02 -04:00
Krishna Vedala
3b948d2a04
Merge pull request #904 from kvedala/fix/double_factorial
bug fix: fix self-tests and unsigned comparision to zero
2020-06-25 15:08:46 -04:00
Krishna Vedala
84cf0da2bb
automated self-test of LU decomposition using sample case and determinant checks 2020-06-25 15:04:14 -04:00
Krishna Vedala
c1b0635f99
create and added matrix type 2020-06-25 15:03:12 -04:00
Krishna Vedala
f29c14032a
added determinant computation using LU decomposition 2020-06-25 14:51:54 -04:00
github-actions
e22f56c906 updating DIRECTORY.md 2020-06-25 18:43:00 +00:00
github-actions
b1620ff2f5 formatting source-code for e1b1c71e7c 2020-06-25 18:41:27 +00:00
Krishna Vedala
e1b1c71e7c
Apply suggestions from code review
Co-authored-by: David Leal <halfpacho@gmail.com>
2020-06-25 14:40:47 -04:00
Krishna Vedala
2c61414a83
split lu_decomposition to a header file and templated the function 2020-06-25 13:38:11 -04:00