All Packages Class Hierarchy This Package Previous Next Index
Class conv.convi.Icai
java.lang.Object
|
+----sep.operator.SepLinearOperator
|
+----conv.convi.Icai
- public class Icai
- extends SepLinearOperator
y = F x and x = F' y where F is a internal convolution
-
dim
-
-
f
-
-
Icai(Icai)
-
-
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()
-
copy()
-
-
equals(Object)
- Compares two Objects for equality.
f
protected Rsf f
dim
protected int dim
Icai
protected Icai(Icai src)
equals
public boolean equals(Object obj2)
- Compares two Objects for equality.
- Overrides:
- equals in class Object
apply
protected void apply(boolean add,
Vector xx,
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
copy
public JamObject copy()
- Overrides:
- copy in class SepLinearOperator
All Packages Class Hierarchy This Package Previous Next Index