Glossary

array-like

An object that can be interpreted as an array, including numpy.ndarray and (nested) sequences. Any object accepted by numpy.array() is array-like.