All Packages Class Hierarchy This Package Previous Next Index
Class conv.convi.InternalConvolution
java.lang.Object
|
+----sep.operator.SepBiLinearOperator
|
+----conv.convi.InternalConvolution
- public class InternalConvolution
- extends SepBiLinearOperator
Internal convolution (as a bilinear operator)
The map is A(i,f) |---> o
where:
- A = bilinear internal convolution operator
- i = input
- f = filter
- o = output
-
kFilter
-
-
kInput
-
-
kOutput
-
-
InternalConvolution(int, RsfSpace, int, RsfSpace)
-
-
InternalConvolution(InternalConvolution)
- copy constructor
-
apply(boolean, Vector, Vector, Vector, int)
-
-
copy()
- The domain and range spaces are shallow copies
-
equals(Object)
- Compares two Objects for equality.
-
getIcaf(Rsf)
-
-
getIcai(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
InternalConvolution
public InternalConvolution(int spc1,
RsfSpace space1,
int spc2,
RsfSpace space2)
InternalConvolution
protected InternalConvolution(InternalConvolution 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
getIcaf
public Icaf getIcaf(Rsf input)
getIcai
public Icai getIcai(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