|
|
|
|
Madagascar Programming Reference Manual |
|
|
void sf_adjnull (bool adj /* adjoint flag */,
bool add /* addition flag */,
int nx /* size of \texttt{x} */,
int ny /* size of \texttt{y} */,
float* x,
float* y)
/*< Zeros out the output (unless add is true).
Useful first step for any linear operator. >*/
{
...
}