All Packages Class Hierarchy This Package Previous Next Index
Class conv.convc.CutoffConvolution
java.lang.Object
|
+----sep.operator.SepBiLinearOperator
|
+----conv.convc.CutoffConvolution
- public class CutoffConvolution
- extends SepBiLinearOperator
Cutoff convolution (as a bilinear operator)
The map is A(i,f) |---> o
where:
- A = bilinear cutoff convolution operator
- i = input
- f = filter
- o = output
-
kFilter
-
-
kInput
-
-
kOutput
-
-
CutoffConvolution(CutoffConvolution)
- copy constructor
-
CutoffConvolution(int, RsfSpace, int, RsfSpace)
-
-
apply(boolean, Vector, Vector, Vector, int)
-
-
copy()
- The domain and range spaces are shallow copies
-
equals(Object)
- Compares two Objects for equality.
-
getCcaf(Rsf)
-
-
getCcai(Rsf)
-
-
getOp1(Vector)
-
-
getOp2(Vector)
-
-
getPartialAdjoint()
- WARNING: not yet implemented
-
toString()
- Returns a string representation of the object.
kInput
public static final int kInput
kFilter
public static final int kFilter
kOutput
public static final int kOutput
CutoffConvolution
public CutoffConvolution(int spc1,
RsfSpace space1,
int spc2,
RsfSpace space2)
CutoffConvolution
protected CutoffConvolution(CutoffConvolution src)
- copy constructor
copy
public JamObject copy()
- The domain and range spaces are shallow copies
- Overrides:
- copy in class SepBiLinearOperator
equals
public boolean equals(Object obj2)
- Compares two Objects for equality.
- Overrides:
- equals in class SepBiLinearOperator
getOp1
public Operator getOp1(Vector x1)
- Overrides:
- getOp1 in class SepBiLinearOperator
getOp2
public Operator getOp2(Vector x2)
- Overrides:
- getOp2 in class SepBiLinearOperator
getCcaf
public Ccaf getCcaf(Rsf input)
getCcai
public Ccai getCcai(Rsf filter)
getPartialAdjoint
public hasAdjoint getPartialAdjoint()
- WARNING: not yet implemented
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class SepBiLinearOperator
apply
protected void apply(boolean add,
Vector x,
Vector f,
Vector y,
int result)
- Overrides:
- apply in class SepBiLinearOperator
All Packages Class Hierarchy This Package Previous Next Index