File: node52.html

package info (click to toggle)
scalapack-doc 1.5-11
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 10,336 kB
  • ctags: 4,931
  • sloc: makefile: 47; sh: 18
file content (62 lines) | stat: -rw-r--r-- 3,950 bytes parent folder | download | duplicates (4)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!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>Orthogonal Factorizations and Linear Least Squares Problems</TITLE>
<META NAME="description" CONTENT="Orthogonal Factorizations and Linear Least Squares Problems">
<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="tex2html2806" HREF="node53.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html2804" HREF="node50.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html2798" HREF="node51.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html2808" 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="tex2html2809" 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="tex2html2807" HREF="node53.html">QR Factorization</A>
<B>Up:</B> <A NAME="tex2html2805" HREF="node50.html">Computational Routines</A>
<B> Previous:</B> <A NAME="tex2html2799" HREF="node51.html">Linear Equations</A>
<BR> <P>
<H2><A NAME="SECTION04332000000000000000">Orthogonal Factorizations and Linear Least Squares Problems</A></H2>
<P>
<A NAME="subseccomporthog">&#160;</A>
<P>
ScaLAPACK provides a number of routines for factorizing a general
rectangular <I>m</I>-by-<I>n</I> matrix <I>A</I>,
as the product of an <B>orthogonal</B> matrix (<B>unitary</B> if complex)
and a <B>triangular</B> (or possibly trapezoidal) matrix.
<A NAME="1483">&#160;</A>
<P>
A real matrix <I>Q</I> is <B>orthogonal</B> if <IMG WIDTH=69 HEIGHT=31 ALIGN=MIDDLE ALT="tex2html_wrap_inline13210" SRC="img112.gif"><A NAME="1486">&#160;</A>;
a complex matrix <I>Q</I> is <B>unitary</B> if <IMG WIDTH=71 HEIGHT=31 ALIGN=MIDDLE ALT="tex2html_wrap_inline13214" SRC="img113.gif"><A NAME="1489">&#160;</A>.
Orthogonal or unitary matrices<A NAME="1490">&#160;</A><A NAME="1491">&#160;</A> have the important property that they leave the 
two-norm of a vector invariant:
<BR><IMG WIDTH=425 HEIGHT=18 ALIGN=BOTTOM ALT="displaymath13200" SRC="img114.gif"><BR> 
As a result, they help to maintain numerical stability because they do not
<A NAME="1493">&#160;</A>
amplify rounding errors.
<P>
Orthogonal factorizations<A NAME="1494">&#160;</A><A NAME="1495">&#160;</A><A NAME="1496">&#160;</A> are used in
the solution of linear least squares problems<A NAME="1497">&#160;</A>. 
They may also be used to perform preliminary 
steps in the solution of eigenvalue or
singular value problems.
<P>
Table&nbsp;<A HREF="node57.html#tabcompof">3.7</A> lists all routines provided by ScaLAPACK to
perform orthogonal factorizations and the generation or pre- or
post-multiplication of the matrix <I>Q</I> for each matrix type and storage
scheme.
<P>
<BR> <HR>
<UL><A NAME="CHILD_LINKS">&#160;</A>
<LI> <A NAME="tex2html2810" HREF="node53.html#SECTION04332100000000000000"><I>QR</I> Factorization</A>
<LI> <A NAME="tex2html2811" HREF="node54.html#SECTION04332200000000000000"><I>LQ</I> Factorization</A>
<LI> <A NAME="tex2html2812" HREF="node55.html#SECTION04332300000000000000"><I>QR</I> Factorization with Column Pivoting</A>
<LI> <A NAME="tex2html2813" HREF="node56.html#SECTION04332400000000000000">Complete Orthogonal Factorization</A>
<LI> <A NAME="tex2html2814" HREF="node57.html#SECTION04332500000000000000">Other Factorizations</A>
</UL>
<BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>