Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dlasdt.f(3) [centos man page]

dlasdt.f(3)							      LAPACK							       dlasdt.f(3)

NAME
dlasdt.f - SYNOPSIS
Functions/Subroutines subroutine dlasdt (N, LVL, ND, INODE, NDIML, NDIMR, MSUB) DLASDT creates a tree of subproblems for bidiagonal divide and conquer. Used by sbdsdc. Function/Subroutine Documentation subroutine dlasdt (integerN, integerLVL, integerND, integer, dimension( * )INODE, integer, dimension( * )NDIML, integer, dimension( * )NDIMR, integerMSUB) 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. Date: September 2012 Contributors: Ming Gu and Huan Ren, Computer Science Division, University of California at Berkeley, USA Definition at line 106 of file dlasdt.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 dlasdt.f(3)

Check Out this Related Man Page

dlasdt.f(3)							      LAPACK							       dlasdt.f(3)

NAME
dlasdt.f - SYNOPSIS
Functions/Subroutines subroutine dlasdt (N, LVL, ND, INODE, NDIML, NDIMR, MSUB) DLASDT creates a tree of subproblems for bidiagonal divide and conquer. Used by sbdsdc. Function/Subroutine Documentation subroutine dlasdt (integerN, integerLVL, integerND, integer, dimension( * )INODE, integer, dimension( * )NDIML, integer, dimension( * )NDIMR, integerMSUB) 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. Date: September 2012 Contributors: Ming Gu and Huan Ren, Computer Science Division, University of California at Berkeley, USA Definition at line 106 of file dlasdt.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 dlasdt.f(3)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

divide field in two strings

Hi everybody: Anybody know how could I divide a field like this: 1234 like 12 34. thanks in advance. (2 Replies)
Discussion started by: tonet
2 Replies

2. Shell Programming and Scripting

How can I get only FileName associated with a INODE on Unix much faster?

How can I get only FileName associated with a INODE on Unix in seconds instead of minutes, as it is the case for me as shown below. # Say I have FileDescriptor: 43, INODE: 2590784, File: abc.rdb. I want to get only filename associated with inode:2590784 and FD:43. $> time find / -inum... (7 Replies)
Discussion started by: kchinnam
7 Replies

3. What is on Your Mind?

Puts a new dimension on divide by zero... ;o)

Enjoy... Watch What Happens If You Try To Divide By Zero On This Mechanical Calculator | IFLScience (0 Replies)
Discussion started by: wisecracker
0 Replies