Marsyas
0.6.0-alpha
|
Multiply each observation with a different factor. More...
#include <ParallelMatrixWeight.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
Implementation of the MarSystem::clone() method. | |
void | myProcess (realvec &in, realvec &out) |
Implementation of the MarSystem::myProcess method. | |
ParallelMatrixWeight (std::string name) | |
ParallelMatrixWeight constructor. | |
ParallelMatrixWeight (const ParallelMatrixWeight &a) | |
ParallelMatrixWeight copy constructor. | |
~ParallelMatrixWeight () | |
ParallelMatrixWeight destructor. |
Multiply each observation with a different factor.
Controls:
Definition at line 34 of file ParallelMatrixWeight.h.
ParallelMatrixWeight | ( | std::string | name | ) |
ParallelMatrixWeight constructor.
Add any specific controls needed by this MarSystem.
Definition at line 27 of file ParallelMatrixWeight.cpp.
ParallelMatrixWeight | ( | const ParallelMatrixWeight & | a | ) |
ParallelMatrixWeight copy constructor.
All member MarControlPtr have to be explicitly reassigned in the copy constructor.
Definition at line 38 of file ParallelMatrixWeight.cpp.
~ParallelMatrixWeight | ( | ) |
ParallelMatrixWeight destructor.
Definition at line 48 of file ParallelMatrixWeight.cpp.
Implementation of the MarSystem::clone() method.
Implements MarSystem.
Definition at line 53 of file ParallelMatrixWeight.cpp.
Implementation of the MarSystem::myProcess method.
Implements MarSystem.
Definition at line 78 of file ParallelMatrixWeight.cpp.