diff options
-rw-r--r-- | src/matrixOperations/Makefile.am | 2 | ||||
-rw-r--r-- | src/matrixOperations/eye/Makefile.am (renamed from src/matrixOperations/eyes/Makefile.am) | 36 | ||||
-rw-r--r-- | src/matrixOperations/eye/Makefile.in (renamed from src/matrixOperations/eyes/Makefile.in) | 0 | ||||
-rw-r--r-- | src/matrixOperations/eye/ceyesa.c (renamed from src/matrixOperations/eyes/ceyesa.c) | 0 | ||||
-rw-r--r-- | src/matrixOperations/eye/deyesa.c (renamed from src/matrixOperations/eyes/deyesa.c) | 0 | ||||
-rw-r--r-- | src/matrixOperations/eye/seyesa.c (renamed from src/matrixOperations/eyes/seyesa.c) | 0 | ||||
-rw-r--r-- | src/matrixOperations/eye/testMatrixEyes.c (renamed from src/matrixOperations/eyes/testMatrixEyes.c) | 0 | ||||
-rw-r--r-- | src/matrixOperations/eye/zeyesa.c (renamed from src/matrixOperations/eyes/zeyesa.c) | 0 |
8 files changed, 19 insertions, 19 deletions
diff --git a/src/matrixOperations/Makefile.am b/src/matrixOperations/Makefile.am index 5146be2a..9acac4e4 100644 --- a/src/matrixOperations/Makefile.am +++ b/src/matrixOperations/Makefile.am @@ -14,7 +14,7 @@ SUBDIRS= addition \ cat \ division \ expm \ - eyes \ + eye \ hilbert \ infiniteNorm \ multiplication \ diff --git a/src/matrixOperations/eyes/Makefile.am b/src/matrixOperations/eye/Makefile.am index 716fd03a..c1087ce5 100644 --- a/src/matrixOperations/eyes/Makefile.am +++ b/src/matrixOperations/eye/Makefile.am @@ -10,7 +10,7 @@ ## ## -libMatrixEyes_la_CFLAGS = -I $(top_builddir)/type \ +libMatrixEye_la_CFLAGS = -I $(top_builddir)/type \ -I $(top_builddir)/matrixOperations/includes \ -I $(top_builddir)/auxiliaryFunctions/includes \ -I $(top_builddir)/includes \ @@ -19,17 +19,17 @@ libMatrixEyes_la_CFLAGS = -I $(top_builddir)/type \ instdir = $(top_builddir)/lib -pkglib_LTLIBRARIES = libMatrixEyes.la +pkglib_LTLIBRARIES = libMatrixEye.la -HEAD = ../includes/matrixEyes.h +HEAD = ../includes/matrixEye.h -libMatrixEyes_la_SOURCES = $(HEAD) \ - seyesa.c \ - deyesa.c \ - ceyesa.c \ - zeyesa.c +libMatrixEye_la_SOURCES = $(HEAD) \ + seyea.c \ + deyea.c \ + ceyea.c \ + zeyea.c -check_PROGRAMS = testMatrixEyes +check_PROGRAMS = testMatrixEye check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ @@ -50,16 +50,16 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/elementaryFunctions/sinh/libSinh.la \ $(top_builddir)/lib/lapack/libscilapack.la \ $(top_builddir)/lib/blas/libsciblas.la \ - libMatrixEyes.la + libMatrixEye.la check_INCLUDES = -I $(top_builddir)/type \ - -I $(top_builddir)/matrixOperations/includes \ - -I $(top_builddir)/auxiliaryFunctions/includes \ - -I $(top_builddir)/includes \ - -I $(top_builddir)/elementaryFunctions/includes + -I $(top_builddir)/matrixOperations/includes \ + -I $(top_builddir)/auxiliaryFunctions/includes \ + -I $(top_builddir)/includes \ + -I $(top_builddir)/elementaryFunctions/includes -testMatrixEyes_SOURCES = testMatrixEyes.c -testMatrixEyes_LDADD = $(check_LDADD) -testMatrixEyes_CFLAGS = $(check_INCLUDES) +testMatrixEye_SOURCES = testMatrixEye.c +testMatrixEye_LDADD = $(check_LDADD) +testMatrixEye_CFLAGS = $(check_INCLUDES) -TESTS = testMatrixEyes +TESTS = testMatrixEye diff --git a/src/matrixOperations/eyes/Makefile.in b/src/matrixOperations/eye/Makefile.in index bd8f47fd..bd8f47fd 100644 --- a/src/matrixOperations/eyes/Makefile.in +++ b/src/matrixOperations/eye/Makefile.in diff --git a/src/matrixOperations/eyes/ceyesa.c b/src/matrixOperations/eye/ceyesa.c index 7bac26ce..7bac26ce 100644 --- a/src/matrixOperations/eyes/ceyesa.c +++ b/src/matrixOperations/eye/ceyesa.c diff --git a/src/matrixOperations/eyes/deyesa.c b/src/matrixOperations/eye/deyesa.c index 3b794254..3b794254 100644 --- a/src/matrixOperations/eyes/deyesa.c +++ b/src/matrixOperations/eye/deyesa.c diff --git a/src/matrixOperations/eyes/seyesa.c b/src/matrixOperations/eye/seyesa.c index 8ed9de64..8ed9de64 100644 --- a/src/matrixOperations/eyes/seyesa.c +++ b/src/matrixOperations/eye/seyesa.c diff --git a/src/matrixOperations/eyes/testMatrixEyes.c b/src/matrixOperations/eye/testMatrixEyes.c index a4e5711b..a4e5711b 100644 --- a/src/matrixOperations/eyes/testMatrixEyes.c +++ b/src/matrixOperations/eye/testMatrixEyes.c diff --git a/src/matrixOperations/eyes/zeyesa.c b/src/matrixOperations/eye/zeyesa.c index fcb181ec..fcb181ec 100644 --- a/src/matrixOperations/eyes/zeyesa.c +++ b/src/matrixOperations/eye/zeyesa.c |