GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
lasdt(3) LAPACK lasdt(3)

lasdt - lasdt: D&C step: tree


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.

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


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 Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Contributors:

Ming Gu and Huan Ren, Computer Science Division, University of California at Berkeley, USA

Definition at line 104 of file dlasdt.f.

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


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 Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Contributors:

Ming Gu and Huan Ren, Computer Science Division, University of California at Berkeley, USA

Definition at line 104 of file slasdt.f.

Generated automatically by Doxygen for LAPACK from the source code.

Sun Jan 12 2025 15:13:37 Version 3.12.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.