All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class conv.convi.Icaf

java.lang.Object
   |
   +----sep.operator.SepLinearOperator
           |
           +----conv.convi.Icaf

public class Icaf
extends SepLinearOperator



Variable Index

 o dim
 o x

Constructor Index

 o Icaf(Icaf)

Method Index

 o apply(boolean, Vector, Vector)
Apply the operator:

Depending on if the operator is the forward or adjoint:
forward: out = A(in)
adjoint: in = A(out)

CONTRAST THIS INTERFACE WITH THAT OF SepSelfAdjointOperator.apply()
 o copy()
 o equals(Object)
Compares two Objects for equality.

Variables

 o x
 protected Rsf x
 o dim
 protected int dim

Constructors

 o Icaf
 protected Icaf(Icaf src)

Methods

 o apply
 protected void apply(boolean add,
                      Vector ff,
                      Vector yy)
Apply the operator:

Depending on if the operator is the forward or adjoint:
forward: out = A(in)
adjoint: in = A(out)

CONTRAST THIS INTERFACE WITH THAT OF SepSelfAdjointOperator.apply()

Overrides:
apply in class SepLinearOperator
 o equals
 public boolean equals(Object obj2)
Compares two Objects for equality.

Overrides:
equals in class Object
 o copy
 public JamObject copy()
Overrides:
copy in class SepLinearOperator

All Packages  Class Hierarchy  This Package  Previous  Next  Index