Creates a tree of subproblems for bidiagonal divide and conquer. Used by ?bdsdc.
call slasdt( n, lvl, nd, inode, ndiml, ndimr, msub )
call dlasdt( n, lvl, nd, inode, ndiml, ndimr, msub )
The FORTRAN 77 interfaces are specified in the mkl_lapack.fi include file (to be used in Fortran programs) and in the mkl_lapack.h include file (to be used in C programs).
INTEGER. On entry, the number of diagonal elements of the bidiagonal matrix.
INTEGER. On entry, the maximum row dimension each subproblem at the bottom of the tree can be of.
INTEGER. On exit, the number of levels on the computation tree.
INTEGER. On exit, the number of nodes on the tree.
INTEGER.
Array, DIMENSION (n). On exit, centers of subproblems.
INTEGER .
Array, DIMENSION (n). On exit, row dimensions of left children.
INTEGER .
Array, DIMENSION (n). On exit, row dimensions of right children.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.