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


Variable Index

 o dim
 o f

Constructor Index

 o Icai(Icai)

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 f
 protected Rsf f
 o dim
 protected int dim

Constructors

 o Icai
 protected Icai(Icai src)

Methods

 o equals
 public boolean equals(Object obj2)
Compares two Objects for equality.

Overrides:
equals in class Object
 o 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
 o copy
 public JamObject copy()
Overrides:
copy in class SepLinearOperator

All Packages  Class Hierarchy  This Package  Previous  Next  Index