table of contents
other versions
- wheezy 3.4.1+dfsg-1+deb70u1
- jessie 3.5.0-4
- jessie-backports 3.7.0-1~bpo8+1
- testing 3.7.0-2
- unstable 3.7.0-2
| dlasdt.f(3) | LAPACK | dlasdt.f(3) |
NAME¶
dlasdt.f -SYNOPSIS¶
Functions/Subroutines¶
subroutine dlasdt (N, LVL, ND, INODE, NDIML, NDIMR, MSUB)
Function/Subroutine Documentation¶
subroutine dlasdt (integerN, integerLVL, integerND, integer, dimension( * )INODE, integer, dimension( * )NDIML, integer, dimension( * )NDIMR, integerMSUB)¶
DLASDT Purpose:DLASDT creates a tree of subproblems for bidiagonal divide and conquer.
N
LVL
ND
INODE
NDIML
NDIMR
MSUB
Author:
N is INTEGER
On entry, the number of diagonal elements of the
bidiagonal matrix.
LVL is INTEGER
On exit, the number of levels on the computation tree.
ND is INTEGER
On exit, the number of nodes on the tree.
INODE is INTEGER array, dimension ( N )
On exit, centers of subproblems.
NDIML is INTEGER array, dimension ( N )
On exit, row dimensions of left children.
NDIMR is INTEGER array, dimension ( N )
On exit, row dimensions of right children.
MSUB is INTEGER
On entry, the maximum row dimension each subproblem at the
bottom of the tree can be of.
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date:
November 2011
Contributors:
Ming Gu and Huan Ren, Computer Science
Division, University of California at Berkeley, USA
Author¶
Generated automatically by Doxygen for LAPACK from the source code.| Sun May 26 2013 | Version 3.4.1 |