AcouSTO
version 2.0
◆
MatZeroEntries
#define MatZeroEntries
(
M,
n,
m
)
Value:
for
(i=0;i<n;i++){ \
for(j=0;j<m;j++){ \
M[i][j] = 0.0 + I* 0.0; \
} \
}
Macro to set all the elements of a Matrix to Complex 0.
Acousto2.0
trunk
src
include
allocation.h
Generated on Wed Apr 5 2017 14:32:02 for AcouSTO by
1.8.13