MatMult Class Reference
[linear operators]

Matrix-vector multiplication. More...

List of all members.

Public Member Functions

def __init__
 Constructor.

Public Attributes

 inSpace

Static Public Attributes

string name = "matrixmult"


Detailed Description

Matrix-vector multiplication.

Note:
The adj flag gives the transpose for RSF
M = MatMult(vecSpace, matrix)

Matrix-vector multiplication. n1 of input must match n1 of matrix. In other words, n1 corresponds to row index and n2 corresponds to column index when RSF file is 2D. Paradoxiolly, A vector RSF file with values in the n1 direction is a column vector.

NOTE: The adj flag gives the transpose

Matrix is a file name of an rsf file of the matrix we wish to apply.

Designed to work with SLIMpy2

Written by Tim Lin July 2007

Definition at line 46 of file MatMult.py.


Member Function Documentation

def __init__ (   self,
  space,
  matrix,
  adj = False 
)

Constructor.

Parameters:
space domain of operator
matrix vector object to look at as a matrix

Definition at line 52 of file MatMult.py.


Member Data Documentation

string name = "matrixmult" [static]

Definition at line 48 of file MatMult.py.

Definition at line 61 of file MatMult.py.


The documentation for this class was generated from the following file:

Generated on Sun Aug 10 09:11:09 2008 for SLIMpy by  doxygen 1.5.6