node34.html
来自「htmdoc for html coding」· HTML 代码 · 共 93 行
HTML
93 行
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2 Final//FR"><!-- Converted with LaTeX2HTML 95.1 (Fri Jan 20 1995) --><!-- by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds --><!-- Modified Simulog 03/97 --><HTML><HEAD><TITLE>4.12 MUA2PC</TITLE><LINK REL=STYLESHEET TYPE="text/css" HREF="./Modulef.css" TITLE="Modulef CSS"><meta name="description" value="4.12 MUA2PC"><meta name="keywords" value="Guide5"><meta name="resource-type" value="document"><meta name="distribution" value="global"></HEAD><BODY BGCOLOR="#FFFFFF"><P> <IMG SRC="../icons/smallmod.gif" WIDTH=211 HEIGHT=50 ALIGN=BOTTOM ALT="Modulef"><A NAME=tex2html703 HREF="node33.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/previous_motif.gif" ALT="previous"></A><A NAME=tex2html709 HREF="node22.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/up_motif.gif" ALT="up"></A><A NAME=tex2html711 HREF="node35.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/next_motif.gif" ALT="next"></A><A NAME=tex2html713 HREF="node2.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/contents_motif.gif" ALT="contents"></A><A HREF="../Guide5-18/node34.html"><IMG BORDER=0 SRC="../icons/zoom18.gif" ALIGN=BOTTOM ALT="[BIG]"></A><A HREF="../Guide5-14/node34.html"><IMG BORDER=0 SRC="../icons/zoom14.gif" ALIGN=BOTTOM ALT="[Normal]"></A><A HREF="../Guide5-10/node34.html"><IMG BORDER=0 SRC="../icons/zoom10.gif" ALIGN=BOTTOM ALT="[small]"></A><BR><B> Next: </B> <A NAME=tex2html712 HREF="node35.html">4.13 SDB2MC</A><B>Up: </B> <A NAME=tex2html710 HREF="node22.html">4 Utilities</A><B> Prev: </B> <A NAME=tex2html704 HREF="node33.html">4.11 MUABPC</A><B><A HREF="node2.html" >Contents</A></B><HR SIZE=3 WIDTH="75%"><H1><A NAME=SECTION044120000000000000000>4.12 MUA2PC</A></H1><P><DL COMPACT><DT>Aim:<DD> Linearly combine two symmetric matrices<A NAME=2095> </A><b>A1</b> and <b>A2</b> stored in data structures MUA1 and MUA2. The result is a MUA data structure, which contains the matrix <IMG BORDER=0 ALIGN=MIDDLE ALT="" SRC="img73.gif">.<P><DT>Utilization:<DD> <P><UL><LI> dimension array M (in the blank common),<LI> call INITI, <LI> create the input data structures MUA1 and MUA2.</UL><P>Call the module:<P><PRE> CALL MUA2PC(M,ALPHA1,NFMUA1,NIMUA1, + ALPHA2,NFMUA2,NIMUA2, + NFMUAS,NIMUAS)</PRE><P>where:<UL><LI> M: the super array,<LI> ALPHA1 (double precision): the multiplication coefficient of matrix <b>A1</b>,<LI> NFMUA1: the number of the support file of I.D.S. MUA: MUA1 (NFMUA1 <IMG BORDER=0 ALIGN=MIDDLE ALT="" SRC="img64.gif">),<LI> NIMUA1: its level number,<LI> ALPHA2 (double precision): the multiplication coefficient of matrix <b>A2</b>,<LI> NFMUA2: the number of the support file of I.D.S. AMUA: MUA2 (NFMUA2 <IMG BORDER=0 ALIGN=MIDDLE ALT="" SRC="img64.gif">),<LI> NIMUA2: its level number,<LI> NFMUAS: the number of the support file of O.D.S. MUA: MUAS (NFMUAS <IMG BORDER=0 ALIGN=MIDDLE ALT="" SRC="img64.gif">),<LI> NIMUAS: its level number.<DL COMPACT><DT>Note:<DD> if NIMUA1=NIMUAS (resp. if NIMUA2=NIMUAS) the skyline of <b>A2</b> must be contained inside the skyline of <b>A1</b> (resp. the skyline of <b>A1</b> must be contained inside that of <b>A2</b>).<P>In addition, if NIMUA1=NIMUA2, then NFMUA1 and NFMUA2 must be equal.<P> </DL></UL> </DL><P><HR SIZE=3 WIDTH="75%"><IMG SRC="../icons/smallmod.gif" WIDTH=211 HEIGHT=50 ALIGN=BOTTOM ALT="Modulef"><A NAME=tex2html703 HREF="node33.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/previous_motif.gif" ALT="previous"></A><A NAME=tex2html709 HREF="node22.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/up_motif.gif" ALT="up"></A><A NAME=tex2html711 HREF="node35.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/next_motif.gif" ALT="next"></A><A NAME=tex2html713 HREF="node2.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/contents_motif.gif" ALT="contents"></A><A HREF="../Guide5-18/node34.html"><IMG BORDER=0 SRC="../icons/zoom18.gif" ALIGN=BOTTOM ALT="[BIG]"></A><A HREF="../Guide5-14/node34.html"><IMG BORDER=0 SRC="../icons/zoom14.gif" ALIGN=BOTTOM ALT="[Normal]"></A><A HREF="../Guide5-10/node34.html"><IMG BORDER=0 SRC="../icons/zoom10.gif" ALIGN=BOTTOM ALT="[small]"></A><BR><B> Next: </B> <A NAME=tex2html712 HREF="node35.html">4.13 SDB2MC</A><B>Up: </B> <A NAME=tex2html710 HREF="node22.html">4 Utilities</A><B> Prev: </B> <A NAME=tex2html704 HREF="node33.html">4.11 MUABPC</A><B><A HREF="node2.html" >Contents</A></B><BR> <HR><P><ADDRESS></ADDRESS></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?