Preload (cardiology): Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>SoccerNathan9
mNo edit summary
 
→‎Calculation: Preload is measured in pressure units (mm Hg).
Line 1: Line 1:
Greetings. The writer's  at home std testing title is Phebe and she feels comfy when people use the full title. California is exactly where I've usually been living and I love each working day residing right here. One of the things he enjoys most is ice skating but he is struggling to discover time for it. Hiring is my [http://publichealth.lacounty.gov/std/hotlines.htm occupation].<br><br>std home test Feel free to surf to my homepage :: at home [http://Ehealthforum.com/health/sore-throat-after-oral-sex-t138861.html std test] ([http://www.ottawavalleymarketing.com/wordpress/?p=18131 click the next web page])
"A '''block reflector''' is an orthogonal, symmetric [[matrix (mathematics)|matrix]] that reverses a subspace whose dimension may be greater than one."
* see abstract here http://locus.siam.org/SINUM/volume-25/art_0725014.html
 
It is built out of many [[elementary reflector]]s.
 
It is also referred to as a [[triangular factor]], and is a [[triangular matrix]] and they are used in the [[Householder transformation]].
 
A reflector <math> Q </math> belonging to <math>\mathcal M_n(\R) </math> can be written in the form :
<math> Q = I -auu^T  </math> where <math>I</math> is the [[identity matrix]] for <math>\mathcal M_n(\R) </math> , <math>a</math> is a [[Scalar (mathematics)|scalar]] and <math>u</math> belongs to <math>\mathcal \R^n </math> .
 
==LAPACK routines==
Here are some of the [[LAPACK]] routines that apply to block reflectors
* "*larft" forms the triangular vector T of a block reflector H=I-VTVH.
* "*larzb" applies a block reflector or its [[transpose]]/[[conjugate transpose]] as returned by "*tzrzf" to a general [[matrix (mathematics)|matrix]].
* "*larzt" forms the triangular vector T of a block reflector H=I-VTVH as returned by "*tzrzf".
* "*larfb" applies a block reflector or its [[transpose]]/[[conjugate transpose]] to a general rectangular matrix.
 
==See also==
* [[Reflection (mathematics)]]
* [[Householder transformation]]
* [[Unitary matrix]]
* [[Triangular matrix]]
 
[[Category:Matrices]]
 
 
{{Linear-algebra-stub}}
{{compu-prog-stub}}

Revision as of 23:51, 4 January 2014

"A block reflector is an orthogonal, symmetric matrix that reverses a subspace whose dimension may be greater than one."

It is built out of many elementary reflectors.

It is also referred to as a triangular factor, and is a triangular matrix and they are used in the Householder transformation.

A reflector belonging to can be written in the form : where is the identity matrix for , is a scalar and belongs to .

LAPACK routines

Here are some of the LAPACK routines that apply to block reflectors

  • "*larft" forms the triangular vector T of a block reflector H=I-VTVH.
  • "*larzb" applies a block reflector or its transpose/conjugate transpose as returned by "*tzrzf" to a general matrix.
  • "*larzt" forms the triangular vector T of a block reflector H=I-VTVH as returned by "*tzrzf".
  • "*larfb" applies a block reflector or its transpose/conjugate transpose to a general rectangular matrix.

See also


Template:Linear-algebra-stub Template:Compu-prog-stub