The matrix D needs to be of size N.
*>
*> \param[in,out] D
*> \verbatim
-*> D is COMPLEX array, dimension ( MIN( M , N ) )
+*> D is COMPLEX array, dimension ( N )
*> Array to be computed according to MODE, COND and IRSIGN.
*> May be changed on exit if MODE is nonzero.
*> \endverbatim
*>
*> \param[in,out] D
*> \verbatim
-*> D is DOUBLE PRECISION array, dimension ( MIN( M , N ) )
+*> D is DOUBLE PRECISION array, dimension ( N )
*> Array to be computed according to MODE, COND and IRSIGN.
*> May be changed on exit if MODE is nonzero.
*> \endverbatim
*>
*> \param[in,out] D
*> \verbatim
-*> D is REAL array, dimension ( MIN( M , N ) )
+*> D is REAL array, dimension ( N )
*> Array to be computed according to MODE, COND and IRSIGN.
*> May be changed on exit if MODE is nonzero.
*> \endverbatim
*>
*> \param[in,out] D
*> \verbatim
-*> D is COMPLEX*16 array, dimension ( MIN( M , N ) )
+*> D is COMPLEX*16 array, dimension ( N )
*> Array to be computed according to MODE, COND and IRSIGN.
*> May be changed on exit if MODE is nonzero.
*> \endverbatim