Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LinearOperators<T, UNIT>

Special methods for operators on elements of linear spaces. This is provided for interface consistency. It may not adhere to strict mathematical definitions.

Type parameters

  • T

  • UNIT

Hierarchy

Index

Methods

__add__

  • __add__(other: UNIT | T): T

__neg__

  • __neg__(): T

__pos__

  • __pos__(): T

__radd__

  • __radd__(other: UNIT | T): T

__rsub__

  • __rsub__(other: UNIT | T): T

__sub__

  • __sub__(other: UNIT | T): T

__tilde__

  • __tilde__(): T

isZero

  • isZero(): boolean

neg

  • neg(): T