From 7a35f83fa20927d71dd1b1f792dea35c7e9d5f47 Mon Sep 17 00:00:00 2001 From: jofret Date: Mon, 21 Jun 2010 07:18:15 +0000 Subject: Hypermatrix management : disp && zeros --- src/c/matrixOperations/includes/zeros.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/c/matrixOperations/includes/zeros.h') diff --git a/src/c/matrixOperations/includes/zeros.h b/src/c/matrixOperations/includes/zeros.h index e2f3f002..06b2e5a5 100644 --- a/src/c/matrixOperations/includes/zeros.h +++ b/src/c/matrixOperations/includes/zeros.h @@ -61,6 +61,12 @@ EXTERN_MATOPS void dzerosa ( double* in , int rows ,int cols ); */ EXTERN_MATOPS void zzerosa ( doubleComplex* in , int rows ,int cols ); +/* +** \brief create a double complex matrix full of one +*/ +EXTERN_MATOPS void dzerosh ( double* in , int rows ,int cols , int levels); + + #ifdef __cplusplus } /* extern "C" */ #endif -- cgit