#include <jive/solver/MPRestrictor.h>
virtual jive::solver::MPRestrictor::~MPRestrictor |
( |
| ) |
|
|
protectedvirtual |
void jive::solver::MPRestrictor::update |
( |
| ) |
|
bool jive::solver::MPRestrictor::updated |
( |
| ) |
const |
virtual void jive::solver::MPRestrictor::resetEvents |
( |
| ) |
|
|
virtual |
virtual Shape jive::solver::MPRestrictor::shape |
( |
| ) |
const |
|
virtual |
Returns the shape of this matrix. If s
denotes the returned Shape
object, then s
[0] equals the number of rows and s
[1] equals the number of columns in this matrix.
- Returns
- The shape of this matrix.
Implements jive::solver::Restrictor.
virtual void jive::solver::MPRestrictor::matmul |
( |
const Vector & |
lhs, |
|
|
const Vector & |
rhs |
|
) |
| const |
|
virtual |
Multiplies the vector rhs with this matrix and stores the result in the vector lhs. The sizes of the two vectors must be compatible with the shape of this matrix.
- Parameters
-
lhs | - the result vector. |
rhs | - the vector to be multiplied by this matrix. |
- Precondition
lhs.size() == shape()[0] &&
rhs.size() == shape()[1]
Implements jive::solver::Restrictor.
virtual void jive::solver::MPRestrictor::transmul |
( |
const Vector & |
lhs, |
|
|
const Vector & |
rhs |
|
) |
| const |
|
virtual |
void jive::solver::MPRestrictor::multiTransmul |
( |
Matrix & |
lhsVecs, |
|
|
IdxVector & |
lhsTags, |
|
|
const Matrix & |
rhsVecs, |
|
|
const IdxVector & |
rhsTags |
|
) |
| const |
virtual void jive::solver::MPRestrictor::configure |
( |
const Properties & |
props | ) |
|
|
virtual |
virtual void jive::solver::MPRestrictor::getConfig |
( |
const Properties & |
props | ) |
const |
|
virtual |
virtual bool jive::solver::MPRestrictor::hasTrait |
( |
const String & |
trait | ) |
const |
|
virtual |
virtual void* jive::solver::MPRestrictor::getExtByID |
( |
ExtensionID |
extID | ) |
const |
|
virtual |
virtual VectorExchanger* jive::solver::MPRestrictor::getExchanger |
( |
| ) |
const |
|
virtual |
virtual int jive::solver::MPRestrictor::getExchangeMode |
( |
| ) |
const |
|
virtual |
Vector jive::solver::MPRestrictor::getWeights |
( |
| ) |
const |
Restrictor * jive::solver::MPRestrictor::getInner |
( |
| ) |
const |