From d63c259a847a981daf4922be033c10b0a3f492ed Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 7 Jul 2017 15:11:33 +0530 Subject: Float complex for matrix reshape --- macros/findDeps/getAllSources.sci | 1 + 1 file changed, 1 insertion(+) (limited to 'macros/findDeps') diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci index 7e9dcfdc..2124da9e 100644 --- a/macros/findDeps/getAllSources.sci +++ b/macros/findDeps/getAllSources.sci @@ -315,6 +315,7 @@ function allSources = getAllSources(SharedInfo) "src/c/matrixOperations/matrix/dmatrixa.c" "src/c/matrixOperations/matrix/smatrixa.c" "src/c/matrixOperations/matrix/u16matrixa.c" + "src/c/matrixOperations/matrix/zmatrixa.c" "src/c/matrixOperations/triu/dtriua.c" "src/c/matrixOperations/triu/striua.c" "src/c/matrixOperations/triu/u8triua.c" -- cgit