ArrayOfNumeric
- class pyarts.arts.ArrayOfNumeric
A list of
Numeric
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.ArrayOfNumeric) -> None
Empty array
__init__(self: pyarts.arts.ArrayOfNumeric, size: int, cval: float) -> None
Sized same-value array
__init__(self: pyarts.arts.ArrayOfNumeric, arr: List[float]) -> None
Array from
list
Methods
__init__
(*args, **kwargs)Overloaded function.
append
(self, arg0)Appends a
Numeric
at the end of the arrayclear
(self)Empty the array of all values
copy
(self)Copy the array
extend
(self, arg0)Extend the array by another array
flatten
(self)As for
numpy.ndarray
index
(self, arg0)Returns the first index of a value
insert
(self, arg0, arg1)Insert a value into the array
pop
(self[, i])Pops a
Numeric
from the arrayreverse
(self)Reverse order of array
Attributes
As for
numpy.ndarray
As for
numpy.ndarray
As for
numpy.ndarray
As for
numpy.ndarray
Value of instance as
numpy.ndarray