fix arrays reading in C, add type Real for double or float
authorBenjamin Auder <benjamin.auder@somewhere>
Fri, 10 Feb 2017 15:28:24 +0000 (16:28 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Fri, 10 Feb 2017 15:28:24 +0000 (16:28 +0100)
commit9ff729fb6afff5bed327fa8619138fd3b6f6f13b
tree594c0d8de5e758399f87ee0811d1b6eb403efeda
parente8bb47649b9f4e625ef050aae096d23cfc058163
fix arrays reading in C, add type Real for double or float
20 files changed:
src/sources/EMGLLF.c
src/sources/EMGLLF.h
src/sources/EMGrank.c
src/sources/EMGrank.h
src/sources/constructionModelesLassoMLE.c
src/sources/constructionModelesLassoMLE.h
src/sources/constructionModelesLassoRank.c
src/sources/constructionModelesLassoRank.h
src/sources/selectiontotale.c
src/sources/selectiontotale.h
src/sources/utils.h
src/test/Makefile
src/test/OUT [new file with mode: 0644]
src/test/test.ConstructionModelesLassoMLE.c
src/test/test.EMGLLF.c
src/test/test.EMGrank.c
src/test/test.constructionModelesLassoRank.c
src/test/test.selectiontotale.c
src/test/test_utils.c [moved from src/test/utils.c with 91% similarity]
src/test/test_utils.h [moved from src/test/utils.h with 100% similarity]