#include <Projection.h>
Definition at line 29 of file Projection.h.
◆ Projection()
Projection::Projection |
( |
| ) |
|
|
inline |
◆ domainVarHasProjection()
bool Projection::domainVarHasProjection |
( |
size_t |
var | ) |
const |
◆ getDomainVar()
size_t Projection::getDomainVar |
( |
size_t |
rangeVar | ) |
|
◆ getRangeVarCount()
size_t Projection::getRangeVarCount |
( |
| ) |
const |
◆ inverseProject()
void Projection::inverseProject |
( |
Term & |
to, |
|
|
const Exponent * |
from |
|
) |
| const |
◆ inverseProjectVar()
size_t Projection::inverseProjectVar |
( |
size_t |
rangeVar | ) |
const |
◆ print()
void Projection::print |
( |
FILE * |
file | ) |
const |
◆ project()
◆ reset() [1/2]
void Projection::reset |
( |
const Partition & |
partition, |
|
|
int |
set |
|
) |
| |
◆ reset() [2/2]
void Projection::reset |
( |
const vector< size_t > & |
inverseProjections | ) |
|
◆ setToIdentity()
void Projection::setToIdentity |
( |
size_t |
varCount | ) |
|
◆ swap()
◆ updateHasProjections()
void Projection::updateHasProjections |
( |
| ) |
|
|
private |
◆ _domainVarHasProjection
vector<int> Projection::_domainVarHasProjection |
|
mutableprivate |
◆ _offsets
vector<size_t> Projection::_offsets |
|
private |
The documentation for this class was generated from the following files: