debian man page for slasdt

Query: slasdt

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

slasdt.f(3)							      LAPACK							       slasdt.f(3)

NAME
slasdt.f -
SYNOPSIS
Functions/Subroutines subroutine slasdt (N, LVL, ND, INODE, NDIML, NDIMR, MSUB) SLASDT Function/Subroutine Documentation subroutine slasdt (integerN, integerLVL, integerND, integer, dimension( * )INODE, integer, dimension( * )NDIML, integer, dimension( * )NDIMR, integerMSUB) SLASDT 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. Date: November 2011 Contributors: Ming Gu and Huan Ren, Computer Science Division, University of California at Berkeley, USA Definition at line 106 of file slasdt.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.1 Sun May 26 2013 slasdt.f(3)
Related Man Pages
slasdt(3) - debian
slasdt.f(3) - debian
dlasd0(3) - centos
slasd0(3) - centos
slasdt(3) - centos
Similar Topics in the Unix Linux Community
How can I get only FileName associated with a INODE on Unix much faster?