On entry: specifies, in the case
, whether the routine is permitted to use the transpose of
for improved efficiency. If the matrix is square then the procedure may use transposed
if
seems to be better with respect to convergence. If the matrix is not square,
JOBT is ignored. The decision is based on two values of entropy over the adjoint orbit of
. See the descriptions of
and
.
- If , perform an entropy test and then transpose if the test indicates possibly faster convergence of the Jacobi process if is taken as input. If is replaced with , then the row pivoting is included automatically.
- No entropy test and no transposition is performed.
The option
can be used to compute only the singular values, or the full SVD (
,
and
). In the case where only one set of singular vectors (
or
) is required, the caller must still provide both
U and
V, as one of the matrices is used as workspace if the matrix
is transposed. See the descriptions of
U and
V.