amplify.BinaryIntPolyArray

class BinaryIntPolyArray
__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: amplify.BinaryIntPolyArray, arg0: amplify.BinaryIntPolyArray) -> None

  2. __init__(self: amplify.BinaryIntPolyArray, shape: tuple) -> None

  3. __init__(self: amplify.BinaryIntPolyArray, object: Iterable) -> None

  4. __init__(self: amplify.BinaryIntPolyArray, *args) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

copy(self)

decode(*args, **kwargs)

Overloaded function.

diagonal(self[, offset, axis1, axis2])

fill(*args, **kwargs)

Overloaded function.

flatten(self)

numpy(self)

ravel(self)

reshape(*args, **kwargs)

Overloaded function.

roll(*args, **kwargs)

Overloaded function.

sum(*args, **kwargs)

Overloaded function.

tolist(self)

transpose(*args, **kwargs)

Overloaded function.

view(self)

Attributes

T

data

isview

itemsize

ndim

shape

size

strides

copy(self: amplify.BinaryIntPolyArray) amplify.BinaryIntPolyArray
decode(*args, **kwargs)

Overloaded function.

  1. decode(self: amplify.BinaryIntPolyArray, solution: Dict[int, int], default: int = 1) -> numpy.ndarray[numpy.int32]

  2. decode(self: amplify.BinaryIntPolyArray, solution: Dict[int, int], default: None) -> amplify.BinaryIntPolyArray

  3. decode(self: amplify.BinaryIntPolyArray, solution: List[int], default: int = 1) -> numpy.ndarray[numpy.int32]

diagonal(self: amplify.BinaryIntPolyArray, offset: int = 0, axis1: int = 0, axis2: int = 1) amplify.BinaryIntPolyArray
fill(*args, **kwargs)

Overloaded function.

  1. fill(self: amplify.BinaryIntPolyArray, value: amplify.BinaryIntPoly) -> None

  2. fill(self: amplify.BinaryIntPolyArray, value: int) -> None

  3. fill(self: amplify.BinaryIntPolyArray, value: float) -> None

flatten(self: amplify.BinaryIntPolyArray) amplify.BinaryIntPolyArray
numpy(self: amplify.BinaryIntPolyArray) numpy.ndarray[numpy.int32]
ravel(self: amplify.BinaryIntPolyArray) amplify.BinaryIntPolyArray
reshape(*args, **kwargs)

Overloaded function.

  1. reshape(self: amplify.BinaryIntPolyArray, shape: List[int]) -> amplify.BinaryIntPolyArray

  2. reshape(self: amplify.BinaryIntPolyArray, *args) -> amplify.BinaryIntPolyArray

roll(*args, **kwargs)

Overloaded function.

  1. roll(self: amplify.BinaryIntPolyArray, shift: int) -> amplify.BinaryIntPolyArray

  2. roll(self: amplify.BinaryIntPolyArray, shift: int, axis: int) -> amplify.BinaryIntPolyArray

sum(*args, **kwargs)

Overloaded function.

  1. sum(self: amplify.BinaryIntPolyArray) -> object

  2. sum(self: amplify.BinaryIntPolyArray, axis: int) -> object

  3. sum(self: amplify.BinaryIntPolyArray, axis: tuple) -> object

tolist(self: amplify.BinaryIntPolyArray) list
transpose(*args, **kwargs)

Overloaded function.

  1. transpose(self: amplify.BinaryIntPolyArray) -> amplify.BinaryIntPolyArrayView1

  2. transpose(self: amplify.BinaryIntPolyArray, axes: tuple) -> amplify.BinaryIntPolyArrayView1

  3. transpose(self: amplify.BinaryIntPolyArray, *args) -> amplify.BinaryIntPolyArrayView1

view(self: amplify.BinaryIntPolyArray) amplify.BinaryIntPolyArrayView1