Skip to content

cagpjax.operators.annotations

Annotations for operators.

ScaledOrthogonal

Bases: Annotation

Annotation for an operator whose columns are orthogonal (but not necessarily orthonormal).

Source code in src/cagpjax/operators/annotations.py
6
7
8
9
class ScaledOrthogonal(cola.annotations.Annotation):
    """Annotation for an operator whose columns are orthogonal (but not necessarily orthonormal)."""

    pass