| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/scipy/linalg/ |
Upload File : |
cimport numpy as cnp
ctypedef fused lapack_t:
float
double
(float complex)
(double complex)
ctypedef fused lapack_cz_t:
(float complex)
(double complex)
ctypedef fused lapack_sd_t:
float
double
ctypedef fused np_numeric_t:
cnp.int8_t
cnp.int16_t
cnp.int32_t
cnp.int64_t
cnp.uint8_t
cnp.uint16_t
cnp.uint32_t
cnp.uint64_t
cnp.float32_t
cnp.float64_t
cnp.longdouble_t
cnp.complex64_t
cnp.complex128_t
ctypedef fused np_complex_numeric_t:
cnp.complex64_t
cnp.complex128_t
cdef void swap_c_and_f_layout(lapack_t *a, lapack_t *b, int r, int c, int n) nogil
cdef (int, int) band_check_internal_c(np_numeric_t[:, ::1]A) nogil
cdef bint is_sym_her_real_c_internal(np_numeric_t[:, ::1]A) nogil
cdef bint is_sym_her_complex_c_internal(np_complex_numeric_t[:, ::1]A) nogil