1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>C Interface</TITLE>
<META NAME="description" CONTENT="C Interface">
<META NAME="keywords" CONTENT="slug">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="slug.css">
</HEAD>
<BODY LANG="EN" >
<A NAME="tex2html4355" HREF="node173.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html4353" HREF="node164.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html4347" HREF="node171.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html4357" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="http://www.netlib.org/utk/icons/contents_motif.gif"></A> <A NAME="tex2html4358" HREF="node190.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="http://www.netlib.org/utk/icons/index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html4356" HREF="node173.html">Code Fragment Calling C </A>
<B>Up:</B> <A NAME="tex2html4354" HREF="node164.html">Matrix Redistribution/Copy Routines</A>
<B> Previous:</B> <A NAME="tex2html4348" HREF="node171.html">Arguments</A>
<BR> <P>
<H2><A NAME="SECTION04854000000000000000">C Interface</A></H2>
<P>
<PRE>void Cp_gemr2d(int m, int n, TYPE *A, int IA, int JA, int *descA,
TYPE *B, int IB, int JB, int *descB, int gcontext);
void Cp_trmr2d(char *uplo, char *diag, int m, int n, TYPE *A, int IA,
int JA, int *descA, TYPE *B, int IB, int JB, int *descB,
int gcontext);</PRE>
where _ and TYPE are as defined below:<BR>
<P>
<BR><IMG WIDTH=310 HEIGHT=132 ALIGN=BOTTOM ALT="tabular6773" SRC="img748.gif"><BR><BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>
|