Array creation routines ======================= .. currentmodule:: numpy This is the list of nodes available within VisuAlea in the **numpy.creation** package. The reference documentation is generated from numpy files, see also `API reference` on `Numpy `_ Ones and zeros -------------- .. autosummary:: :toctree: generated/ empty empty_like eye identity ones ones_like zeros zeros_like From existing data ------------------ .. autosummary:: :toctree: generated/ array fromfunction loadtxt load .. todo:: asarray, asanyarray, ascontiguousarray, asmatrix, copy, frombuffer, fromfile, fromiter, fromstring Numerical ranges ---------------- .. autosummary:: :toctree: generated/ arange linspace logspace meshgrid .. todo:: mgrid, ogrid Building matrices ----------------- .. autosummary:: :toctree: generated/ diag diagflat tri tril triu vander The Matrix class ---------------- .. autosummary:: :toctree: generated/ .. todo:: mat, bmat