All Packages Class Hierarchy This Package Previous Next Index
Class rsf.solver.SepMask
java.lang.Object
|
+----sep.operator.SepSelfAdjointOperator
|
+----rsf.solver.SepMask
- public class SepMask
- extends SepSelfAdjointOperator
- implements Mask
This probably doesn't belong in rsf.solver,
but MissingDataEquations is the only
thing that currently uses it. Also, the name is probably not so good.
-
msk
-
-
SepMask(Rsf)
- Create a mask which zeroes the components which are zero in maskRsf.
-
SepMask(Rsf, boolean)
- If complement = false, this is the same as SepMask(Rsf maskRsf)
If complement = true, the mask zeroes those components which are
non-zero in maskRsf.
-
SepMask(SepMask)
-
-
copy()
-
-
equals(Object)
- Compares two Objects for equality.
-
toString()
- Returns a string representation of the object.
msk
protected Rsf msk
SepMask
public SepMask(Rsf maskRsf)
- Create a mask which zeroes the components which are zero in maskRsf.
- Parameters:
- maskRsf - may be subsequently changed without affecting "this".
SepMask
public SepMask(Rsf maskRsf,
boolean complement)
- If complement = false, this is the same as SepMask(Rsf maskRsf)
If complement = true, the mask zeroes those components which are
non-zero in maskRsf.
SepMask
protected SepMask(SepMask src)
equals
public boolean equals(Object obj2)
- Compares two Objects for equality.
- Overrides:
- equals in class SepSelfAdjointOperator
copy
public JamObject copy()
- Overrides:
- copy in class SepSelfAdjointOperator
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index