#include <Jones.h>
Public Member Functions | |
| JonesScal () | |
| Construct. | |
| virtual | ~JonesScal () |
| Dtor. | |
| virtual JonesType | type () const |
| Return type id. | |
| virtual Int | typesize () const |
| virtual void | invert () |
| In-place invert. | |
| virtual void | setMatByOk () |
| Set matrix elements according to ok flag (so we don't have to check ok flags atomically in apply). | |
| virtual void | operator*= (const Jones &other) |
| In-place multipication with another Jones. | |
| virtual void | applyRight (VisVector &v) const |
| Apply rightward to a VisVector. | |
| virtual void | applyRight (VisVector &v, Bool &vflag) const |
| virtual void | applyLeft (VisVector &v) const |
| Apply leftward (transposed) to a VisVector. | |
| virtual void | applyLeft (VisVector &v, Bool &vflag) const |
| virtual void | applyFlag (Bool &vflag) const |
| Set flags according to solution flags. | |
| virtual void | flagRight (VisVector &v) const |
| virtual void | flagLeft (VisVector &v) const |
Protected Member Functions | |
| JonesScal (const JonesScal &mat) | |
| Copy ctor protected. | |
Private Member Functions | |
| virtual void | zero () |
| Zero the Jones matrix. | |
Friends | |
| class | MuellerScal |
| Give access to Mueller formation methods. | |
Definition at line 249 of file Jones.h.
| casa::JonesScal::JonesScal | ( | ) |
Construct.
| virtual casa::JonesScal::~JonesScal | ( | ) | [inline, virtual] |
| casa::JonesScal::JonesScal | ( | const JonesScal & | mat | ) | [protected] |
Copy ctor protected.
| virtual void casa::JonesScal::applyFlag | ( | Bool & | vflag | ) | const [virtual] |
Set flags according to solution flags.
Reimplemented from casa::JonesDiag.
| virtual void casa::JonesScal::applyLeft | ( | VisVector & | v, | |
| Bool & | vflag | |||
| ) | const [virtual] |
Reimplemented from casa::JonesDiag.
| virtual void casa::JonesScal::applyLeft | ( | VisVector & | v | ) | const [virtual] |
Apply leftward (transposed) to a VisVector.
Reimplemented from casa::JonesDiag.
| virtual void casa::JonesScal::applyRight | ( | VisVector & | v, | |
| Bool & | vflag | |||
| ) | const [virtual] |
Reimplemented from casa::JonesDiag.
| virtual void casa::JonesScal::applyRight | ( | VisVector & | v | ) | const [virtual] |
Apply rightward to a VisVector.
Reimplemented from casa::JonesDiag.
| virtual void casa::JonesScal::flagLeft | ( | VisVector & | v | ) | const [inline, virtual] |
Reimplemented from casa::JonesDiag.
| virtual void casa::JonesScal::flagRight | ( | VisVector & | v | ) | const [virtual] |
Reimplemented from casa::JonesDiag.
| virtual void casa::JonesScal::invert | ( | ) | [virtual] |
In-place invert.
Reimplemented from casa::JonesDiag.
| virtual void casa::JonesScal::operator*= | ( | const Jones & | other | ) | [virtual] |
In-place multipication with another Jones.
Reimplemented from casa::JonesDiag.
| virtual void casa::JonesScal::setMatByOk | ( | ) | [virtual] |
Set matrix elements according to ok flag (so we don't have to check ok flags atomically in apply).
Reimplemented from casa::JonesDiag.
| virtual JonesType casa::JonesScal::type | ( | ) | const [inline, virtual] |
Return type id.
Reimplemented from casa::JonesDiag.
Definition at line 260 of file Jones.h.
References casa::Jones::Scalar.
| virtual Int casa::JonesScal::typesize | ( | ) | const [inline, virtual] |
Reimplemented from casa::JonesDiag.
| virtual void casa::JonesScal::zero | ( | ) | [private, virtual] |
Zero the Jones matrix.
Reimplemented from casa::JonesDiag.
friend class MuellerScal [friend] |
Give access to Mueller formation methods.
Reimplemented from casa::Jones.
1.6.1