Scroll to navigation

SLASDT(1) LAPACK auxiliary routine (version 3.2) SLASDT(1)

NAME

SLASDT - creates a tree of subproblems for bidiagonal divide and conquer

SYNOPSIS

N, LVL, ND, INODE, NDIML, NDIMR, MSUB )

INTEGER LVL, MSUB, N, ND INTEGER INODE( * ), NDIML( * ), NDIMR( * )

PURPOSE

SLASDT creates a tree of subproblems for bidiagonal divide and conquer.

ARGUMENTS

On entry, the number of diagonal elements of the bidiagonal matrix.
On exit, the number of levels on the computation tree.
On exit, the number of nodes on the tree.
On exit, centers of subproblems.
On exit, row dimensions of left children.
On exit, row dimensions of right children.
On entry, the maximum row dimension each subproblem at the bottom of the tree can be of.

FURTHER DETAILS

Based on contributions by
Ming Gu and Huan Ren, Computer Science Division, University of
California at Berkeley, USA

November 2008 LAPACK auxiliary routine (version 3.2)