Home | Trees | Indices | Help |
|
---|
|
|
|||
BilinearForm IP bilinear form types |
|||
OrthoType IP orthogonalization types |
|||
RefineType IP orthogonalization refinement types |
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|
Multiplies a vector with the matrix associated to the bilinear form. Parameters
NotesIf the bilinear form has no associated matrix this function copies the vector. |
Creates the IP object. Parameters
|
|
Gets the bilinear form to be used for inner products. Returns
|
Gets the prefix used for searching for all IP options in the database. Returns
|
Gets the orthogonalization settings from the IP object. Returns
|
Computes the inner product of two vectors. Parameters
Returns
NotesThis function will usually compute the standard dot product, (x,y)=y^H x. However this behaviour may be different if changed via setBilinearForm(). This allows use of other inner products such as the indefinite product y^T x for complex symmetric problems or the B-inner product for positive definite B, (x,y)_B=y^H Bx. |
Computes the norm of a vector as the square root of the inner product (x,x) as defined by innerProduct(). Parameters
Returns
NotesThis function will usually compute the 2-norm of a vector, ||x||_2. But this behaviour may be different if using a non-standard inner product changed via setBilinearForm(). For example, if using the B-inner product for positive definite B`, ``(x,y)_B=y^H Bx, then the computed norm is ||x||_B = sqrt( x^H Bx ). |
Orthogonalize a vector with respect to a set of vectors. Parameters
Returns
NotesThis function applies an orthogonal projector to project vector v onto the orthogonal complement of the span of the columns of VS. On exit, v0 = [V v]*H, where v0 is the original vector v. This routine does not normalize the resulting vector. |
Sets the bilinear form to be used for inner products. Parameters
|
Sets IP options from the options database. NotesTo see all options, run your program with the -help option.
|
Sets the prefix used for searching for all IP options in the database. Parameters
NotesA hyphen (-) must NOT be given at the beginning of the prefix name. The first character of all runtime options is AUTOMATICALLY the hyphen.
|
Specifies the type of orthogonalization technique to be used (classical or modified Gram-Schmidt with or without refinement). Parameters
NotesThe default settings work well for most problems. The parameter When using several processors, IP.OrthoType.MGS is likely to result in bad scalability. |
Prints the IP data structure. Parameters
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 31 16:20:39 2009 | http://epydoc.sourceforge.net |