| ||||||||||||
| ||||||||||||
| Description | ||||||||||||
MatrixAn ITL Matrix is a linear operator to transform one vector space to another. If A is the object whose type conforming to the Matrix concept, and x, y and z are objects whose types modelling the Vector concept. The operation y = A*x and z = y + A*x should be provided by functions:TransposableMatrixThis is a Matrix for which the transpose can be also applied.DimensionThe following two functions return the number of rows(dimension of resulting vector space) and the number of columns(dimension of input vector space). Those two functions are not used in any of iterative solvers. However, it may help to define interface to the basic linear algebra package.GCRMatrixGCRMatrix is a Matrix with two extra requirements:This concept is used for the internal matrix in the Generalized Conjugate Residual algorithm. GMRESMatrixThis is a GCRMatrix with two extra requirements:Invariants
|
| Models
|
|
Notes
|
| See also
|
| |

Copyright ©
1998,1999 University of Notre Dame. All Rights Reserved.