
    Ng
                        d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm	Z	 dd	lm
Z
 dd
lmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlT ddlT ddlT ddlT ddl	T ddl
T ddlT ddlT ddlT ddlT ddlT ddlT ddlT ddlmZ ddlT ddlT ddlmZ g dZeej        z  Zeej        z  Zeej        z  Zee	j        z  Zee
j        z  Zeej        z  Zeej        z  Zeej        z  Zeej        z  Zeej        z  Zeej        z  Zeej        z  Zeej        z  Zeej        z  ZddlmZ  ee          Z[d ZdS )a  
**Note:** almost all functions in the ``numpy.lib`` namespace
are also present in the main ``numpy`` namespace.  Please use the
functions as ``np.<funcname>`` where possible.

``numpy.lib`` is mostly a space for implementing functions that don't
belong in core or in another NumPy submodule with a clear purpose
(e.g. ``random``, ``fft``, ``linalg``, ``ma``).

Most contains basic functions that are used by several submodules and are
useful to have in the main name-space.

   )mixins)scimath)
type_check)index_tricks)function_base)nanfunctions)
shape_base)stride_tricks)twodim_base)	ufunclike)
histograms)
polynomial)utils)arraysetops)npyio)arrayterator)arraypad)_version)*)Arrayterator    )tracemalloc_domain)emathr   r   )PytestTesterc                     dd l }dd l}| dk    r|                    dt          d           |S t	          d                    t          |                     )Nr   mathz`np.lib.math` is a deprecated alias for the standard library `math` module (Deprecated Numpy 1.25). Replace usages of `numpy.lib.math` with `math`   )
stacklevelz!module {!r} has no attribute {!r})r   warningswarnDeprecationWarningAttributeErrorformat__name__)attrr   r   s      N/var/www/html/ai-engine/env/lib/python3.11/site-packages/numpy/lib/__init__.py__getattr__r'   N   sr    KKKOOOv~~+,>1 	 	N 	N 	N  $$*F8T$:$:< < 	<    N)__doc__ r   r   r   r   r   r   r   r	   r
   r   r   r   r   r   r   r   r   r   r   r   numpy.core._multiarray_umathr   __all__numpy._pytesttesterr   r$   testr'    r(   r&   <module>r0      s+                                                                                                                                                                     & & & & & &         ; ; ; ; ; ;
9
9
9 :  <  =    :  =    ;  9  8  :  5=  ;  5=  <  :  , , , , , ,|H< < < < <r(   