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
HPL_pdupdateTT(3) HPL Library Functions HPL_pdupdateTT(3)

HPL_pdupdateTT - Broadcast a panel and update the trailing submatrix.

#include "hpl.h"

void HPL_pdupdateTT( HPL_T_panel * PBCST, int * IFLAG, HPL_T_panel * PANEL, const int NN );

HPL_pdupdateTT broadcast - forward the panel PBCST and simultaneously applies the row interchanges and updates part of the trailing (using the panel PANEL) submatrix.

PBCST (local input/output) HPL_T_panel *
On entry, PBCST points to the data structure containing the panel (to be broadcast) information.
IFLAG (local output) int *
On exit, IFLAG indicates whether or not the broadcast has been completed when PBCST is not NULL on entry. In that case, IFLAG is left unchanged.
PANEL (local input/output) HPL_T_panel *
On entry, PANEL points to the data structure containing the panel (to be updated) information.
NN (local input) const int
On entry, NN specifies the local number of columns of the trailing submatrix to be updated starting at the current position. NN must be at least zero.

HPL_pdgesv (3), HPL_pdgesv0 (3), HPL_pdgesvK1 (3), HPL_pdgesvK2 (3), HPL_pdlaswp00T (3), HPL_pdlaswp01T (3).
December 2, 2018 HPL 2.3

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.