Typing

Typing#

PyTree

Represent a PEP 604 union type

Matrix

alias of Array

Bool

alias of Array

Int

alias of Array

Float

alias of Array

Vector

alias of Array

BoolLike

alias of bool | Array | ndarray | bool | number | int | float | complex

FloatLike

alias of float | Array | ndarray | bool | number | bool | int | complex

IntLike

alias of int | Array | ndarray | bool | number | bool | float | complex

ArrayLike

alias of Array | ndarray | bool | number | bool | int | float | complex | tuple

VectorLike

alias of Array | ndarray | bool | number | bool | int | float | complex | tuple

MatrixLike

alias of Array | ndarray | bool | number | bool | int | float | complex | tuple