suppy.projections#
This module implements a framework for general projection methods.
Base class for all projections#
|
Abstract base class for projections used in feasibility algorithms. |
BasicProjections#
|
BoxProjection class for projecting points onto a box defined by lower and upper bounds. |
|
WeightedBoxProjection applies a weighted projection on a box defined by lower and upper bounds. |
|
A class used to represent a projection onto a ball. |
|
A class used to represent a projection onto a halfspace. |
|
A class used to represent a projection onto a band. |
|
Class for max dose-volume histogram projections. |
|
Underlying base class for basic projections#
|
BasicProjection is an abstract base class that extends the Projection class. |
Projection methods#
Methods to project onto the intersection of a constraint set.
Public projection methods#
|
Class to represent a sequential projection. |
|
Class to represent a simultaneous projection. |
|
Class to represent a string averaged projection. |
|
Class to represent a block iterative projection. |
Underlying base class for projection methods#
|
A class used to represent methods for projecting a point onto multiple sets. |