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.


Variable Index

 o msk

Constructor Index

 o SepMask(Rsf)
Create a mask which zeroes the components which are zero in maskRsf.
 o 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.
 o SepMask(SepMask)

Method Index

 o copy()
 o equals(Object)
Compares two Objects for equality.
 o toString()
Returns a string representation of the object.

Variables

 o msk
 protected Rsf msk

Constructors

 o 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".
 o 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.

 o SepMask
 protected SepMask(SepMask src)

Methods

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

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