table of contents
- testing 3.12.0-4
- unstable 3.12.1-2
- experimental 3.12.1-1
lasdt(3) | LAPACK | lasdt(3) |
NAME¶
lasdt - lasdt: D&C step: tree
SYNOPSIS¶
Functions¶
subroutine dlasdt (n, lvl, nd, inode, ndiml, ndimr, msub)
DLASDT creates a tree of subproblems for bidiagonal divide and conquer.
Used by sbdsdc. subroutine slasdt (n, lvl, nd, inode, ndiml, ndimr,
msub)
SLASDT creates a tree of subproblems for bidiagonal divide and conquer.
Used by sbdsdc.
Detailed Description¶
Function Documentation¶
subroutine dlasdt (integer n, integer lvl, integer nd, integer, dimension( * ) inode, integer, dimension( * ) ndiml, integer, dimension( * ) ndimr, integer msub)¶
DLASDT creates a tree of subproblems for bidiagonal divide and conquer. Used by sbdsdc.
Purpose:
DLASDT creates a tree of subproblems for bidiagonal divide and
conquer.
Parameters
N is INTEGER
On entry, the number of diagonal elements of the
bidiagonal matrix.
LVL
LVL is INTEGER
On exit, the number of levels on the computation tree.
ND
ND is INTEGER
On exit, the number of nodes on the tree.
INODE
INODE is INTEGER array, dimension ( N )
On exit, centers of subproblems.
NDIML
NDIML is INTEGER array, dimension ( N )
On exit, row dimensions of left children.
NDIMR
NDIMR is INTEGER array, dimension ( N )
On exit, row dimensions of right children.
MSUB
MSUB is INTEGER
On entry, the maximum row dimension each subproblem at the
bottom of the tree can be of.
Author
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Contributors:
subroutine slasdt (integer n, integer lvl, integer nd, integer, dimension( * ) inode, integer, dimension( * ) ndiml, integer, dimension( * ) ndimr, integer msub)¶
SLASDT creates a tree of subproblems for bidiagonal divide and conquer. Used by sbdsdc.
Purpose:
SLASDT creates a tree of subproblems for bidiagonal divide and
conquer.
Parameters
N is INTEGER
On entry, the number of diagonal elements of the
bidiagonal matrix.
LVL
LVL is INTEGER
On exit, the number of levels on the computation tree.
ND
ND is INTEGER
On exit, the number of nodes on the tree.
INODE
INODE is INTEGER array, dimension ( N )
On exit, centers of subproblems.
NDIML
NDIML is INTEGER array, dimension ( N )
On exit, row dimensions of left children.
NDIMR
NDIMR is INTEGER array, dimension ( N )
On exit, row dimensions of right children.
MSUB
MSUB is INTEGER
On entry, the maximum row dimension each subproblem at the
bottom of the tree can be of.
Author
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Contributors:
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
Tue Jan 14 2025 16:19:47 | Version 3.12.0 |