Created
June 30, 2020 10:36
-
-
Save roukmoute/b7d5021826042ff537e7090a61ec5df7 to your computer and use it in GitHub Desktop.
Avatarify installation problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Clonage dans 'v4l2loopback'... | |
--- Installing v4l2loopback (sudo privelege required) | |
Building v4l2-loopback driver... | |
make -C /lib/modules/`uname -r`/build M=/home/roukmoute/workspace/avatarify/v4l2loopback modules | |
make[1] : on entre dans le répertoire « /usr/lib/modules/5.4.44-1-MANJARO/build » | |
CC [M] /home/roukmoute/workspace/avatarify/v4l2loopback/v4l2loopback.o | |
Building modules, stage 2. | |
MODPOST 1 modules | |
CC [M] /home/roukmoute/workspace/avatarify/v4l2loopback/v4l2loopback.mod.o | |
LD [M] /home/roukmoute/workspace/avatarify/v4l2loopback/v4l2loopback.ko | |
make[1] : on quitte le répertoire « /usr/lib/modules/5.4.44-1-MANJARO/build » | |
make -C /lib/modules/`uname -r`/build M=/home/roukmoute/workspace/avatarify/v4l2loopback modules_install | |
make[1] : on entre dans le répertoire « /usr/lib/modules/5.4.44-1-MANJARO/build » | |
INSTALL /home/roukmoute/workspace/avatarify/v4l2loopback/v4l2loopback.ko | |
At main.c:160: | |
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69 | |
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76 | |
sign-file: certs/signing_key.pem: No such file or directory | |
DEPMOD 5.4.44-1-MANJARO | |
make[1] : on quitte le répertoire « /usr/lib/modules/5.4.44-1-MANJARO/build » | |
SUCCESS (if you got 'SSL errors' above, you can safely ignore them) | |
scripts/install.sh: ligne 20: /usr/etc/profile.d/conda.sh: Aucun fichier ou dossier de ce type | |
Collecting package metadata (current_repodata.json): ...working... done | |
Solving environment: ...working... done | |
## Package Plan ## | |
environment location: /home/roukmoute/.conda/envs/avatarify | |
added / updated specs: | |
- python=3.7 | |
The following NEW packages will be INSTALLED: | |
_libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main | |
ca-certificates pkgs/main/linux-64::ca-certificates-2020.6.24-0 | |
certifi pkgs/main/linux-64::certifi-2020.6.20-py37_0 | |
ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.33.1-h53a641e_7 | |
libedit pkgs/main/linux-64::libedit-3.1.20191231-h7b6447c_0 | |
libffi pkgs/main/linux-64::libffi-3.3-he6710b0_1 | |
libgcc-ng pkgs/main/linux-64::libgcc-ng-9.1.0-hdf63c60_0 | |
libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-9.1.0-hdf63c60_0 | |
ncurses pkgs/main/linux-64::ncurses-6.2-he6710b0_1 | |
openssl pkgs/main/linux-64::openssl-1.1.1g-h7b6447c_0 | |
pip pkgs/main/linux-64::pip-20.1.1-py37_1 | |
python pkgs/main/linux-64::python-3.7.7-hcff3b4d_5 | |
readline pkgs/main/linux-64::readline-8.0-h7b6447c_0 | |
setuptools pkgs/main/linux-64::setuptools-47.3.1-py37_0 | |
sqlite pkgs/main/linux-64::sqlite-3.32.3-h62c20be_0 | |
tk pkgs/main/linux-64::tk-8.6.10-hbc83047_0 | |
wheel pkgs/main/linux-64::wheel-0.34.2-py37_0 | |
xz pkgs/main/linux-64::xz-5.2.5-h7b6447c_0 | |
zlib pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3 | |
Preparing transaction: ...working... done | |
Verifying transaction: ...working... done | |
Executing transaction: ...working... done | |
# | |
# To activate this environment, use | |
# | |
# $ conda activate avatarify | |
# | |
# To deactivate an active environment, use | |
# | |
# $ conda deactivate | |
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. | |
To initialize your shell, run | |
$ conda init <SHELL_NAME> | |
Currently supported shells are: | |
- bash | |
- fish | |
- tcsh | |
- xonsh | |
- zsh | |
- powershell | |
See 'conda init --help' for more information and options. | |
IMPORTANT: You may need to close and restart your shell after running 'conda init'. | |
NoBaseEnvironmentError: This conda installation has no default base environment. Use | |
'conda create' to create new environments and 'conda activate' to | |
activate environments. | |
NoBaseEnvironmentError: This conda installation has no default base environment. Use | |
'conda create' to create new environments and 'conda activate' to | |
activate environments. | |
Clonage dans 'fomm'... | |
Defaulting to user installation because normal site-packages is not writeable | |
Requirement already satisfied: cloudpickle==0.5.3 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 2)) (0.5.3) | |
Requirement already satisfied: cycler==0.10.0 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 3)) (0.10.0) | |
Requirement already satisfied: dask==0.18.2 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 4)) (0.18.2) | |
Requirement already satisfied: decorator==4.3.0 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 5)) (4.3.0) | |
Requirement already satisfied: imageio==2.3.0 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (2.3.0) | |
Requirement already satisfied: kiwisolver==1.0.1 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (1.0.1) | |
Requirement already satisfied: matplotlib==2.2.2 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.2.2) | |
Requirement already satisfied: networkx==2.1 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (2.1) | |
Collecting numpy==1.15.0 | |
Using cached numpy-1.15.0.zip (4.5 MB) | |
Requirement already satisfied: pandas==0.23.4 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (0.23.4) | |
Requirement already satisfied: Pillow==6.2.2 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (6.2.2) | |
Requirement already satisfied: pycparser==2.18 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (2.18) | |
Requirement already satisfied: pygit==0.1 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (0.1) | |
Requirement already satisfied: pyparsing==2.2.0 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (2.2.0) | |
Requirement already satisfied: python-dateutil==2.7.3 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (2.7.3) | |
Requirement already satisfied: pytz==2018.5 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (2018.5) | |
Requirement already satisfied: PyWavelets==0.5.2 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (0.5.2) | |
Requirement already satisfied: PyYAML==5.1 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (5.1) | |
Collecting scikit-image==0.14.0 | |
Using cached scikit-image-0.14.0.tar.gz (27.0 MB) | |
Collecting scikit-learn==0.19.2 | |
Using cached scikit-learn-0.19.2.tar.gz (9.7 MB) | |
Collecting scipy==1.1.0 | |
Using cached scipy-1.1.0.tar.gz (15.6 MB) | |
Requirement already satisfied: six==1.11.0 in /home/roukmoute/.local/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (1.11.0) | |
Collecting toolz==0.9.0 | |
Using cached toolz-0.9.0.tar.gz (45 kB) | |
Collecting tqdm==4.24.0 | |
Using cached tqdm-4.24.0-py2.py3-none-any.whl (43 kB) | |
Requirement already satisfied: requests==2.23 in /usr/lib/python3.8/site-packages (from -r requirements.txt (line 28)) (2.23.0) | |
Collecting face-alignment==1.0.0 | |
Using cached face_alignment-1.0.0-py2.py3-none-any.whl (22 kB) | |
Collecting pyfakewebcam==0.1.0 | |
Using cached pyfakewebcam-0.1.0.tar.gz (12 kB) | |
Collecting msgpack-numpy==0.4.5 | |
Using cached msgpack_numpy-0.4.5-py2.py3-none-any.whl (6.1 kB) | |
Collecting pyzmq==19.0.0 | |
Using cached pyzmq-19.0.0-cp38-cp38-manylinux1_x86_64.whl (1.1 MB) | |
Requirement already satisfied: setuptools in /usr/lib/python3.8/site-packages (from kiwisolver==1.0.1->-r requirements.txt (line 7)) (47.1.1) | |
Requirement already satisfied: chardet>=3.0.2 in /usr/lib/python3.8/site-packages (from requests==2.23->-r requirements.txt (line 28)) (3.0.4) | |
Requirement already satisfied: idna>=2.5 in /usr/lib/python3.8/site-packages (from requests==2.23->-r requirements.txt (line 28)) (2.9) | |
Requirement already satisfied: urllib3>=1.21.1 in /usr/lib/python3.8/site-packages (from requests==2.23->-r requirements.txt (line 28)) (1.25.9) | |
Collecting opencv-python | |
Using cached opencv_python-4.2.0.34-cp38-cp38-manylinux1_x86_64.whl (28.2 MB) | |
Collecting torch | |
Using cached torch-1.5.1-cp38-cp38-manylinux1_x86_64.whl (753.2 MB) | |
Requirement already satisfied: msgpack>=0.5.2 in /usr/lib/python3.8/site-packages (from msgpack-numpy==0.4.5->-r requirements.txt (line 31)) (1.0.0) | |
Collecting future | |
Using cached future-0.18.2.tar.gz (829 kB) | |
ERROR: opencv-python 4.2.0.34 has requirement numpy>=1.17.3, but you'll have numpy 1.15.0 which is incompatible. | |
Installing collected packages: numpy, scipy, scikit-image, scikit-learn, toolz, tqdm, opencv-python, future, torch, face-alignment, pyfakewebcam, msgpack-numpy, pyzmq | |
Attempting uninstall: numpy | |
Found existing installation: numpy 1.19.0 | |
Uninstalling numpy-1.19.0: | |
Successfully uninstalled numpy-1.19.0 | |
Running setup.py install for numpy: started | |
Running setup.py install for numpy: still running... | |
Running setup.py install for numpy: finished with status 'done' | |
Running setup.py install for scipy: started | |
Running setup.py install for scipy: finished with status 'error' | |
ERROR: Command errored out with exit status 1: | |
command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-m1lz4r32/scipy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-m1lz4r32/scipy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-3mnzgwi4/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/roukmoute/.local/include/python3.8/scipy | |
cwd: /tmp/pip-install-m1lz4r32/scipy/ | |
Complete output (9581 lines): | |
/tmp/pip-install-m1lz4r32/scipy/setup.py:114: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses | |
import imp | |
Note: if you need reliable uninstall behavior, then install | |
with pip instead of using `setup.py install`: | |
- `pip install .` (from a git repo or downloaded source | |
release) | |
- `pip install scipy` (last SciPy release on PyPI) | |
lapack_opt_info: | |
lapack_mkl_info: | |
customize UnixCCompiler | |
libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] | |
NOT AVAILABLE | |
openblas_lapack_info: | |
customize UnixCCompiler | |
customize UnixCCompiler | |
libraries openblas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] | |
NOT AVAILABLE | |
openblas_clapack_info: | |
customize UnixCCompiler | |
customize UnixCCompiler | |
libraries openblas,lapack not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] | |
NOT AVAILABLE | |
atlas_3_10_threads_info: | |
Setting PTATLAS=ATLAS | |
customize UnixCCompiler | |
libraries tatlas,tatlas not found in /usr/local/lib | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/local/lib | |
customize UnixCCompiler | |
libraries tatlas,tatlas not found in /usr/lib64 | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib64 | |
customize UnixCCompiler | |
libraries tatlas,tatlas not found in /usr/lib | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib | |
customize UnixCCompiler | |
libraries tatlas,tatlas not found in /usr/lib/ | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib/ | |
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'> | |
NOT AVAILABLE | |
atlas_3_10_info: | |
customize UnixCCompiler | |
libraries satlas,satlas not found in /usr/local/lib | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/local/lib | |
customize UnixCCompiler | |
libraries satlas,satlas not found in /usr/lib64 | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib64 | |
customize UnixCCompiler | |
libraries satlas,satlas not found in /usr/lib | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib | |
customize UnixCCompiler | |
libraries satlas,satlas not found in /usr/lib/ | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib/ | |
<class 'numpy.distutils.system_info.atlas_3_10_info'> | |
NOT AVAILABLE | |
atlas_threads_info: | |
Setting PTATLAS=ATLAS | |
customize UnixCCompiler | |
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/local/lib | |
customize UnixCCompiler | |
libraries ptf77blas,ptcblas,atlas not found in /usr/lib64 | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib64 | |
customize UnixCCompiler | |
libraries ptf77blas,ptcblas,atlas not found in /usr/lib | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib | |
customize UnixCCompiler | |
libraries ptf77blas,ptcblas,atlas not found in /usr/lib/ | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib/ | |
<class 'numpy.distutils.system_info.atlas_threads_info'> | |
NOT AVAILABLE | |
atlas_info: | |
customize UnixCCompiler | |
libraries f77blas,cblas,atlas not found in /usr/local/lib | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/local/lib | |
customize UnixCCompiler | |
libraries f77blas,cblas,atlas not found in /usr/lib64 | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib64 | |
customize UnixCCompiler | |
libraries f77blas,cblas,atlas not found in /usr/lib | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib | |
customize UnixCCompiler | |
libraries f77blas,cblas,atlas not found in /usr/lib/ | |
customize UnixCCompiler | |
libraries lapack_atlas not found in /usr/lib/ | |
<class 'numpy.distutils.system_info.atlas_info'> | |
NOT AVAILABLE | |
accelerate_info: | |
NOT AVAILABLE | |
/home/roukmoute/.local/lib/python3.8/site-packages/numpy/distutils/system_info.py:625: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
self.calc_info() | |
lapack_info: | |
customize UnixCCompiler | |
customize UnixCCompiler | |
FOUND: | |
libraries = ['lapack', 'lapack'] | |
library_dirs = ['/usr/lib64'] | |
language = f77 | |
blas_info: | |
customize UnixCCompiler | |
customize UnixCCompiler | |
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC | |
creating /tmp/tmpe3kisw8i/tmp | |
creating /tmp/tmpe3kisw8i/tmp/tmpe3kisw8i | |
compile options: '-I/usr/local/include -I/usr/include -c' | |
gcc: /tmp/tmpe3kisw8i/source.c | |
/tmp/tmpe3kisw8i/source.c:1:10: erreur fatale: cblas.h : Aucun fichier ou dossier de ce type | |
1 | #include <cblas.h> | |
| ^~~~~~~~~ | |
compilation terminée. | |
/tmp/tmpe3kisw8i/source.c:1:10: erreur fatale: cblas.h : Aucun fichier ou dossier de ce type | |
1 | #include <cblas.h> | |
| ^~~~~~~~~ | |
compilation terminée. | |
customize UnixCCompiler | |
FOUND: | |
libraries = ['blas', 'blas'] | |
library_dirs = ['/usr/lib64'] | |
include_dirs = ['/usr/local/include', '/usr/include'] | |
FOUND: | |
define_macros = [('NO_ATLAS_INFO', 1)] | |
libraries = ['lapack', 'lapack', 'blas', 'blas'] | |
library_dirs = ['/usr/lib64'] | |
language = f77 | |
include_dirs = ['/usr/local/include', '/usr/include'] | |
Running from scipy source directory. | |
Splitting linalg.interpolative Fortran source files | |
/home/roukmoute/.local/lib/python3.8/site-packages/numpy/distutils/system_info.py:717: UserWarning: Specified path /home/roukmoute/.local/include/python3.8 is invalid. | |
return self.get_paths(self.section, key) | |
/home/roukmoute/.local/lib/python3.8/site-packages/numpy/distutils/system_info.py:717: UserWarning: Specified path /usr/local/include/python3.8 is invalid. | |
return self.get_paths(self.section, key) | |
blas_opt_info: | |
blas_mkl_info: | |
customize UnixCCompiler | |
libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] | |
NOT AVAILABLE | |
blis_info: | |
customize UnixCCompiler | |
libraries blis not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] | |
NOT AVAILABLE | |
openblas_info: | |
customize UnixCCompiler | |
customize UnixCCompiler | |
libraries openblas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] | |
NOT AVAILABLE | |
atlas_3_10_blas_threads_info: | |
Setting PTATLAS=ATLAS | |
customize UnixCCompiler | |
libraries tatlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] | |
NOT AVAILABLE | |
atlas_3_10_blas_info: | |
customize UnixCCompiler | |
libraries satlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] | |
NOT AVAILABLE | |
atlas_blas_threads_info: | |
Setting PTATLAS=ATLAS | |
customize UnixCCompiler | |
libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] | |
NOT AVAILABLE | |
atlas_blas_info: | |
customize UnixCCompiler | |
libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/'] | |
NOT AVAILABLE | |
FOUND: | |
define_macros = [('NO_ATLAS_INFO', 1)] | |
libraries = ['blas', 'blas'] | |
library_dirs = ['/usr/lib64'] | |
include_dirs = ['/usr/local/include', '/usr/include'] | |
non-existing path in 'scipy/signal/windows': 'tests' | |
non-existing path in 'scipy/sparse': 'sparsetools/sparsetools_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/bsr_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/csc_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/csr_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/other_impl.h' | |
[makenpz] scipy/special/tests/data/boost.npz not rebuilt | |
[makenpz] scipy/special/tests/data/gsl.npz not rebuilt | |
[makenpz] scipy/special/tests/data/local.npz not rebuilt | |
running install | |
running build | |
running config_cc | |
unifing config_cc, config, build_clib, build_ext, build commands --compiler options | |
running config_fc | |
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options | |
running build_src | |
build_src | |
building py_modules sources | |
creating build | |
creating build/src.linux-x86_64-3.8 | |
creating build/src.linux-x86_64-3.8/scipy | |
building library "dfftpack" sources | |
building library "fftpack" sources | |
building library "mach" sources | |
building library "quadpack" sources | |
building library "lsoda" sources | |
building library "vode" sources | |
building library "dop" sources | |
building library "fitpack" sources | |
building library "fwrappers" sources | |
building library "odrpack" sources | |
building library "minpack" sources | |
building library "rootfind" sources | |
building library "superlu_src" sources | |
building library "arpack_scipy" sources | |
building library "sc_c_misc" sources | |
building library "sc_cephes" sources | |
building library "sc_mach" sources | |
building library "sc_amos" sources | |
building library "sc_cdf" sources | |
building library "sc_specfun" sources | |
building library "statlib" sources | |
building extension "scipy.cluster._vq" sources | |
building extension "scipy.cluster._hierarchy" sources | |
building extension "scipy.cluster._optimal_leaf_ordering" sources | |
building extension "scipy.fftpack._fftpack" sources | |
creating build/src.linux-x86_64-3.8/scipy/fftpack | |
creating build/src.linux-x86_64-3.8/scipy/fftpack/src | |
conv_template:> build/src.linux-x86_64-3.8/scipy/fftpack/src/dct.c | |
conv_template:> build/src.linux-x86_64-3.8/scipy/fftpack/src/dst.c | |
f2py options: [] | |
f2py: scipy/fftpack/fftpack.pyf | |
Reading fortran codes... | |
Reading file 'scipy/fftpack/fftpack.pyf' (format:free) | |
Post-processing... | |
Block: _fftpack | |
Block: zfft | |
Block: drfft | |
Block: zrfft | |
Block: zfftnd | |
Block: destroy_zfft_cache | |
Block: destroy_zfftnd_cache | |
Block: destroy_drfft_cache | |
Block: cfft | |
Block: rfft | |
Block: crfft | |
Block: cfftnd | |
Block: destroy_cfft_cache | |
Block: destroy_cfftnd_cache | |
Block: destroy_rfft_cache | |
Block: ddct1 | |
Block: ddct2 | |
Block: ddct3 | |
Block: dct1 | |
Block: dct2 | |
Block: dct3 | |
Block: destroy_ddct2_cache | |
Block: destroy_ddct1_cache | |
Block: destroy_dct2_cache | |
Block: destroy_dct1_cache | |
Block: ddst1 | |
Block: ddst2 | |
Block: ddst3 | |
Block: dst1 | |
Block: dst2 | |
Block: dst3 | |
Block: destroy_ddst2_cache | |
Block: destroy_ddst1_cache | |
Block: destroy_dst2_cache | |
Block: destroy_dst1_cache | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_fftpack"... | |
Constructing wrapper function "zfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "drfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = drfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "zrfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zrfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "zfftnd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zfftnd(x,[s,direction,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_zfft_cache"... | |
destroy_zfft_cache() | |
Constructing wrapper function "destroy_zfftnd_cache"... | |
destroy_zfftnd_cache() | |
Constructing wrapper function "destroy_drfft_cache"... | |
destroy_drfft_cache() | |
Constructing wrapper function "cfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "rfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = rfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "crfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = crfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "cfftnd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cfftnd(x,[s,direction,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_cfft_cache"... | |
destroy_cfft_cache() | |
Constructing wrapper function "destroy_cfftnd_cache"... | |
destroy_cfftnd_cache() | |
Constructing wrapper function "destroy_rfft_cache"... | |
destroy_rfft_cache() | |
Constructing wrapper function "ddct1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddct2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddct3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_ddct2_cache"... | |
destroy_ddct2_cache() | |
Constructing wrapper function "destroy_ddct1_cache"... | |
destroy_ddct1_cache() | |
Constructing wrapper function "destroy_dct2_cache"... | |
destroy_dct2_cache() | |
Constructing wrapper function "destroy_dct1_cache"... | |
destroy_dct1_cache() | |
Constructing wrapper function "ddst1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddst1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddst2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddst2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddst3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddst3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dst1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dst1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dst2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dst2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dst3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dst3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_ddst2_cache"... | |
destroy_ddst2_cache() | |
Constructing wrapper function "destroy_ddst1_cache"... | |
destroy_ddst1_cache() | |
Constructing wrapper function "destroy_dst2_cache"... | |
destroy_dst2_cache() | |
Constructing wrapper function "destroy_dst1_cache"... | |
destroy_dst1_cache() | |
Wrote C/API module "_fftpack" to file "build/src.linux-x86_64-3.8/scipy/fftpack/_fftpackmodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/fftpack/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/fftpack' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8 | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/fftpack | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/fftpack | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/fftpack | |
building extension "scipy.fftpack.convolve" sources | |
f2py options: [] | |
f2py: scipy/fftpack/convolve.pyf | |
Reading fortran codes... | |
Reading file 'scipy/fftpack/convolve.pyf' (format:free) | |
Post-processing... | |
Block: convolve__user__routines | |
Block: kernel_func | |
Block: convolve | |
Block: init_convolution_kernel | |
In: scipy/fftpack/convolve.pyf:convolve:unknown_interface:init_convolution_kernel | |
get_useparameters: no module convolve__user__routines info used by init_convolution_kernel | |
Block: destroy_convolve_cache | |
Block: convolve | |
Block: convolve_z | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_kernel_func_in_convolve__user__routines" | |
def kernel_func(k): return kernel_func | |
Building module "convolve"... | |
Constructing wrapper function "init_convolution_kernel"... | |
omega = init_convolution_kernel(n,kernel_func,[d,zero_nyquist,kernel_func_extra_args]) | |
Constructing wrapper function "destroy_convolve_cache"... | |
destroy_convolve_cache() | |
Constructing wrapper function "convolve"... | |
y = convolve(x,omega,[swap_real_imag,overwrite_x]) | |
Constructing wrapper function "convolve_z"... | |
y = convolve_z(x,omega_real,omega_imag,[overwrite_x]) | |
Wrote C/API module "convolve" to file "build/src.linux-x86_64-3.8/scipy/fftpack/convolvemodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/fftpack/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/fftpack' to include_dirs. | |
building extension "scipy.integrate._quadpack" sources | |
building extension "scipy.integrate._odepack" sources | |
building extension "scipy.integrate.vode" sources | |
creating build/src.linux-x86_64-3.8/scipy/integrate | |
f2py options: [] | |
f2py: scipy/integrate/vode.pyf | |
Reading fortran codes... | |
Reading file 'scipy/integrate/vode.pyf' (format:free) | |
Post-processing... | |
Block: dvode__user__routines | |
Block: dvode_user_interface | |
Block: f | |
Block: jac | |
Block: zvode__user__routines | |
Block: zvode_user_interface | |
Block: f | |
Block: jac | |
Block: vode | |
Block: dvode | |
In: scipy/integrate/vode.pyf:vode:unknown_interface:dvode | |
get_useparameters: no module dvode__user__routines info used by dvode | |
Block: zvode | |
In: scipy/integrate/vode.pyf:vode:unknown_interface:zvode | |
get_useparameters: no module zvode__user__routines info used by zvode | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_f_in_dvode__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_dvode__user__routines" | |
def jac(t,y): return jac | |
Constructing call-back function "cb_f_in_zvode__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_zvode__user__routines" | |
def jac(t,y): return jac | |
Building module "vode"... | |
Constructing wrapper function "dvode"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = dvode(f,jac,y,t,tout,rtol,atol,itask,istate,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y]) | |
Constructing wrapper function "zvode"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = zvode(f,jac,y,t,tout,rtol,atol,itask,istate,zwork,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y]) | |
Wrote C/API module "vode" to file "build/src.linux-x86_64-3.8/scipy/integrate/vodemodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate | |
building extension "scipy.integrate.lsoda" sources | |
f2py options: [] | |
f2py: scipy/integrate/lsoda.pyf | |
Reading fortran codes... | |
Reading file 'scipy/integrate/lsoda.pyf' (format:free) | |
Post-processing... | |
Block: lsoda__user__routines | |
Block: lsoda_user_interface | |
Block: f | |
Block: jac | |
Block: lsoda | |
Block: lsoda | |
In: scipy/integrate/lsoda.pyf:lsoda:unknown_interface:lsoda | |
get_useparameters: no module lsoda__user__routines info used by lsoda | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_f_in_lsoda__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_lsoda__user__routines" | |
def jac(t,y): return jac | |
Building module "lsoda"... | |
Constructing wrapper function "lsoda"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = lsoda(f,y,t,tout,rtol,atol,itask,istate,rwork,iwork,jac,jt,[f_extra_args,overwrite_y,jac_extra_args]) | |
Wrote C/API module "lsoda" to file "build/src.linux-x86_64-3.8/scipy/integrate/lsodamodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate' to include_dirs. | |
building extension "scipy.integrate._dop" sources | |
f2py options: [] | |
f2py: scipy/integrate/dop.pyf | |
Reading fortran codes... | |
Reading file 'scipy/integrate/dop.pyf' (format:free) | |
Post-processing... | |
Block: __user__routines | |
Block: fcn | |
Block: solout | |
Block: _dop | |
Block: dopri5 | |
In: scipy/integrate/dop.pyf:_dop:unknown_interface:dopri5 | |
get_useparameters: no module __user__routines info used by dopri5 | |
Block: dop853 | |
In: scipy/integrate/dop.pyf:_dop:unknown_interface:dop853 | |
get_useparameters: no module __user__routines info used by dop853 | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_fcn_in___user__routines" | |
def fcn(x,y): return f | |
Constructing call-back function "cb_solout_in___user__routines" | |
def solout(nr,xold,x,y,con,icomp,[nd]): return irtn | |
Building module "_dop"... | |
Constructing wrapper function "dopri5"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y,iwork,idid = dopri5(fcn,x,y,xend,rtol,atol,solout,iout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Constructing wrapper function "dop853"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y,iwork,idid = dop853(fcn,x,y,xend,rtol,atol,solout,iout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Wrote C/API module "_dop" to file "build/src.linux-x86_64-3.8/scipy/integrate/_dopmodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate' to include_dirs. | |
building extension "scipy.integrate._test_multivariate" sources | |
building extension "scipy.integrate._test_odeint_banded" sources | |
f2py options: [] | |
f2py:> build/src.linux-x86_64-3.8/scipy/integrate/_test_odeint_bandedmodule.c | |
Reading fortran codes... | |
Reading file 'scipy/integrate/tests/banded5x5.f' (format:fix,strict) | |
Post-processing... | |
Block: _test_odeint_banded | |
Block: jacobian | |
Block: getbands | |
Block: banded5x5 | |
Block: banded5x5_jac | |
Block: banded5x5_bjac | |
Block: banded5x5_solve | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_test_odeint_banded"... | |
Constructing wrapper function "getbands"... | |
jac = getbands() | |
Constructing wrapper function "banded5x5"... | |
banded5x5(t,y,f,[n]) | |
Constructing wrapper function "banded5x5_jac"... | |
banded5x5_jac(t,y,ml,mu,jac,[n,nrowpd]) | |
Constructing wrapper function "banded5x5_bjac"... | |
banded5x5_bjac(t,y,ml,mu,bjac,[n,nrowpd]) | |
Constructing wrapper function "banded5x5_solve"... | |
nst,nfe,nje = banded5x5_solve(y,nsteps,dt,jt) | |
Constructing COMMON block support for "jac"... | |
bands | |
Wrote C/API module "_test_odeint_banded" to file "build/src.linux-x86_64-3.8/scipy/integrate/_test_odeint_bandedmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.8/scipy/integrate/_test_odeint_banded-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/integrate' to include_dirs. | |
adding 'build/src.linux-x86_64-3.8/scipy/integrate/_test_odeint_banded-f2pywrappers.f' to sources. | |
building extension "scipy.interpolate.interpnd" sources | |
building extension "scipy.interpolate._ppoly" sources | |
building extension "scipy.interpolate._bspl" sources | |
building extension "scipy.interpolate._fitpack" sources | |
building extension "scipy.interpolate.dfitpack" sources | |
creating build/src.linux-x86_64-3.8/scipy/interpolate | |
creating build/src.linux-x86_64-3.8/scipy/interpolate/src | |
f2py options: [] | |
f2py: scipy/interpolate/src/fitpack.pyf | |
Reading fortran codes... | |
Reading file 'scipy/interpolate/src/fitpack.pyf' (format:free) | |
Post-processing... | |
Block: dfitpack | |
Block: fpchec | |
Block: splev | |
Block: splder | |
Block: splint | |
Block: sproot | |
Block: spalde | |
Block: curfit | |
Block: percur | |
Block: parcur | |
Block: fpcurf0 | |
Block: fpcurf1 | |
Block: fpcurfm1 | |
Block: bispev | |
Block: parder | |
Block: bispeu | |
Block: pardeu | |
Block: surfit_smth | |
Block: surfit_lsq | |
Block: spherfit_smth | |
Block: spherfit_lsq | |
Block: regrid_smth | |
Block: regrid_smth_spher | |
Block: dblint | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "dfitpack"... | |
Constructing wrapper function "fpchec"... | |
ier = fpchec(x,t,k) | |
Constructing wrapper function "splev"... | |
y = splev(t,c,k,x,[e]) | |
Constructing wrapper function "splder"... | |
y = splder(t,c,k,x,[nu,e]) | |
Creating wrapper for Fortran function "splint"("splint")... | |
Constructing wrapper function "splint"... | |
splint = splint(t,c,k,a,b) | |
Constructing wrapper function "sproot"... | |
zero,m,ier = sproot(t,c,[mest]) | |
Constructing wrapper function "spalde"... | |
d,ier = spalde(t,c,k,x) | |
Constructing wrapper function "curfit"... | |
n,c,fp,ier = curfit(iopt,x,y,w,t,wrk,iwrk,[xb,xe,k,s]) | |
Constructing wrapper function "percur"... | |
n,c,fp,ier = percur(iopt,x,y,w,t,wrk,iwrk,[k,s]) | |
Constructing wrapper function "parcur"... | |
n,c,fp,ier = parcur(iopt,ipar,idim,u,x,w,ub,ue,t,wrk,iwrk,[k,s]) | |
Constructing wrapper function "fpcurf0"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf0(x,y,k,[w,xb,xe,s,nest]) | |
Constructing wrapper function "fpcurf1"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf1(x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier,[overwrite_x,overwrite_y,overwrite_w,overwrite_t,overwrite_c,overwrite_fpint,overwrite_nrdata]) | |
Constructing wrapper function "fpcurfm1"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurfm1(x,y,k,t,[w,xb,xe,overwrite_t]) | |
Constructing wrapper function "bispev"... | |
z,ier = bispev(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "parder"... | |
z,ier = parder(tx,ty,c,kx,ky,nux,nuy,x,y) | |
Constructing wrapper function "bispeu"... | |
z,ier = bispeu(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "pardeu"... | |
z,ier = pardeu(tx,ty,c,kx,ky,nux,nuy,x,y) | |
Constructing wrapper function "surfit_smth"... | |
nx,tx,ny,ty,c,fp,wrk1,ier = surfit_smth(x,y,z,[w,xb,xe,yb,ye,kx,ky,s,nxest,nyest,eps,lwrk2]) | |
Constructing wrapper function "surfit_lsq"... | |
tx,ty,c,fp,ier = surfit_lsq(x,y,z,tx,ty,[w,xb,xe,yb,ye,kx,ky,eps,lwrk2,overwrite_tx,overwrite_ty]) | |
Constructing wrapper function "spherfit_smth"... | |
nt,tt,np,tp,c,fp,ier = spherfit_smth(teta,phi,r,[w,s,eps]) | |
Constructing wrapper function "spherfit_lsq"... | |
tt,tp,c,fp,ier = spherfit_lsq(teta,phi,r,tt,tp,[w,eps,overwrite_tt,overwrite_tp]) | |
Constructing wrapper function "regrid_smth"... | |
nx,tx,ny,ty,c,fp,ier = regrid_smth(x,y,z,[xb,xe,yb,ye,kx,ky,s]) | |
Constructing wrapper function "regrid_smth_spher"... | |
nu,tu,nv,tv,c,fp,ier = regrid_smth_spher(iopt,ider,u,v,r,[r0,r1,s]) | |
Creating wrapper for Fortran function "dblint"("dblint")... | |
Constructing wrapper function "dblint"... | |
dblint = dblint(tx,ty,c,kx,ky,xb,xe,yb,ye) | |
Wrote C/API module "dfitpack" to file "build/src.linux-x86_64-3.8/scipy/interpolate/src/dfitpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.8/scipy/interpolate/src/dfitpack-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/interpolate/src/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/interpolate/src' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/interpolate | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/interpolate/src | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/interpolate/src | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/interpolate/src | |
adding 'build/src.linux-x86_64-3.8/scipy/interpolate/src/dfitpack-f2pywrappers.f' to sources. | |
building extension "scipy.interpolate._interpolate" sources | |
building extension "scipy.io._test_fortran" sources | |
creating build/src.linux-x86_64-3.8/scipy/io | |
f2py options: [] | |
f2py: scipy/io/_test_fortran.pyf | |
Reading fortran codes... | |
Reading file 'scipy/io/_test_fortran.pyf' (format:free) | |
Post-processing... | |
Block: _test_fortran | |
Block: read_unformatted_double | |
Block: read_unformatted_int | |
Block: read_unformatted_mixed | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_test_fortran"... | |
Constructing wrapper function "read_unformatted_double"... | |
a = read_unformatted_double(m,n,k,filename) | |
Constructing wrapper function "read_unformatted_int"... | |
a = read_unformatted_int(m,n,k,filename) | |
Constructing wrapper function "read_unformatted_mixed"... | |
a,b = read_unformatted_mixed(m,n,k,filename) | |
Wrote C/API module "_test_fortran" to file "build/src.linux-x86_64-3.8/scipy/io/_test_fortranmodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/io/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/io' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/io | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/io | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/io | |
building extension "scipy.io.matlab.streams" sources | |
building extension "scipy.io.matlab.mio_utils" sources | |
building extension "scipy.io.matlab.mio5_utils" sources | |
building extension "scipy.linalg._fblas" sources | |
creating build/src.linux-x86_64-3.8/scipy/linalg | |
from_template:> build/src.linux-x86_64-3.8/scipy/linalg/fblas.pyf | |
Including file scipy/linalg/fblas_l1.pyf.src | |
Including file scipy/linalg/fblas_l2.pyf.src | |
Including file scipy/linalg/fblas_l3.pyf.src | |
Mismatch in number of replacements (base <prefix=s,d,c,z>) for <__l1=->. Ignoring. | |
Mismatch in number of replacements (base <prefix6=s,d,c,z,c,z>) for <prefix=s,d,c,z>. Ignoring. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.8/scipy/linalg/fblas.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.8/scipy/linalg/fblas.pyf' (format:free) | |
Post-processing... | |
Block: _fblas | |
Block: srotg | |
Block: drotg | |
Block: crotg | |
Block: zrotg | |
Block: srotmg | |
Block: drotmg | |
Block: srot | |
Block: drot | |
Block: csrot | |
Block: zdrot | |
Block: srotm | |
Block: drotm | |
Block: sswap | |
Block: dswap | |
Block: cswap | |
Block: zswap | |
Block: sscal | |
Block: dscal | |
Block: cscal | |
Block: zscal | |
Block: csscal | |
Block: zdscal | |
Block: scopy | |
Block: dcopy | |
Block: ccopy | |
Block: zcopy | |
Block: saxpy | |
Block: daxpy | |
Block: caxpy | |
Block: zaxpy | |
Block: sdot | |
Block: ddot | |
Block: cdotu | |
Block: zdotu | |
Block: cdotc | |
Block: zdotc | |
Block: snrm2 | |
Block: scnrm2 | |
Block: dnrm2 | |
Block: dznrm2 | |
Block: sasum | |
Block: scasum | |
Block: dasum | |
Block: dzasum | |
Block: isamax | |
Block: idamax | |
Block: icamax | |
Block: izamax | |
Block: sgemv | |
Block: dgemv | |
Block: cgemv | |
Block: zgemv | |
Block: sgbmv | |
Block: dgbmv | |
Block: cgbmv | |
Block: zgbmv | |
Block: ssbmv | |
Block: dsbmv | |
Block: chbmv | |
Block: zhbmv | |
Block: sspmv | |
Block: dspmv | |
Block: cspmv | |
Block: zspmv | |
Block: chpmv | |
Block: zhpmv | |
Block: ssymv | |
Block: dsymv | |
Block: chemv | |
Block: zhemv | |
Block: sger | |
Block: dger | |
Block: cgeru | |
Block: zgeru | |
Block: cgerc | |
Block: zgerc | |
Block: ssyr | |
Block: dsyr | |
Block: csyr | |
Block: zsyr | |
Block: cher | |
Block: zher | |
Block: ssyr2 | |
Block: dsyr2 | |
Block: cher2 | |
Block: zher2 | |
Block: sspr | |
Block: dspr | |
Block: cspr | |
Block: zspr | |
Block: chpr | |
Block: zhpr | |
Block: sspr2 | |
Block: dspr2 | |
Block: chpr2 | |
Block: zhpr2 | |
Block: stbsv | |
Block: dtbsv | |
Block: ctbsv | |
Block: ztbsv | |
Block: stpsv | |
Block: dtpsv | |
Block: ctpsv | |
Block: ztpsv | |
Block: strmv | |
Block: dtrmv | |
Block: ctrmv | |
Block: ztrmv | |
Block: strsv | |
Block: dtrsv | |
Block: ctrsv | |
Block: ztrsv | |
Block: stbmv | |
Block: dtbmv | |
Block: ctbmv | |
Block: ztbmv | |
Block: stpmv | |
Block: dtpmv | |
Block: ctpmv | |
Block: ztpmv | |
Block: sgemm | |
Block: dgemm | |
Block: cgemm | |
Block: zgemm | |
Block: ssymm | |
Block: dsymm | |
Block: csymm | |
Block: zsymm | |
Block: chemm | |
Block: zhemm | |
Block: ssyrk | |
Block: dsyrk | |
Block: csyrk | |
Block: zsyrk | |
Block: cherk | |
Block: zherk | |
Block: ssyr2k | |
Block: dsyr2k | |
Block: csyr2k | |
Block: zsyr2k | |
Block: cher2k | |
Block: zher2k | |
Block: strmm | |
Block: dtrmm | |
Block: ctrmm | |
Block: ztrmm | |
Block: strsm | |
Block: dtrsm | |
Block: ctrsm | |
Block: ztrsm | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_fblas"... | |
Constructing wrapper function "srotg"... | |
c,s = srotg(a,b) | |
Constructing wrapper function "drotg"... | |
c,s = drotg(a,b) | |
Constructing wrapper function "crotg"... | |
c,s = crotg(a,b) | |
Constructing wrapper function "zrotg"... | |
c,s = zrotg(a,b) | |
Constructing wrapper function "srotmg"... | |
param = srotmg(d1,d2,x1,y1) | |
Constructing wrapper function "drotmg"... | |
param = drotmg(d1,d2,x1,y1) | |
Constructing wrapper function "srot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "csrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "zdrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "srotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "sswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = sswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = dswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = cswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "sscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = sscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "dscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "cscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = cscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "zscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "csscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = csscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "zdscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zdscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "scopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = scopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "ccopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ccopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "saxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = saxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "daxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = daxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "caxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = caxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "zaxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = zaxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "sdot"("wsdot")... | |
Constructing wrapper function "sdot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = sdot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "ddot"("ddot")... | |
Constructing wrapper function "ddot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = ddot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "cdotu"("wcdotu")... | |
Constructing wrapper function "cdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotu(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "zdotu"("wzdotu")... | |
Constructing wrapper function "zdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotu(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "cdotc"("wcdotc")... | |
Constructing wrapper function "cdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotc(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "zdotc"("wzdotc")... | |
Constructing wrapper function "zdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotc(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "snrm2"("wsnrm2")... | |
Constructing wrapper function "snrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = snrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scnrm2"("wscnrm2")... | |
Constructing wrapper function "scnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = scnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dnrm2"("dnrm2")... | |
Constructing wrapper function "dnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dznrm2"("dznrm2")... | |
Constructing wrapper function "dznrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dznrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "sasum"("wsasum")... | |
Constructing wrapper function "sasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = sasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scasum"("wscasum")... | |
Constructing wrapper function "scasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = scasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dasum"("dasum")... | |
Constructing wrapper function "dasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dzasum"("dzasum")... | |
Constructing wrapper function "dzasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dzasum(x,[n,offx,incx]) | |
Constructing wrapper function "isamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = isamax(x,[n,offx,incx]) | |
Constructing wrapper function "idamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = idamax(x,[n,offx,incx]) | |
Constructing wrapper function "icamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = icamax(x,[n,offx,incx]) | |
Constructing wrapper function "izamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = izamax(x,[n,offx,incx]) | |
Constructing wrapper function "sgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "dgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "cgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "zgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "sgbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = sgbmv(m,n,kl,ku,alpha,a,x,[incx,offx,beta,y,incy,offy,trans,overwrite_y]) | |
Constructing wrapper function "dgbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = dgbmv(m,n,kl,ku,alpha,a,x,[incx,offx,beta,y,incy,offy,trans,overwrite_y]) | |
Constructing wrapper function "cgbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = cgbmv(m,n,kl,ku,alpha,a,x,[incx,offx,beta,y,incy,offy,trans,overwrite_y]) | |
Constructing wrapper function "zgbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = zgbmv(m,n,kl,ku,alpha,a,x,[incx,offx,beta,y,incy,offy,trans,overwrite_y]) | |
Constructing wrapper function "ssbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = ssbmv(k,alpha,a,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "dsbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = dsbmv(k,alpha,a,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "chbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = chbmv(k,alpha,a,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "zhbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = zhbmv(k,alpha,a,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "sspmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = sspmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "dspmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = dspmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "cspmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = cspmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "zspmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = zspmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "chpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = chpmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "zhpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = zhpmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "ssymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ssymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "dsymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dsymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "chemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = chemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "zhemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zhemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "sger"... | |
a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "dger"... | |
a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgeru"... | |
a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgeru"... | |
a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgerc"... | |
a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgerc"... | |
a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "ssyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = ssyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "dsyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dsyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "csyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = csyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "zsyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zsyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "cher"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = cher(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "zher"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zher(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "ssyr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = ssyr2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "dsyr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dsyr2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "cher2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = cher2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "zher2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zher2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "sspr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = sspr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "dspr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = dspr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "cspr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = cspr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "zspr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = zspr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "chpr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = chpr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "zhpr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = zhpr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "sspr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = sspr2(n,alpha,x,y,ap,[incx,offx,incy,offy,lower,overwrite_ap]) | |
Constructing wrapper function "dspr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = dspr2(n,alpha,x,y,ap,[incx,offx,incy,offy,lower,overwrite_ap]) | |
Constructing wrapper function "chpr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = chpr2(n,alpha,x,y,ap,[incx,offx,incy,offy,lower,overwrite_ap]) | |
Constructing wrapper function "zhpr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = zhpr2(n,alpha,x,y,ap,[incx,offx,incy,offy,lower,overwrite_ap]) | |
Constructing wrapper function "stbsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = stbsv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtbsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = dtbsv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctbsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ctbsv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztbsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ztbsv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "stpsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = stpsv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtpsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = dtpsv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctpsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ctpsv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztpsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ztpsv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "strmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = strmv(a,x,[offx,incx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dtrmv(a,x,[offx,incx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ctrmv(a,x,[offx,incx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ztrmv(a,x,[offx,incx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "strsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = strsv(a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtrsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = dtrsv(a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctrsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ctrsv(a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztrsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ztrsv(a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "stbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = stbmv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = dtbmv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ctbmv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ztbmv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "stpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = stpmv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = dtpmv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ctpmv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ztpmv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "sgemm"... | |
c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "dgemm"... | |
c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "cgemm"... | |
c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "zgemm"... | |
c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "ssymm"... | |
c = ssymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "dsymm"... | |
c = dsymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "csymm"... | |
c = csymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "zsymm"... | |
c = zsymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "chemm"... | |
c = chemm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "zhemm"... | |
c = zhemm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "ssyrk"... | |
c = ssyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "dsyrk"... | |
c = dsyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "csyrk"... | |
c = csyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zsyrk"... | |
c = zsyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "cherk"... | |
c = cherk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zherk"... | |
c = zherk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "ssyr2k"... | |
c = ssyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "dsyr2k"... | |
c = dsyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "csyr2k"... | |
c = csyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zsyr2k"... | |
c = zsyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "cher2k"... | |
c = cher2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zher2k"... | |
c = zher2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "strmm"... | |
b = strmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "dtrmm"... | |
b = dtrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "ctrmm"... | |
b = ctrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "ztrmm"... | |
b = ztrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "strsm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = strsm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "dtrsm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dtrsm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "ctrsm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ctrsm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "ztrsm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ztrsm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Wrote C/API module "_fblas" to file "build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg/_fblasmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg/_fblas-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8 | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg/_fblas-f2pywrappers.f' to sources. | |
building extension "scipy.linalg._flapack" sources | |
from_template:> build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf | |
Including file scipy/linalg/flapack_user.pyf.src | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf' (format:free) | |
Post-processing... | |
Block: _flapack | |
Block: gees__user__routines | |
Block: sselect | |
Block: dselect | |
Block: cselect | |
Block: zselect | |
Block: gges__user__routines | |
Block: cselect | |
Block: zselect | |
Block: sselect | |
Block: dselect | |
Block: stgsen | |
Block: dtgsen | |
Block: ctgsen | |
Block: ztgsen | |
Block: sgges | |
In: build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf:_flapack:unknown_interface:sgges | |
get_useparameters: no module gges__user__routines info used by sgges | |
Block: dgges | |
In: build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf:_flapack:unknown_interface:dgges | |
get_useparameters: no module gges__user__routines info used by dgges | |
Block: cgges | |
In: build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf:_flapack:unknown_interface:cgges | |
get_useparameters: no module gges__user__routines info used by cgges | |
Block: zgges | |
In: build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf:_flapack:unknown_interface:zgges | |
get_useparameters: no module gges__user__routines info used by zgges | |
Block: spbtrf | |
Block: dpbtrf | |
Block: cpbtrf | |
Block: zpbtrf | |
Block: spbtrs | |
Block: dpbtrs | |
Block: cpbtrs | |
Block: zpbtrs | |
Block: strtrs | |
Block: dtrtrs | |
Block: ctrtrs | |
Block: ztrtrs | |
Block: spbsv | |
Block: dpbsv | |
Block: cpbsv | |
Block: zpbsv | |
Block: sptsv | |
Block: dptsv | |
Block: cptsv | |
Block: zptsv | |
Block: sgebal | |
Block: dgebal | |
Block: cgebal | |
Block: zgebal | |
Block: sgehrd | |
Block: dgehrd | |
Block: cgehrd | |
Block: zgehrd | |
Block: sgehrd_lwork | |
Block: dgehrd_lwork | |
Block: cgehrd_lwork | |
Block: zgehrd_lwork | |
Block: sorghr | |
Block: dorghr | |
Block: sorghr_lwork | |
Block: dorghr_lwork | |
Block: cunghr | |
Block: zunghr | |
Block: cunghr_lwork | |
Block: zunghr_lwork | |
Block: sgbsv | |
Block: dgbsv | |
Block: cgbsv | |
Block: zgbsv | |
Block: sgtsv | |
Block: dgtsv | |
Block: cgtsv | |
Block: zgtsv | |
Block: sgesv | |
Block: dgesv | |
Block: cgesv | |
Block: zgesv | |
Block: sgesvx | |
Block: dgesvx | |
Block: cgesvx | |
Block: zgesvx | |
Block: sgecon | |
Block: dgecon | |
Block: cgecon | |
Block: zgecon | |
Block: ssytf2 | |
Block: dsytf2 | |
Block: csytf2 | |
Block: zsytf2 | |
Block: ssygst | |
Block: dsygst | |
Block: ssytrf | |
Block: dsytrf | |
Block: csytrf | |
Block: zsytrf | |
Block: ssytrf_lwork | |
Block: dsytrf_lwork | |
Block: csytrf_lwork | |
Block: zsytrf_lwork | |
Block: ssysv | |
Block: dsysv | |
Block: csysv | |
Block: zsysv | |
Block: ssysv_lwork | |
Block: dsysv_lwork | |
Block: csysv_lwork | |
Block: zsysv_lwork | |
Block: ssysvx | |
Block: dsysvx | |
Block: csysvx | |
Block: zsysvx | |
Block: ssysvx_lwork | |
Block: dsysvx_lwork | |
Block: csysvx_lwork | |
Block: zsysvx_lwork | |
Block: ssycon | |
Block: dsycon | |
Block: csycon | |
Block: zsycon | |
Block: checon | |
Block: zhecon | |
Block: chegst | |
Block: zhegst | |
Block: chetrf | |
Block: zhetrf | |
Block: chetrf_lwork | |
Block: zhetrf_lwork | |
Block: chesv | |
Block: zhesv | |
Block: chesv_lwork | |
Block: zhesv_lwork | |
Block: chesvx | |
Block: zhesvx | |
Block: chesvx_lwork | |
Block: zhesvx_lwork | |
Block: sgetrf | |
Block: dgetrf | |
Block: cgetrf | |
Block: zgetrf | |
Block: ssytrd | |
Block: dsytrd | |
Block: ssytrd_lwork | |
Block: dsytrd_lwork | |
Block: chetrd | |
Block: zhetrd | |
Block: chetrd_lwork | |
Block: zhetrd_lwork | |
Block: sgetrs | |
Block: dgetrs | |
Block: cgetrs | |
Block: zgetrs | |
Block: sgetri | |
Block: dgetri | |
Block: cgetri | |
Block: zgetri | |
Block: sgetri_lwork | |
Block: dgetri_lwork | |
Block: cgetri_lwork | |
Block: zgetri_lwork | |
Block: sgesdd | |
Block: dgesdd | |
Block: sgesdd_lwork | |
Block: dgesdd_lwork | |
Block: cgesdd | |
Block: zgesdd | |
Block: cgesdd_lwork | |
Block: zgesdd_lwork | |
Block: sgesvd | |
Block: dgesvd | |
Block: sgesvd_lwork | |
Block: dgesvd_lwork | |
Block: cgesvd | |
Block: zgesvd | |
Block: cgesvd_lwork | |
Block: zgesvd_lwork | |
Block: sgels | |
Block: dgels | |
Block: cgels | |
Block: zgels | |
Block: sgels_lwork | |
Block: dgels_lwork | |
Block: cgels_lwork | |
Block: zgels_lwork | |
Block: sgelss | |
Block: dgelss | |
Block: sgelss_lwork | |
Block: dgelss_lwork | |
Block: cgelss | |
Block: zgelss | |
Block: slasd4 | |
Block: dlasd4 | |
Block: cgelss_lwork | |
Block: zgelss_lwork | |
Block: sgelsy | |
Block: dgelsy | |
Block: sgelsy_lwork | |
Block: dgelsy_lwork | |
Block: cgelsy | |
Block: zgelsy | |
Block: cgelsy_lwork | |
Block: zgelsy_lwork | |
Block: sgelsd | |
Block: dgelsd | |
Block: sgelsd_lwork | |
Block: dgelsd_lwork | |
Block: cgelsd | |
Block: zgelsd | |
Block: cgelsd_lwork | |
Block: zgelsd_lwork | |
Block: sgeqp3 | |
Block: dgeqp3 | |
Block: cgeqp3 | |
Block: zgeqp3 | |
Block: sgeqrf | |
Block: dgeqrf | |
Block: cgeqrf | |
Block: zgeqrf | |
Block: sgerqf | |
Block: dgerqf | |
Block: cgerqf | |
Block: zgerqf | |
Block: sorgqr | |
Block: dorgqr | |
Block: cungqr | |
Block: zungqr | |
Block: sormqr | |
Block: dormqr | |
Block: cunmqr | |
Block: zunmqr | |
Block: sorgrq | |
Block: dorgrq | |
Block: cungrq | |
Block: zungrq | |
Block: sgeev | |
Block: dgeev | |
Block: sgeev_lwork | |
Block: dgeev_lwork | |
Block: cgeev | |
Block: zgeev | |
Block: cgeev_lwork | |
Block: zgeev_lwork | |
Block: sgegv | |
Block: dgegv | |
Block: cgegv | |
Block: zgegv | |
Block: ssyev | |
Block: dsyev | |
Block: cheev | |
Block: zheev | |
Block: ssyevd | |
Block: dsyevd | |
Block: cheevd | |
Block: zheevd | |
Block: sposv | |
Block: dposv | |
Block: cposv | |
Block: zposv | |
Block: sposvx | |
Block: dposvx | |
Block: cposvx | |
Block: zposvx | |
Block: spocon | |
Block: dpocon | |
Block: cpocon | |
Block: zpocon | |
Block: spotrf | |
Block: dpotrf | |
Block: cpotrf | |
Block: zpotrf | |
Block: spotrs | |
Block: dpotrs | |
Block: cpotrs | |
Block: zpotrs | |
Block: spotri | |
Block: dpotri | |
Block: cpotri | |
Block: zpotri | |
Block: slauum | |
Block: dlauum | |
Block: clauum | |
Block: zlauum | |
Block: strtri | |
Block: dtrtri | |
Block: ctrtri | |
Block: ztrtri | |
Block: strsyl | |
Block: dtrsyl | |
Block: ctrsyl | |
Block: ztrsyl | |
Block: slaswp | |
Block: dlaswp | |
Block: claswp | |
Block: zlaswp | |
Block: cgees | |
In: build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf:_flapack:unknown_interface:cgees | |
get_useparameters: no module gees__user__routines info used by cgees | |
Block: zgees | |
In: build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf:_flapack:unknown_interface:zgees | |
get_useparameters: no module gees__user__routines info used by zgees | |
Block: sgees | |
In: build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf:_flapack:unknown_interface:sgees | |
get_useparameters: no module gees__user__routines info used by sgees | |
Block: dgees | |
In: build/src.linux-x86_64-3.8/scipy/linalg/flapack.pyf:_flapack:unknown_interface:dgees | |
get_useparameters: no module gees__user__routines info used by dgees | |
Block: sggev | |
Block: dggev | |
Block: cggev | |
Block: zggev | |
Block: ssbev | |
Block: dsbev | |
Block: ssbevd | |
Block: dsbevd | |
Block: ssbevx | |
Block: dsbevx | |
Block: sstebz | |
Block: dstebz | |
Block: ssterf | |
Block: dsterf | |
Block: sstein | |
Block: dstein | |
Block: sstemr | |
Block: dstemr | |
Block: sstemr_lwork | |
Block: dstemr_lwork | |
Block: sstev | |
Block: dstev | |
Block: chbevd | |
Block: zhbevd | |
Block: chbevx | |
Block: zhbevx | |
Block: dlamch | |
Block: slamch | |
Block: sgbtrf | |
Block: dgbtrf | |
Block: cgbtrf | |
Block: zgbtrf | |
Block: sgbtrs | |
Block: dgbtrs | |
Block: cgbtrs | |
Block: zgbtrs | |
Block: ssyevr | |
Block: dsyevr | |
Block: cheevr | |
Block: zheevr | |
Block: ssygv | |
Block: dsygv | |
Block: chegv | |
Block: zhegv | |
Block: ssygvd | |
Block: dsygvd | |
Block: chegvd | |
Block: zhegvd | |
Block: ssygvx | |
Block: dsygvx | |
Block: chegvx | |
Block: zhegvx | |
Block: sgglse | |
Block: dgglse | |
Block: cgglse | |
Block: zgglse | |
Block: sgglse_lwork | |
Block: dgglse_lwork | |
Block: cgglse_lwork | |
Block: zgglse_lwork | |
Block: slange | |
Block: dlange | |
Block: clange | |
Block: zlange | |
Block: slarfg | |
Block: dlarfg | |
Block: clarfg | |
Block: zlarfg | |
Block: slarf | |
Block: dlarf | |
Block: clarf | |
Block: zlarf | |
Block: slartg | |
Block: dlartg | |
Block: clartg | |
Block: zlartg | |
Block: crot | |
Block: zrot | |
Block: ilaver | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_sselect_in_gees__user__routines" | |
def sselect(arg1,arg2): return sselect | |
Constructing call-back function "cb_dselect_in_gees__user__routines" | |
def dselect(arg1,arg2): return dselect | |
Constructing call-back function "cb_cselect_in_gees__user__routines" | |
def cselect(arg): return cselect | |
Constructing call-back function "cb_zselect_in_gees__user__routines" | |
def zselect(arg): return zselect | |
Constructing call-back function "cb_cselect_in_gges__user__routines" | |
def cselect(alpha,beta): return cselect | |
Constructing call-back function "cb_zselect_in_gges__user__routines" | |
def zselect(alpha,beta): return zselect | |
Constructing call-back function "cb_sselect_in_gges__user__routines" | |
def sselect(alphar,alphai,beta): return sselect | |
Constructing call-back function "cb_dselect_in_gges__user__routines" | |
def dselect(alphar,alphai,beta): return dselect | |
Building module "_flapack"... | |
Constructing wrapper function "stgsen"... | |
a,b,alphar,alphai,beta,q,z,m,pl,pr,dif,work,iwork,info = stgsen(select,a,b,q,z,[lwork,liwork,overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "dtgsen"... | |
a,b,alphar,alphai,beta,q,z,m,pl,pr,dif,work,iwork,info = dtgsen(select,a,b,q,z,[lwork,liwork,overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "ctgsen"... | |
a,b,alpha,beta,q,z,m,pl,pr,dif,work,iwork,info = ctgsen(select,a,b,q,z,[lwork,liwork,overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "ztgsen"... | |
a,b,alpha,beta,q,z,m,pl,pr,dif,work,iwork,info = ztgsen(select,a,b,q,z,[lwork,liwork,overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "sgges"... | |
a,b,sdim,alphar,alphai,beta,vsl,vsr,work,info = sgges(sselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,sselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgges"... | |
a,b,sdim,alphar,alphai,beta,vsl,vsr,work,info = dgges(dselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,dselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgges"... | |
a,b,sdim,alpha,beta,vsl,vsr,work,info = cgges(cselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,cselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgges"... | |
a,b,sdim,alpha,beta,vsl,vsr,work,info = zgges(zselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,zselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "spbtrf"... | |
c,info = spbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "dpbtrf"... | |
c,info = dpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "cpbtrf"... | |
c,info = cpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "zpbtrf"... | |
c,info = zpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "spbtrs"... | |
x,info = spbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "dpbtrs"... | |
x,info = dpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "cpbtrs"... | |
x,info = cpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "zpbtrs"... | |
x,info = zpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "strtrs"... | |
x,info = strtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "dtrtrs"... | |
x,info = dtrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "ctrtrs"... | |
x,info = ctrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "ztrtrs"... | |
x,info = ztrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "spbsv"... | |
c,x,info = spbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dpbsv"... | |
c,x,info = dpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cpbsv"... | |
c,x,info = cpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zpbsv"... | |
c,x,info = zpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sptsv"... | |
d,du,x,info = sptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b]) | |
Constructing wrapper function "dptsv"... | |
d,du,x,info = dptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b]) | |
Constructing wrapper function "cptsv"... | |
d,du,x,info = cptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b]) | |
Constructing wrapper function "zptsv"... | |
d,du,x,info = zptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b]) | |
Constructing wrapper function "sgebal"... | |
ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "dgebal"... | |
ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "cgebal"... | |
ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "zgebal"... | |
ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "sgehrd"... | |
ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "dgehrd"... | |
ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "cgehrd"... | |
ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "zgehrd"... | |
ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "sgehrd_lwork"... | |
work,info = sgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "dgehrd_lwork"... | |
work,info = dgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "cgehrd_lwork"... | |
work,info = cgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "zgehrd_lwork"... | |
work,info = zgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "sorghr"... | |
ht,info = sorghr(a,tau,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "dorghr"... | |
ht,info = dorghr(a,tau,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "sorghr_lwork"... | |
work,info = sorghr_lwork(n,[lo,hi]) | |
Constructing wrapper function "dorghr_lwork"... | |
work,info = dorghr_lwork(n,[lo,hi]) | |
Constructing wrapper function "cunghr"... | |
ht,info = cunghr(a,tau,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "zunghr"... | |
ht,info = zunghr(a,tau,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "cunghr_lwork"... | |
work,info = cunghr_lwork(n,[lo,hi]) | |
Constructing wrapper function "zunghr_lwork"... | |
work,info = zunghr_lwork(n,[lo,hi]) | |
Constructing wrapper function "sgbsv"... | |
lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dgbsv"... | |
lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cgbsv"... | |
lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zgbsv"... | |
lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sgtsv"... | |
du2,d,du,x,info = sgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b]) | |
Constructing wrapper function "dgtsv"... | |
du2,d,du,x,info = dgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b]) | |
Constructing wrapper function "cgtsv"... | |
du2,d,du,x,info = cgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b]) | |
Constructing wrapper function "zgtsv"... | |
du2,d,du,x,info = zgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b]) | |
Constructing wrapper function "sgesv"... | |
lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesv"... | |
lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesv"... | |
lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesv"... | |
lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgesvx"... | |
as,lu,ipiv,equed,rs,cs,bs,x,rcond,ferr,berr,info = sgesvx(a,b,[fact,trans,af,ipiv,equed,r,c,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesvx"... | |
as,lu,ipiv,equed,rs,cs,bs,x,rcond,ferr,berr,info = dgesvx(a,b,[fact,trans,af,ipiv,equed,r,c,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesvx"... | |
as,lu,ipiv,equed,rs,cs,bs,x,rcond,ferr,berr,info = cgesvx(a,b,[fact,trans,af,ipiv,equed,r,c,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesvx"... | |
as,lu,ipiv,equed,rs,cs,bs,x,rcond,ferr,berr,info = zgesvx(a,b,[fact,trans,af,ipiv,equed,r,c,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgecon"... | |
rcond,info = sgecon(a,anorm,[norm]) | |
Constructing wrapper function "dgecon"... | |
rcond,info = dgecon(a,anorm,[norm]) | |
Constructing wrapper function "cgecon"... | |
rcond,info = cgecon(a,anorm,[norm]) | |
Constructing wrapper function "zgecon"... | |
rcond,info = zgecon(a,anorm,[norm]) | |
Constructing wrapper function "ssytf2"... | |
ldu,ipiv,info = ssytf2(a,[lower,overwrite_a]) | |
Constructing wrapper function "dsytf2"... | |
ldu,ipiv,info = dsytf2(a,[lower,overwrite_a]) | |
Constructing wrapper function "csytf2"... | |
ldu,ipiv,info = csytf2(a,[lower,overwrite_a]) | |
Constructing wrapper function "zsytf2"... | |
ldu,ipiv,info = zsytf2(a,[lower,overwrite_a]) | |
Constructing wrapper function "ssygst"... | |
c,info = ssygst(a,b,[itype,lower,overwrite_a]) | |
Constructing wrapper function "dsygst"... | |
c,info = dsygst(a,b,[itype,lower,overwrite_a]) | |
Constructing wrapper function "ssytrf"... | |
ldu,ipiv,info = ssytrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsytrf"... | |
ldu,ipiv,info = dsytrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "csytrf"... | |
ldu,ipiv,info = csytrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "zsytrf"... | |
ldu,ipiv,info = zsytrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssytrf_lwork"... | |
work,info = ssytrf_lwork(n,[lower]) | |
Constructing wrapper function "dsytrf_lwork"... | |
work,info = dsytrf_lwork(n,[lower]) | |
Constructing wrapper function "csytrf_lwork"... | |
work,info = csytrf_lwork(n,[lower]) | |
Constructing wrapper function "zsytrf_lwork"... | |
work,info = zsytrf_lwork(n,[lower]) | |
Constructing wrapper function "ssysv"... | |
udut,ipiv,x,info = ssysv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsysv"... | |
udut,ipiv,x,info = dsysv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "csysv"... | |
udut,ipiv,x,info = csysv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zsysv"... | |
udut,ipiv,x,info = zsysv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssysv_lwork"... | |
work,info = ssysv_lwork(n,[lower]) | |
Constructing wrapper function "dsysv_lwork"... | |
work,info = dsysv_lwork(n,[lower]) | |
Constructing wrapper function "csysv_lwork"... | |
work,info = csysv_lwork(n,[lower]) | |
Constructing wrapper function "zsysv_lwork"... | |
work,info = zsysv_lwork(n,[lower]) | |
Constructing wrapper function "ssysvx"... | |
a_s,udut,ipiv,b_s,x,rcond,ferr,berr,info = ssysvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsysvx"... | |
a_s,udut,ipiv,b_s,x,rcond,ferr,berr,info = dsysvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "csysvx"... | |
a_s,udut,ipiv,b_s,x,rcond,ferr,berr,info = csysvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zsysvx"... | |
a_s,udut,ipiv,b_s,x,rcond,ferr,berr,info = zsysvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssysvx_lwork"... | |
work,info = ssysvx_lwork(n,[lower]) | |
Constructing wrapper function "dsysvx_lwork"... | |
work,info = dsysvx_lwork(n,[lower]) | |
Constructing wrapper function "csysvx_lwork"... | |
work,info = csysvx_lwork(n,[lower]) | |
Constructing wrapper function "zsysvx_lwork"... | |
work,info = zsysvx_lwork(n,[lower]) | |
Constructing wrapper function "ssycon"... | |
rcond,info = ssycon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "dsycon"... | |
rcond,info = dsycon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "csycon"... | |
rcond,info = csycon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "zsycon"... | |
rcond,info = zsycon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "checon"... | |
rcond,info = checon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "zhecon"... | |
rcond,info = zhecon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "chegst"... | |
c,info = chegst(a,b,[itype,lower,overwrite_a]) | |
Constructing wrapper function "zhegst"... | |
c,info = zhegst(a,b,[itype,lower,overwrite_a]) | |
Constructing wrapper function "chetrf"... | |
ldu,ipiv,info = chetrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "zhetrf"... | |
ldu,ipiv,info = zhetrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "chetrf_lwork"... | |
work,info = chetrf_lwork(n,[lower]) | |
Constructing wrapper function "zhetrf_lwork"... | |
work,info = zhetrf_lwork(n,[lower]) | |
Constructing wrapper function "chesv"... | |
uduh,ipiv,x,info = chesv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhesv"... | |
uduh,ipiv,x,info = zhesv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chesv_lwork"... | |
work,info = chesv_lwork(n,[lower]) | |
Constructing wrapper function "zhesv_lwork"... | |
work,info = zhesv_lwork(n,[lower]) | |
Constructing wrapper function "chesvx"... | |
uduh,ipiv,x,rcond,ferr,berr,info = chesvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhesvx"... | |
uduh,ipiv,x,rcond,ferr,berr,info = zhesvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chesvx_lwork"... | |
work,info = chesvx_lwork(n,[lower]) | |
Constructing wrapper function "zhesvx_lwork"... | |
work,info = zhesvx_lwork(n,[lower]) | |
Constructing wrapper function "sgetrf"... | |
lu,piv,info = sgetrf(a,[overwrite_a]) | |
Constructing wrapper function "dgetrf"... | |
lu,piv,info = dgetrf(a,[overwrite_a]) | |
Constructing wrapper function "cgetrf"... | |
lu,piv,info = cgetrf(a,[overwrite_a]) | |
Constructing wrapper function "zgetrf"... | |
lu,piv,info = zgetrf(a,[overwrite_a]) | |
Constructing wrapper function "ssytrd"... | |
c,d,e,tau,info = ssytrd(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsytrd"... | |
c,d,e,tau,info = dsytrd(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssytrd_lwork"... | |
work,info = ssytrd_lwork(n,[lower]) | |
Constructing wrapper function "dsytrd_lwork"... | |
work,info = dsytrd_lwork(n,[lower]) | |
Constructing wrapper function "chetrd"... | |
c,d,e,tau,info = chetrd(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "zhetrd"... | |
c,d,e,tau,info = zhetrd(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "chetrd_lwork"... | |
work,info = chetrd_lwork(n,[lower]) | |
Constructing wrapper function "zhetrd_lwork"... | |
work,info = zhetrd_lwork(n,[lower]) | |
Constructing wrapper function "sgetrs"... | |
x,info = sgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "dgetrs"... | |
x,info = dgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "cgetrs"... | |
x,info = cgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "zgetrs"... | |
x,info = zgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "sgetri"... | |
inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "dgetri"... | |
inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "cgetri"... | |
inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "zgetri"... | |
inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "sgetri_lwork"... | |
work,info = sgetri_lwork(n) | |
Constructing wrapper function "dgetri_lwork"... | |
work,info = dgetri_lwork(n) | |
Constructing wrapper function "cgetri_lwork"... | |
work,info = cgetri_lwork(n) | |
Constructing wrapper function "zgetri_lwork"... | |
work,info = zgetri_lwork(n) | |
Constructing wrapper function "sgesdd"... | |
u,s,vt,info = sgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "dgesdd"... | |
u,s,vt,info = dgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "sgesdd_lwork"... | |
work,info = sgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "dgesdd_lwork"... | |
work,info = dgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "cgesdd"... | |
u,s,vt,info = cgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "zgesdd"... | |
u,s,vt,info = zgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "cgesdd_lwork"... | |
work,info = cgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "zgesdd_lwork"... | |
work,info = zgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "sgesvd"... | |
u,s,vt,info = sgesvd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "dgesvd"... | |
u,s,vt,info = dgesvd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "sgesvd_lwork"... | |
work,info = sgesvd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "dgesvd_lwork"... | |
work,info = dgesvd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "cgesvd"... | |
u,s,vt,info = cgesvd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "zgesvd"... | |
u,s,vt,info = zgesvd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "cgesvd_lwork"... | |
work,info = cgesvd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "zgesvd_lwork"... | |
work,info = zgesvd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "sgels"... | |
lqr,x,info = sgels(a,b,[trans,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgels"... | |
lqr,x,info = dgels(a,b,[trans,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgels"... | |
lqr,x,info = cgels(a,b,[trans,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgels"... | |
lqr,x,info = zgels(a,b,[trans,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgels_lwork"... | |
work,info = sgels_lwork(m,n,nrhs,[trans]) | |
Constructing wrapper function "dgels_lwork"... | |
work,info = dgels_lwork(m,n,nrhs,[trans]) | |
Constructing wrapper function "cgels_lwork"... | |
work,info = cgels_lwork(m,n,nrhs,[trans]) | |
Constructing wrapper function "zgels_lwork"... | |
work,info = zgels_lwork(m,n,nrhs,[trans]) | |
Constructing wrapper function "sgelss"... | |
v,x,s,rank,work,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelss"... | |
v,x,s,rank,work,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgelss_lwork"... | |
work,info = sgelss_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "dgelss_lwork"... | |
work,info = dgelss_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "cgelss"... | |
v,x,s,rank,work,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelss"... | |
v,x,s,rank,work,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "slasd4"... | |
delta,sigma,work,info = slasd4(i,d,z,[rho]) | |
Constructing wrapper function "dlasd4"... | |
delta,sigma,work,info = dlasd4(i,d,z,[rho]) | |
Constructing wrapper function "cgelss_lwork"... | |
work,info = cgelss_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "zgelss_lwork"... | |
work,info = zgelss_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "sgelsy"... | |
v,x,j,rank,info = sgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelsy"... | |
v,x,j,rank,info = dgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgelsy_lwork"... | |
work,info = sgelsy_lwork(m,n,nrhs,cond,[lwork]) | |
Constructing wrapper function "dgelsy_lwork"... | |
work,info = dgelsy_lwork(m,n,nrhs,cond,[lwork]) | |
Constructing wrapper function "cgelsy"... | |
v,x,j,rank,info = cgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelsy"... | |
v,x,j,rank,info = zgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelsy_lwork"... | |
work,info = cgelsy_lwork(m,n,nrhs,cond,[lwork]) | |
Constructing wrapper function "zgelsy_lwork"... | |
work,info = zgelsy_lwork(m,n,nrhs,cond,[lwork]) | |
Constructing wrapper function "sgelsd"... | |
x,s,rank,info = sgelsd(a,b,lwork,size_iwork,[cond,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelsd"... | |
x,s,rank,info = dgelsd(a,b,lwork,size_iwork,[cond,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgelsd_lwork"... | |
work,iwork,info = sgelsd_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "dgelsd_lwork"... | |
work,iwork,info = dgelsd_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "cgelsd"... | |
x,s,rank,info = cgelsd(a,b,lwork,size_rwork,size_iwork,[cond,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelsd"... | |
x,s,rank,info = zgelsd(a,b,lwork,size_rwork,size_iwork,[cond,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelsd_lwork"... | |
work,rwork,iwork,info = cgelsd_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "zgelsd_lwork"... | |
work,rwork,iwork,info = zgelsd_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "sgeqp3"... | |
qr,jpvt,tau,work,info = sgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqp3"... | |
qr,jpvt,tau,work,info = dgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqp3"... | |
qr,jpvt,tau,work,info = cgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqp3"... | |
qr,jpvt,tau,work,info = zgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeqrf"... | |
qr,tau,work,info = sgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqrf"... | |
qr,tau,work,info = dgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqrf"... | |
qr,tau,work,info = cgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqrf"... | |
qr,tau,work,info = zgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgerqf"... | |
qr,tau,work,info = sgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgerqf"... | |
qr,tau,work,info = dgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgerqf"... | |
qr,tau,work,info = cgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgerqf"... | |
qr,tau,work,info = zgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sorgqr"... | |
q,work,info = sorgqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "dorgqr"... | |
q,work,info = dorgqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "cungqr"... | |
q,work,info = cungqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "zungqr"... | |
q,work,info = zungqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "sormqr"... | |
cq,work,info = sormqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "dormqr"... | |
cq,work,info = dormqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "cunmqr"... | |
cq,work,info = cunmqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "zunmqr"... | |
cq,work,info = zunmqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "sorgrq"... | |
q,work,info = sorgrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "dorgrq"... | |
q,work,info = dorgrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "cungrq"... | |
q,work,info = cungrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "zungrq"... | |
q,work,info = zungrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeev"... | |
wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "dgeev"... | |
wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "sgeev_lwork"... | |
work,info = sgeev_lwork(n,[compute_vl,compute_vr]) | |
Constructing wrapper function "dgeev_lwork"... | |
work,info = dgeev_lwork(n,[compute_vl,compute_vr]) | |
Constructing wrapper function "cgeev"... | |
w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "zgeev"... | |
w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "cgeev_lwork"... | |
work,info = cgeev_lwork(n,[compute_vl,compute_vr]) | |
Constructing wrapper function "zgeev_lwork"... | |
work,info = zgeev_lwork(n,[compute_vl,compute_vr]) | |
Constructing wrapper function "sgegv"... | |
alphar,alphai,beta,vl,vr,info = sgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgegv"... | |
alphar,alphai,beta,vl,vr,info = dgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgegv"... | |
alpha,beta,vl,vr,info = cgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgegv"... | |
alpha,beta,vl,vr,info = zgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssyev"... | |
w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyev"... | |
w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheev"... | |
w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheev"... | |
w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssyevd"... | |
w,v,info = ssyevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevd"... | |
w,v,info = dsyevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheevd"... | |
w,v,info = cheevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheevd"... | |
w,v,info = zheevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "sposv"... | |
c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposv"... | |
c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposv"... | |
c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposv"... | |
c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sposvx"... | |
a_s,lu,equed,s,b_s,x,rcond,ferr,berr,info = sposvx(a,b,[fact,af,equed,s,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposvx"... | |
a_s,lu,equed,s,b_s,x,rcond,ferr,berr,info = dposvx(a,b,[fact,af,equed,s,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposvx"... | |
a_s,lu,equed,s,b_s,x,rcond,ferr,berr,info = cposvx(a,b,[fact,af,equed,s,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposvx"... | |
a_s,lu,equed,s,b_s,x,rcond,ferr,berr,info = zposvx(a,b,[fact,af,equed,s,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "spocon"... | |
rcond,info = spocon(a,anorm,[uplo]) | |
Constructing wrapper function "dpocon"... | |
rcond,info = dpocon(a,anorm,[uplo]) | |
Constructing wrapper function "cpocon"... | |
rcond,info = cpocon(a,anorm,[uplo]) | |
Constructing wrapper function "zpocon"... | |
rcond,info = zpocon(a,anorm,[uplo]) | |
Constructing wrapper function "spotrf"... | |
c,info = spotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "dpotrf"... | |
c,info = dpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "cpotrf"... | |
c,info = cpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "zpotrf"... | |
c,info = zpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "spotrs"... | |
x,info = spotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "dpotrs"... | |
x,info = dpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "cpotrs"... | |
x,info = cpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "zpotrs"... | |
x,info = zpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "spotri"... | |
inv_a,info = spotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "dpotri"... | |
inv_a,info = dpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "cpotri"... | |
inv_a,info = cpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "zpotri"... | |
inv_a,info = zpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "slauum"... | |
a,info = slauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "dlauum"... | |
a,info = dlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "clauum"... | |
a,info = clauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "zlauum"... | |
a,info = zlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "strtri"... | |
inv_c,info = strtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "dtrtri"... | |
inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ctrtri"... | |
inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ztrtri"... | |
inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "strsyl"... | |
x,scale,info = strsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "dtrsyl"... | |
x,scale,info = dtrsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "ctrsyl"... | |
x,scale,info = ctrsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "ztrsyl"... | |
x,scale,info = ztrsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "slaswp"... | |
a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "dlaswp"... | |
a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "claswp"... | |
a = claswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "zlaswp"... | |
a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "cgees"... | |
t,sdim,w,vs,work,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a]) | |
Constructing wrapper function "zgees"... | |
t,sdim,w,vs,work,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sgees"... | |
t,sdim,wr,wi,vs,work,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a]) | |
Constructing wrapper function "dgees"... | |
t,sdim,wr,wi,vs,work,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sggev"... | |
alphar,alphai,beta,vl,vr,work,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dggev"... | |
alphar,alphai,beta,vl,vr,work,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cggev"... | |
alpha,beta,vl,vr,work,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zggev"... | |
alpha,beta,vl,vr,work,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssbev"... | |
w,z,info = ssbev(ab,[compute_v,lower,ldab,overwrite_ab]) | |
Constructing wrapper function "dsbev"... | |
w,z,info = dsbev(ab,[compute_v,lower,ldab,overwrite_ab]) | |
Constructing wrapper function "ssbevd"... | |
w,z,info = ssbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) | |
Constructing wrapper function "dsbevd"... | |
w,z,info = dsbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) | |
Constructing wrapper function "ssbevx"... | |
w,z,m,ifail,info = ssbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "dsbevx"... | |
w,z,m,ifail,info = dsbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "sstebz"... | |
m,w,iblock,isplit,info = sstebz(d,e,range,vl,vu,il,iu,tol,order) | |
Constructing wrapper function "dstebz"... | |
m,w,iblock,isplit,info = dstebz(d,e,range,vl,vu,il,iu,tol,order) | |
Constructing wrapper function "ssterf"... | |
vals,info = ssterf(d,e,[overwrite_d,overwrite_e]) | |
Constructing wrapper function "dsterf"... | |
vals,info = dsterf(d,e,[overwrite_d,overwrite_e]) | |
Constructing wrapper function "sstein"... | |
z,info = sstein(d,e,w,iblock,isplit) | |
Constructing wrapper function "dstein"... | |
z,info = dstein(d,e,w,iblock,isplit) | |
Constructing wrapper function "sstemr"... | |
m,w,z,info = sstemr(d,e,range,vl,vu,il,iu,[compute_v,lwork,liwork,overwrite_d]) | |
Constructing wrapper function "dstemr"... | |
m,w,z,info = dstemr(d,e,range,vl,vu,il,iu,[compute_v,lwork,liwork,overwrite_d]) | |
Constructing wrapper function "sstemr_lwork"... | |
work,iwork,info = sstemr_lwork(d,e,range,vl,vu,il,iu,[compute_v,overwrite_d,overwrite_e]) | |
Constructing wrapper function "dstemr_lwork"... | |
work,iwork,info = dstemr_lwork(d,e,range,vl,vu,il,iu,[compute_v,overwrite_d,overwrite_e]) | |
Constructing wrapper function "sstev"... | |
vals,z,info = sstev(d,e,[compute_v,overwrite_d,overwrite_e]) | |
Constructing wrapper function "dstev"... | |
vals,z,info = dstev(d,e,[compute_v,overwrite_d,overwrite_e]) | |
Constructing wrapper function "chbevd"... | |
w,z,info = chbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) | |
Constructing wrapper function "zhbevd"... | |
w,z,info = zhbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) | |
Constructing wrapper function "chbevx"... | |
w,z,m,ifail,info = chbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "zhbevx"... | |
w,z,m,ifail,info = zhbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Creating wrapper for Fortran function "dlamch"("dlamch")... | |
Constructing wrapper function "dlamch"... | |
dlamch = dlamch(cmach) | |
Creating wrapper for Fortran function "slamch"("wslamch")... | |
Constructing wrapper function "slamch"... | |
slamch = slamch(cmach) | |
Constructing wrapper function "sgbtrf"... | |
lu,ipiv,info = sgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "dgbtrf"... | |
lu,ipiv,info = dgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "cgbtrf"... | |
lu,ipiv,info = cgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "zgbtrf"... | |
lu,ipiv,info = zgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "sgbtrs"... | |
x,info = sgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "dgbtrs"... | |
x,info = dgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "cgbtrs"... | |
x,info = cgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "zgbtrs"... | |
x,info = zgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "ssyevr"... | |
w,z,info = ssyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevr"... | |
w,z,info = dsyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "cheevr"... | |
w,z,info = cheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "zheevr"... | |
w,z,info = zheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "ssygv"... | |
a,w,info = ssygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygv"... | |
a,w,info = dsygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegv"... | |
a,w,info = chegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegv"... | |
a,w,info = zhegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvd"... | |
a,w,info = ssygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvd"... | |
a,w,info = dsygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvd"... | |
a,w,info = chegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvd"... | |
a,w,info = zhegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvx"... | |
w,z,ifail,info = ssygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvx"... | |
w,z,ifail,info = dsygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvx"... | |
w,z,ifail,info = chegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvx"... | |
w,z,ifail,info = zhegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgglse"... | |
t,r,res,x,info = sgglse(a,b,c,d,[lwork,overwrite_a,overwrite_b,overwrite_c,overwrite_d]) | |
Constructing wrapper function "dgglse"... | |
t,r,res,x,info = dgglse(a,b,c,d,[lwork,overwrite_a,overwrite_b,overwrite_c,overwrite_d]) | |
Constructing wrapper function "cgglse"... | |
t,r,res,x,info = cgglse(a,b,c,d,[lwork,overwrite_a,overwrite_b,overwrite_c,overwrite_d]) | |
Constructing wrapper function "zgglse"... | |
t,r,res,x,info = zgglse(a,b,c,d,[lwork,overwrite_a,overwrite_b,overwrite_c,overwrite_d]) | |
Constructing wrapper function "sgglse_lwork"... | |
work,info = sgglse_lwork(m,n,p) | |
Constructing wrapper function "dgglse_lwork"... | |
work,info = dgglse_lwork(m,n,p) | |
Constructing wrapper function "cgglse_lwork"... | |
work,info = cgglse_lwork(m,n,p) | |
Constructing wrapper function "zgglse_lwork"... | |
work,info = zgglse_lwork(m,n,p) | |
Creating wrapper for Fortran function "slange"("wslange")... | |
Constructing wrapper function "slange"... | |
n2 = slange(norm,a) | |
Creating wrapper for Fortran function "dlange"("dlange")... | |
Constructing wrapper function "dlange"... | |
n2 = dlange(norm,a) | |
Creating wrapper for Fortran function "clange"("wclange")... | |
Constructing wrapper function "clange"... | |
n2 = clange(norm,a) | |
Creating wrapper for Fortran function "zlange"("zlange")... | |
Constructing wrapper function "zlange"... | |
n2 = zlange(norm,a) | |
Constructing wrapper function "slarfg"... | |
alpha,x,tau = slarfg(n,alpha,x,[incx,overwrite_x]) | |
Constructing wrapper function "dlarfg"... | |
alpha,x,tau = dlarfg(n,alpha,x,[incx,overwrite_x]) | |
Constructing wrapper function "clarfg"... | |
alpha,x,tau = clarfg(n,alpha,x,[incx,overwrite_x]) | |
Constructing wrapper function "zlarfg"... | |
alpha,x,tau = zlarfg(n,alpha,x,[incx,overwrite_x]) | |
Constructing wrapper function "slarf"... | |
c = slarf(v,tau,c,work,[side,incv,overwrite_c]) | |
Constructing wrapper function "dlarf"... | |
c = dlarf(v,tau,c,work,[side,incv,overwrite_c]) | |
Constructing wrapper function "clarf"... | |
c = clarf(v,tau,c,work,[side,incv,overwrite_c]) | |
Constructing wrapper function "zlarf"... | |
c = zlarf(v,tau,c,work,[side,incv,overwrite_c]) | |
Constructing wrapper function "slartg"... | |
cs,sn,r = slartg(f,g) | |
Constructing wrapper function "dlartg"... | |
cs,sn,r = dlartg(f,g) | |
Constructing wrapper function "clartg"... | |
cs,sn,r = clartg(f,g) | |
Constructing wrapper function "zlartg"... | |
cs,sn,r = zlartg(f,g) | |
Constructing wrapper function "crot"... | |
x,y = crot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "zrot"... | |
x,y = zrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "ilaver"... | |
major,minor,patch = ilaver() | |
Wrote C/API module "_flapack" to file "build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg/_flapackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg/_flapack-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg' to include_dirs. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg/_flapack-f2pywrappers.f' to sources. | |
building extension "scipy.linalg._flinalg" sources | |
f2py options: [] | |
f2py:> build/src.linux-x86_64-3.8/scipy/linalg/_flinalgmodule.c | |
Reading fortran codes... | |
Reading file 'scipy/linalg/src/det.f' (format:fix,strict) | |
Reading file 'scipy/linalg/src/lu.f' (format:fix,strict) | |
Post-processing... | |
Block: _flinalg | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:ddet_c | |
vars2fortran: No typespec for argument "info". | |
Block: ddet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:ddet_r | |
vars2fortran: No typespec for argument "info". | |
Block: ddet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:sdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: sdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:sdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: sdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:zdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: zdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:zdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: zdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:cdet_c | |
vars2fortran: No typespec for argument "info". | |
Block: cdet_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/det.f:cdet_r | |
vars2fortran: No typespec for argument "info". | |
Block: cdet_r | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/lu.f:dlu_c | |
vars2fortran: No typespec for argument "info". | |
Block: dlu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/lu.f:zlu_c | |
vars2fortran: No typespec for argument "info". | |
Block: zlu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/lu.f:slu_c | |
vars2fortran: No typespec for argument "info". | |
Block: slu_c | |
{'attrspec': ['intent(out)']} | |
In: :_flinalg:scipy/linalg/src/lu.f:clu_c | |
vars2fortran: No typespec for argument "info". | |
Block: clu_c | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_flinalg"... | |
Constructing wrapper function "ddet_c"... | |
det,info = ddet_c(a,[overwrite_a]) | |
Constructing wrapper function "ddet_r"... | |
det,info = ddet_r(a,[overwrite_a]) | |
Constructing wrapper function "sdet_c"... | |
det,info = sdet_c(a,[overwrite_a]) | |
Constructing wrapper function "sdet_r"... | |
det,info = sdet_r(a,[overwrite_a]) | |
Constructing wrapper function "zdet_c"... | |
det,info = zdet_c(a,[overwrite_a]) | |
Constructing wrapper function "zdet_r"... | |
det,info = zdet_r(a,[overwrite_a]) | |
Constructing wrapper function "cdet_c"... | |
det,info = cdet_c(a,[overwrite_a]) | |
Constructing wrapper function "cdet_r"... | |
det,info = cdet_r(a,[overwrite_a]) | |
Constructing wrapper function "dlu_c"... | |
p,l,u,info = dlu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "zlu_c"... | |
p,l,u,info = zlu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "slu_c"... | |
p,l,u,info = slu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "clu_c"... | |
p,l,u,info = clu_c(a,[permute_l,overwrite_a]) | |
Wrote C/API module "_flinalg" to file "build/src.linux-x86_64-3.8/scipy/linalg/_flinalgmodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg' to include_dirs. | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg | |
building extension "scipy.linalg._interpolative" sources | |
f2py options: [] | |
f2py: scipy/linalg/interpolative.pyf | |
Reading fortran codes... | |
Reading file 'scipy/linalg/interpolative.pyf' (format:free) | |
Post-processing... | |
Block: _interpolative | |
Block: id_srand | |
Block: idd_frm | |
Block: idd_sfrm | |
Block: idd_frmi | |
Block: idd_sfrmi | |
Block: iddp_id | |
Block: iddr_id | |
Block: idd_reconid | |
"object of type 'type' has no len()" in evaluating 'len(list)' (available names: []) | |
Block: idd_reconint | |
"object of type 'type' has no len()" in evaluating 'len(list)' (available names: []) | |
Block: idd_copycols | |
Block: idd_id2svd | |
"object of type 'type' has no len()" in evaluating 'len(list)' (available names: []) | |
Block: idd_snorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_snorm | |
get_useparameters: no module idd__user__routines info used by idd_snorm | |
Block: idd_diffsnorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_diffsnorm | |
get_useparameters: no module idd__user__routines info used by idd_diffsnorm | |
Block: iddr_svd | |
Block: iddp_svd | |
Block: iddp_aid | |
Block: idd_estrank | |
Block: iddp_asvd | |
Block: iddp_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddp_rid | |
get_useparameters: no module idd__user__routines info used by iddp_rid | |
Block: idd_findrank | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_findrank | |
get_useparameters: no module idd__user__routines info used by idd_findrank | |
Block: iddp_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddp_rsvd | |
get_useparameters: no module idd__user__routines info used by iddp_rsvd | |
Block: iddr_aid | |
Block: iddr_aidi | |
Block: iddr_asvd | |
Block: iddr_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddr_rid | |
get_useparameters: no module idd__user__routines info used by iddr_rid | |
Block: iddr_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddr_rsvd | |
get_useparameters: no module idd__user__routines info used by iddr_rsvd | |
Block: idz_frm | |
Block: idz_sfrm | |
Block: idz_frmi | |
Block: idz_sfrmi | |
Block: idzp_id | |
Block: idzr_id | |
Block: idz_reconid | |
"object of type 'type' has no len()" in evaluating 'len(list)' (available names: []) | |
Block: idz_reconint | |
"object of type 'type' has no len()" in evaluating 'len(list)' (available names: []) | |
Block: idz_copycols | |
Block: idz_id2svd | |
"object of type 'type' has no len()" in evaluating 'len(list)' (available names: []) | |
Block: idz_snorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_snorm | |
get_useparameters: no module idz__user__routines info used by idz_snorm | |
Block: idz_diffsnorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_diffsnorm | |
get_useparameters: no module idz__user__routines info used by idz_diffsnorm | |
Block: idzr_svd | |
Block: idzp_svd | |
Block: idzp_aid | |
Block: idz_estrank | |
Block: idzp_asvd | |
Block: idzp_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzp_rid | |
get_useparameters: no module idz__user__routines info used by idzp_rid | |
Block: idz_findrank | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_findrank | |
get_useparameters: no module idz__user__routines info used by idz_findrank | |
Block: idzp_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzp_rsvd | |
get_useparameters: no module idz__user__routines info used by idzp_rsvd | |
Block: idzr_aid | |
Block: idzr_aidi | |
Block: idzr_asvd | |
Block: idzr_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzr_rid | |
get_useparameters: no module idz__user__routines info used by idzr_rid | |
Block: idzr_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzr_rsvd | |
get_useparameters: no module idz__user__routines info used by idzr_rsvd | |
Block: idd__user__routines | |
Block: idd_user_interface | |
Block: matvect | |
Block: matvec | |
Block: matvect2 | |
Block: matvec2 | |
Block: idz__user__routines | |
Block: idz_user_interface | |
Block: matveca | |
Block: matvec | |
Block: matveca2 | |
Block: matvec2 | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_matvect_in_idd__user__routines" | |
def matvect(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec_in_idd__user__routines" | |
def matvec(x,[n,m,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvect2_in_idd__user__routines" | |
def matvect2(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec2_in_idd__user__routines" | |
def matvec2(x,[n,m,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matveca_in_idz__user__routines" | |
def matveca(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec_in_idz__user__routines" | |
def matvec(x,[n,m,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matveca2_in_idz__user__routines" | |
def matveca2(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec2_in_idz__user__routines" | |
def matvec2(x,[n,m,p1,p2,p3,p4]): return y | |
Building module "_interpolative"... | |
Constructing wrapper function "id_srand"... | |
r = id_srand(n) | |
Constructing wrapper function "id_srandi"... | |
id_srandi(t) | |
Constructing wrapper function "id_srando"... | |
id_srando() | |
Constructing wrapper function "idd_frm"... | |
y = idd_frm(n,w,x,[m]) | |
Constructing wrapper function "idd_sfrm"... | |
y = idd_sfrm(l,n,w,x,[m]) | |
Constructing wrapper function "idd_frmi"... | |
n,w = idd_frmi(m) | |
Constructing wrapper function "idd_sfrmi"... | |
n,w = idd_sfrmi(l,m) | |
Constructing wrapper function "iddp_id"... | |
krank,list,rnorms = iddp_id(eps,a,[m,n]) | |
Constructing wrapper function "iddr_id"... | |
list,rnorms = iddr_id(a,krank,[m,n]) | |
Constructing wrapper function "idd_reconid"... | |
approx = idd_reconid(col,list,proj,[m,krank,n]) | |
Constructing wrapper function "idd_reconint"... | |
p = idd_reconint(list,proj,[n,krank]) | |
Constructing wrapper function "idd_copycols"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
col = idd_copycols(a,krank,list,[m,n]) | |
Constructing wrapper function "idd_id2svd"... | |
u,v,s,ier = idd_id2svd(b,list,proj,[m,krank,n,w]) | |
Constructing wrapper function "idd_snorm"... | |
snorm,v = idd_snorm(m,n,matvect,matvec,its,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,u,matvect_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idd_diffsnorm"... | |
snorm = idd_diffsnorm(m,n,matvect,matvect2,matvec,matvec2,its,[p1t,p2t,p3t,p4t,p1t2,p2t2,p3t2,p4t2,p1,p2,p3,p4,p12,p22,p32,p42,w,matvect_extra_args,matvect2_extra_args,matvec_extra_args,matvec2_extra_args]) | |
Constructing wrapper function "iddr_svd"... | |
u,v,s,ier = iddr_svd(a,krank,[m,n,r]) | |
Constructing wrapper function "iddp_svd"... | |
krank,iu,iv,is,w,ier = iddp_svd(eps,a,[m,n]) | |
Constructing wrapper function "iddp_aid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj = iddp_aid(eps,a,work,proj,[m,n]) | |
Constructing wrapper function "idd_estrank"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,ra = idd_estrank(eps,a,w,ra,[m,n]) | |
Constructing wrapper function "iddp_asvd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,iu,iv,is,w,ier = iddp_asvd(eps,a,winit,w,[m,n]) | |
Constructing wrapper function "iddp_rid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj,ier = iddp_rid(eps,m,n,matvect,proj,[p1,p2,p3,p4,matvect_extra_args]) | |
Constructing wrapper function "idd_findrank"... | |
krank,ra,ier = idd_findrank(eps,m,n,matvect,[p1,p2,p3,p4,w,matvect_extra_args]) | |
Constructing wrapper function "iddp_rsvd"... | |
krank,iu,iv,is,w,ier = iddp_rsvd(eps,m,n,matvect,matvec,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,matvect_extra_args,matvec_extra_args]) | |
Constructing wrapper function "iddr_aid"... | |
list,proj = iddr_aid(a,krank,w,[m,n]) | |
Constructing wrapper function "iddr_aidi"... | |
w = iddr_aidi(m,n,krank) | |
Constructing wrapper function "iddr_asvd"... | |
u,v,s,ier = iddr_asvd(a,krank,w,[m,n]) | |
Constructing wrapper function "iddr_rid"... | |
list,proj = iddr_rid(m,n,matvect,krank,[p1,p2,p3,p4,matvect_extra_args]) | |
Constructing wrapper function "iddr_rsvd"... | |
u,v,s,ier = iddr_rsvd(m,n,matvect,matvec,krank,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,w,matvect_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idz_frm"... | |
y = idz_frm(n,w,x,[m]) | |
Constructing wrapper function "idz_sfrm"... | |
y = idz_sfrm(l,n,w,x,[m]) | |
Constructing wrapper function "idz_frmi"... | |
n,w = idz_frmi(m) | |
Constructing wrapper function "idz_sfrmi"... | |
n,w = idz_sfrmi(l,m) | |
Constructing wrapper function "idzp_id"... | |
krank,list,rnorms = idzp_id(eps,a,[m,n]) | |
Constructing wrapper function "idzr_id"... | |
list,rnorms = idzr_id(a,krank,[m,n]) | |
Constructing wrapper function "idz_reconid"... | |
approx = idz_reconid(col,list,proj,[m,krank,n]) | |
Constructing wrapper function "idz_reconint"... | |
p = idz_reconint(list,proj,[n,krank]) | |
Constructing wrapper function "idz_copycols"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
col = idz_copycols(a,krank,list,[m,n]) | |
Constructing wrapper function "idz_id2svd"... | |
u,v,s,ier = idz_id2svd(b,list,proj,[m,krank,n,w]) | |
Constructing wrapper function "idz_snorm"... | |
snorm,v = idz_snorm(m,n,matveca,matvec,its,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,u,matveca_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idz_diffsnorm"... | |
snorm = idz_diffsnorm(m,n,matveca,matveca2,matvec,matvec2,its,[p1a,p2a,p3a,p4a,p1a2,p2a2,p3a2,p4a2,p1,p2,p3,p4,p12,p22,p32,p42,w,matveca_extra_args,matveca2_extra_args,matvec_extra_args,matvec2_extra_args]) | |
Constructing wrapper function "idzr_svd"... | |
u,v,s,ier = idzr_svd(a,krank,[m,n,r]) | |
Constructing wrapper function "idzp_svd"... | |
krank,iu,iv,is,w,ier = idzp_svd(eps,a,[m,n]) | |
Constructing wrapper function "idzp_aid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj = idzp_aid(eps,a,work,proj,[m,n]) | |
Constructing wrapper function "idz_estrank"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,ra = idz_estrank(eps,a,w,ra,[m,n]) | |
Constructing wrapper function "idzp_asvd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,iu,iv,is,w,ier = idzp_asvd(eps,a,winit,w,[m,n]) | |
Constructing wrapper function "idzp_rid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj,ier = idzp_rid(eps,m,n,matveca,proj,[p1,p2,p3,p4,matveca_extra_args]) | |
Constructing wrapper function "idz_findrank"... | |
krank,ra,ier = idz_findrank(eps,m,n,matveca,[p1,p2,p3,p4,w,matveca_extra_args]) | |
Constructing wrapper function "idzp_rsvd"... | |
krank,iu,iv,is,w,ier = idzp_rsvd(eps,m,n,matveca,matvec,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,matveca_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idzr_aid"... | |
list,proj = idzr_aid(a,krank,w,[m,n]) | |
Constructing wrapper function "idzr_aidi"... | |
w = idzr_aidi(m,n,krank) | |
Constructing wrapper function "idzr_asvd"... | |
u,v,s,ier = idzr_asvd(a,krank,w,[m,n]) | |
Constructing wrapper function "idzr_rid"... | |
list,proj = idzr_rid(m,n,matveca,krank,[p1,p2,p3,p4,matveca_extra_args]) | |
Constructing wrapper function "idzr_rsvd"... | |
u,v,s,ier = idzr_rsvd(m,n,matveca,matvec,krank,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,w,matveca_extra_args,matvec_extra_args]) | |
Wrote C/API module "_interpolative" to file "build/src.linux-x86_64-3.8/scipy/linalg/_interpolativemodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/linalg' to include_dirs. | |
building extension "scipy.linalg._solve_toeplitz" sources | |
building extension "scipy.linalg.cython_blas" sources | |
building extension "scipy.linalg.cython_lapack" sources | |
building extension "scipy.linalg._decomp_update" sources | |
building extension "scipy.odr.__odrpack" sources | |
building extension "scipy.optimize._minpack" sources | |
building extension "scipy.optimize._zeros" sources | |
building extension "scipy.optimize._lbfgsb" sources | |
creating build/src.linux-x86_64-3.8/scipy/optimize | |
creating build/src.linux-x86_64-3.8/scipy/optimize/lbfgsb | |
f2py options: [] | |
f2py: scipy/optimize/lbfgsb/lbfgsb.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/lbfgsb/lbfgsb.pyf' (format:free) | |
Post-processing... | |
Block: _lbfgsb | |
Block: setulb | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_lbfgsb"... | |
Constructing wrapper function "setulb"... | |
setulb(m,x,l,u,nbd,f,g,factr,pgtol,wa,iwa,task,iprint,csave,lsave,isave,dsave,maxls,[n]) | |
Wrote C/API module "_lbfgsb" to file "build/src.linux-x86_64-3.8/scipy/optimize/lbfgsb/_lbfgsbmodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/lbfgsb/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/lbfgsb' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/lbfgsb | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/lbfgsb | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/lbfgsb | |
building extension "scipy.optimize.moduleTNC" sources | |
building extension "scipy.optimize._cobyla" sources | |
creating build/src.linux-x86_64-3.8/scipy/optimize/cobyla | |
f2py options: [] | |
f2py: scipy/optimize/cobyla/cobyla.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/cobyla/cobyla.pyf' (format:free) | |
Post-processing... | |
Block: _cobyla__user__routines | |
Block: _cobyla_user_interface | |
Block: calcfc | |
Block: _cobyla | |
Block: minimize | |
In: scipy/optimize/cobyla/cobyla.pyf:_cobyla:unknown_interface:minimize | |
get_useparameters: no module _cobyla__user__routines info used by minimize | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_calcfc_in__cobyla__user__routines" | |
def calcfc(x,con): return f | |
Building module "_cobyla"... | |
Constructing wrapper function "minimize"... | |
x,dinfo = minimize(calcfc,m,x,rhobeg,rhoend,dinfo,[iprint,maxfun,calcfc_extra_args]) | |
Wrote C/API module "_cobyla" to file "build/src.linux-x86_64-3.8/scipy/optimize/cobyla/_cobylamodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/cobyla/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/cobyla' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/cobyla | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/cobyla | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/cobyla | |
building extension "scipy.optimize.minpack2" sources | |
creating build/src.linux-x86_64-3.8/scipy/optimize/minpack2 | |
f2py options: [] | |
f2py: scipy/optimize/minpack2/minpack2.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/minpack2/minpack2.pyf' (format:free) | |
Post-processing... | |
Block: minpack2 | |
Block: dcsrch | |
Block: dcstep | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "minpack2"... | |
Constructing wrapper function "dcsrch"... | |
stp,f,g,task = dcsrch(stp,f,g,ftol,gtol,xtol,task,stpmin,stpmax,isave,dsave) | |
Constructing wrapper function "dcstep"... | |
stx,fx,dx,sty,fy,dy,stp,brackt = dcstep(stx,fx,dx,sty,fy,dy,stp,fp,dp,brackt,stpmin,stpmax) | |
Wrote C/API module "minpack2" to file "build/src.linux-x86_64-3.8/scipy/optimize/minpack2/minpack2module.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/minpack2/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/minpack2' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/minpack2 | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/minpack2 | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/minpack2 | |
building extension "scipy.optimize._slsqp" sources | |
creating build/src.linux-x86_64-3.8/scipy/optimize/slsqp | |
f2py options: [] | |
f2py: scipy/optimize/slsqp/slsqp.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/slsqp/slsqp.pyf' (format:free) | |
Post-processing... | |
Block: _slsqp | |
Block: slsqp | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_slsqp"... | |
Constructing wrapper function "slsqp"... | |
slsqp(m,meq,x,xl,xu,f,c,g,a,acc,iter,mode,w,jw,[la,n,l_w,l_jw]) | |
Wrote C/API module "_slsqp" to file "build/src.linux-x86_64-3.8/scipy/optimize/slsqp/_slsqpmodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/slsqp/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/slsqp' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/slsqp | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/slsqp | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/slsqp | |
building extension "scipy.optimize._nnls" sources | |
creating build/src.linux-x86_64-3.8/scipy/optimize/nnls | |
f2py options: [] | |
f2py: scipy/optimize/nnls/nnls.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/nnls/nnls.pyf' (format:free) | |
Post-processing... | |
Block: _nnls | |
Block: nnls | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_nnls"... | |
Constructing wrapper function "nnls"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,rnorm,mode = nnls(a,m,n,b,w,zz,index_bn,maxiter,[mda,overwrite_a,overwrite_b]) | |
Wrote C/API module "_nnls" to file "build/src.linux-x86_64-3.8/scipy/optimize/nnls/_nnlsmodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/nnls/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/nnls' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/nnls | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/nnls | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/optimize/nnls | |
building extension "scipy.optimize._group_columns" sources | |
building extension "scipy.optimize._lsq.givens_elimination" sources | |
building extension "scipy.optimize._trlib._trlib" sources | |
building extension "scipy.signal.sigtools" sources | |
creating build/src.linux-x86_64-3.8/scipy/signal | |
conv_template:> build/src.linux-x86_64-3.8/scipy/signal/lfilter.c | |
conv_template:> build/src.linux-x86_64-3.8/scipy/signal/correlate_nd.c | |
building extension "scipy.signal._spectral" sources | |
building extension "scipy.signal._max_len_seq_inner" sources | |
building extension "scipy.signal._peak_finding_utils" sources | |
building extension "scipy.signal._upfirdn_apply" sources | |
building extension "scipy.signal.spline" sources | |
building extension "scipy.sparse.linalg.isolve._iterative" sources | |
creating build/src.linux-x86_64-3.8/scipy/sparse | |
creating build/src.linux-x86_64-3.8/scipy/sparse/linalg | |
creating build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
creating build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative | |
from_template:> build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/getbreak.f | |
from_template:> build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/BiCGREVCOM.f | |
from_template:> build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/BiCGSTABREVCOM.f | |
from_template:> build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/CGREVCOM.f | |
from_template:> build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/CGSREVCOM.f | |
from_template:> build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f | |
from_template:> build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/QMRREVCOM.f | |
from_template:> build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/_iterative.pyf | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/_iterative.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/_iterative.pyf' (format:free) | |
Post-processing... | |
Block: _iterative | |
Block: sbicgrevcom | |
Block: dbicgrevcom | |
Block: cbicgrevcom | |
Block: zbicgrevcom | |
Block: sbicgstabrevcom | |
Block: dbicgstabrevcom | |
Block: cbicgstabrevcom | |
Block: zbicgstabrevcom | |
Block: scgrevcom | |
Block: dcgrevcom | |
Block: ccgrevcom | |
Block: zcgrevcom | |
Block: scgsrevcom | |
Block: dcgsrevcom | |
Block: ccgsrevcom | |
Block: zcgsrevcom | |
Block: sqmrrevcom | |
Block: dqmrrevcom | |
Block: cqmrrevcom | |
Block: zqmrrevcom | |
Block: sgmresrevcom | |
Block: dgmresrevcom | |
Block: cgmresrevcom | |
Block: zgmresrevcom | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_iterative"... | |
Constructing wrapper function "sbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "scgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dcgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "ccgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zcgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "scgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dcgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "ccgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zcgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob,tol) | |
Constructing wrapper function "dgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob,tol) | |
Constructing wrapper function "cgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob,tol) | |
Constructing wrapper function "zgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob,tol) | |
Wrote C/API module "_iterative" to file "build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/isolve/iterative | |
building extension "scipy.sparse.linalg.dsolve._superlu" sources | |
building extension "scipy.sparse.linalg.eigen.arpack._arpack" sources | |
creating build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen | |
creating build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack | |
from_template:> build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/arpack.pyf | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack | |
f2py options: [] | |
f2py: build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/arpack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/arpack.pyf' (format:free) | |
Post-processing... | |
Block: _arpack | |
Block: ssaupd | |
Block: dsaupd | |
Block: sseupd | |
Block: dseupd | |
Block: snaupd | |
Block: dnaupd | |
Block: sneupd | |
Block: dneupd | |
Block: cnaupd | |
Block: znaupd | |
Block: cneupd | |
Block: zneupd | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_arpack"... | |
Constructing wrapper function "ssaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = ssaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dsaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = dsaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "sseupd"... | |
d,z,info = sseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dseupd"... | |
d,z,info = dseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "snaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = snaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dnaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = dnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "sneupd"... | |
dr,di,z,info = sneupd(rvec,howmny,select,sigmar,sigmai,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dneupd"... | |
dr,di,z,info = dneupd(rvec,howmny,select,sigmar,sigmai,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "cnaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = cnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "znaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = znaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "cneupd"... | |
d,z,info = cneupd(rvec,howmny,select,sigma,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "zneupd"... | |
d,z,info = zneupd(rvec,howmny,select,sigma,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing COMMON block support for "debug"... | |
logfil,ndigit,mgetv0,msaupd,msaup2,msaitr,mseigt,msapps,msgets,mseupd,mnaupd,mnaup2,mnaitr,mneigh,mnapps,mngets,mneupd,mcaupd,mcaup2,mcaitr,mceigh,mcapps,mcgets,mceupd | |
Constructing COMMON block support for "timing"... | |
nopx,nbx,nrorth,nitref,nrstrt,tsaupd,tsaup2,tsaitr,tseigt,tsgets,tsapps,tsconv,tnaupd,tnaup2,tnaitr,tneigh,tngets,tnapps,tnconv,tcaupd,tcaup2,tcaitr,tceigh,tcgets,tcapps,tcconv,tmvopx,tmvbx,tgetv0,titref,trvec | |
Wrote C/API module "_arpack" to file "build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/_arpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f' to sources. | |
building extension "scipy.sparse.csgraph._shortest_path" sources | |
building extension "scipy.sparse.csgraph._traversal" sources | |
building extension "scipy.sparse.csgraph._min_spanning_tree" sources | |
building extension "scipy.sparse.csgraph._reordering" sources | |
building extension "scipy.sparse.csgraph._tools" sources | |
building extension "scipy.sparse._csparsetools" sources | |
building extension "scipy.sparse._sparsetools" sources | |
[generate_sparsetools] generating 'scipy/sparse/sparsetools/bsr_impl.h' | |
[generate_sparsetools] generating 'scipy/sparse/sparsetools/csr_impl.h' | |
[generate_sparsetools] generating 'scipy/sparse/sparsetools/csc_impl.h' | |
[generate_sparsetools] generating 'scipy/sparse/sparsetools/other_impl.h' | |
[generate_sparsetools] generating 'scipy/sparse/sparsetools/sparsetools_impl.h' | |
building extension "scipy.spatial.qhull" sources | |
building extension "scipy.spatial.ckdtree" sources | |
building extension "scipy.spatial._distance_wrap" sources | |
building extension "scipy.spatial._voronoi" sources | |
building extension "scipy.spatial._hausdorff" sources | |
building extension "scipy.special.specfun" sources | |
creating build/src.linux-x86_64-3.8/scipy/special | |
f2py options: ['--no-wrap-functions'] | |
f2py: scipy/special/specfun.pyf | |
Reading fortran codes... | |
Reading file 'scipy/special/specfun.pyf' (format:free) | |
Post-processing... | |
Block: specfun | |
Block: clqmn | |
Block: lqmn | |
Block: clpmn | |
Block: jdzo | |
Block: bernob | |
Block: bernoa | |
Block: lpmns | |
Block: eulera | |
Block: clqn | |
Block: airyzo | |
Block: eulerb | |
Block: cva1 | |
Block: lqnb | |
Block: lamv | |
Block: lagzo | |
Block: legzo | |
Block: pbdv | |
Block: cerzo | |
Block: lamn | |
Block: clpn | |
Block: lqmns | |
Block: chgm | |
Block: lpmn | |
Block: fcszo | |
Block: aswfb | |
Block: lqna | |
Block: cpbdn | |
Block: lpn | |
Block: fcoef | |
Block: rcty | |
Block: lpni | |
Block: cyzo | |
Block: othpl | |
Block: klvnzo | |
Block: jyzo | |
Block: rctj | |
Block: herzo | |
Block: pbvv | |
Block: segv | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "specfun"... | |
Constructing wrapper function "clqmn"... | |
cqm,cqd = clqmn(m,n,z) | |
Constructing wrapper function "lqmn"... | |
qm,qd = lqmn(m,n,x) | |
Constructing wrapper function "clpmn"... | |
cpm,cpd = clpmn(m,n,x,y,ntype) | |
Constructing wrapper function "jdzo"... | |
n,m,pcode,zo = jdzo(nt) | |
Constructing wrapper function "bernob"... | |
bn = bernob(n) | |
Constructing wrapper function "bernoa"... | |
bn = bernoa(n) | |
Constructing wrapper function "lpmns"... | |
pm,pd = lpmns(m,n,x) | |
Constructing wrapper function "eulera"... | |
en = eulera(n) | |
Constructing wrapper function "clqn"... | |
cqn,cqd = clqn(n,z) | |
Constructing wrapper function "airyzo"... | |
xa,xb,xc,xd = airyzo(nt,[kf]) | |
Constructing wrapper function "eulerb"... | |
en = eulerb(n) | |
Constructing wrapper function "cva1"... | |
cv = cva1(kd,m,q) | |
Constructing wrapper function "lqnb"... | |
qn,qd = lqnb(n,x) | |
Constructing wrapper function "lamv"... | |
vm,vl,dl = lamv(v,x) | |
Constructing wrapper function "lagzo"... | |
x,w = lagzo(n) | |
Constructing wrapper function "legzo"... | |
x,w = legzo(n) | |
Constructing wrapper function "pbdv"... | |
dv,dp,pdf,pdd = pbdv(v,x) | |
Constructing wrapper function "cerzo"... | |
zo = cerzo(nt) | |
Constructing wrapper function "lamn"... | |
nm,bl,dl = lamn(n,x) | |
Constructing wrapper function "clpn"... | |
cpn,cpd = clpn(n,z) | |
Constructing wrapper function "lqmns"... | |
qm,qd = lqmns(m,n,x) | |
Constructing wrapper function "chgm"... | |
hg = chgm(a,b,x) | |
Constructing wrapper function "lpmn"... | |
pm,pd = lpmn(m,n,x) | |
Constructing wrapper function "fcszo"... | |
zo = fcszo(kf,nt) | |
Constructing wrapper function "aswfb"... | |
s1f,s1d = aswfb(m,n,c,x,kd,cv) | |
Constructing wrapper function "lqna"... | |
qn,qd = lqna(n,x) | |
Constructing wrapper function "cpbdn"... | |
cpb,cpd = cpbdn(n,z) | |
Constructing wrapper function "lpn"... | |
pn,pd = lpn(n,x) | |
Constructing wrapper function "fcoef"... | |
fc = fcoef(kd,m,q,a) | |
Constructing wrapper function "rcty"... | |
nm,ry,dy = rcty(n,x) | |
Constructing wrapper function "lpni"... | |
pn,pd,pl = lpni(n,x) | |
Constructing wrapper function "cyzo"... | |
zo,zv = cyzo(nt,kf,kc) | |
Constructing wrapper function "othpl"... | |
pl,dpl = othpl(kf,n,x) | |
Constructing wrapper function "klvnzo"... | |
zo = klvnzo(nt,kd) | |
Constructing wrapper function "jyzo"... | |
rj0,rj1,ry0,ry1 = jyzo(n,nt) | |
Constructing wrapper function "rctj"... | |
nm,rj,dj = rctj(n,x) | |
Constructing wrapper function "herzo"... | |
x,w = herzo(n) | |
Constructing wrapper function "pbvv"... | |
vv,vp,pvf,pvd = pbvv(v,x) | |
Constructing wrapper function "segv"... | |
cv,eg = segv(m,n,c,kd) | |
Wrote C/API module "specfun" to file "build/src.linux-x86_64-3.8/scipy/special/specfunmodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/special/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/special' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/special | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/special | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/special | |
building extension "scipy.special._ufuncs" sources | |
conv_template:> build/src.linux-x86_64-3.8/scipy/special/_logit.c | |
building extension "scipy.special._ufuncs_cxx" sources | |
building extension "scipy.special._ellip_harm_2" sources | |
building extension "scipy.special.cython_special" sources | |
building extension "scipy.special._comb" sources | |
building extension "scipy.special._test_round" sources | |
building extension "scipy.stats.statlib" sources | |
creating build/src.linux-x86_64-3.8/scipy/stats | |
f2py options: ['--no-wrap-functions'] | |
f2py: scipy/stats/statlib.pyf | |
Reading fortran codes... | |
Reading file 'scipy/stats/statlib.pyf' (format:free) | |
Post-processing... | |
Block: statlib | |
Block: swilk | |
Block: gscale | |
Block: prho | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "statlib"... | |
Constructing wrapper function "swilk"... | |
a,w,pw,ifault = swilk(x,a,[init,n1]) | |
Constructing wrapper function "gscale"... | |
astart,a1,ifault = gscale(test,other) | |
Constructing wrapper function "prho"... | |
ifault = prho(n,is) | |
Wrote C/API module "statlib" to file "build/src.linux-x86_64-3.8/scipy/stats/statlibmodule.c" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/stats/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/stats' to include_dirs. | |
creating build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/stats | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/stats | |
copying /home/roukmoute/.local/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/stats | |
building extension "scipy.stats._stats" sources | |
building extension "scipy.stats.mvn" sources | |
f2py options: [] | |
f2py: scipy/stats/mvn.pyf | |
Reading fortran codes... | |
Reading file 'scipy/stats/mvn.pyf' (format:free) | |
Post-processing... | |
Block: mvn | |
Block: mvnun | |
Block: mvndst | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "mvn"... | |
Constructing wrapper function "mvnun"... | |
value,inform = mvnun(lower,upper,means,covar,[maxpts,abseps,releps]) | |
Constructing wrapper function "mvndst"... | |
error,value,inform = mvndst(lower,upper,infin,correl,[maxpts,abseps,releps]) | |
Constructing COMMON block support for "dkblck"... | |
ivls | |
Wrote C/API module "mvn" to file "build/src.linux-x86_64-3.8/scipy/stats/mvnmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.8/scipy/stats/mvn-f2pywrappers.f" | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/stats/fortranobject.c' to sources. | |
adding 'build/src.linux-x86_64-3.8/build/src.linux-x86_64-3.8/scipy/stats' to include_dirs. | |
adding 'build/src.linux-x86_64-3.8/scipy/stats/mvn-f2pywrappers.f' to sources. | |
building extension "scipy.ndimage._nd_image" sources | |
building extension "scipy.ndimage._ni_label" sources | |
building extension "scipy.ndimage._ctest" sources | |
building extension "scipy.ndimage._ctest_oldapi" sources | |
building extension "scipy.ndimage._cytest" sources | |
building extension "scipy._lib._ccallback_c" sources | |
building extension "scipy._lib._test_ccallback" sources | |
building extension "scipy._lib._fpumode" sources | |
building extension "scipy._lib.messagestream" sources | |
creating build/src.linux-x86_64-3.8/scipy/_lib | |
get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']' | |
customize Gnu95FCompiler | |
Found executable /usr/bin/gfortran | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler using config | |
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC | |
compile options: '-I/usr/include/python3.8 -c' | |
gcc: _configtest.c | |
gcc -pthread _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest.o.d _configtest | |
building data_files sources | |
build_src: building npy-pkg config files | |
running build_py | |
creating build/lib.linux-x86_64-3.8 | |
creating build/lib.linux-x86_64-3.8/scipy | |
copying scipy/version.py -> build/lib.linux-x86_64-3.8/scipy | |
copying scipy/setup.py -> build/lib.linux-x86_64-3.8/scipy | |
copying scipy/conftest.py -> build/lib.linux-x86_64-3.8/scipy | |
copying scipy/_distributor_init.py -> build/lib.linux-x86_64-3.8/scipy | |
copying scipy/__init__.py -> build/lib.linux-x86_64-3.8/scipy | |
copying build/src.linux-x86_64-3.8/scipy/__config__.py -> build/lib.linux-x86_64-3.8/scipy | |
creating build/lib.linux-x86_64-3.8/scipy/cluster | |
copying scipy/cluster/vq.py -> build/lib.linux-x86_64-3.8/scipy/cluster | |
copying scipy/cluster/setup.py -> build/lib.linux-x86_64-3.8/scipy/cluster | |
copying scipy/cluster/hierarchy.py -> build/lib.linux-x86_64-3.8/scipy/cluster | |
copying scipy/cluster/__init__.py -> build/lib.linux-x86_64-3.8/scipy/cluster | |
creating build/lib.linux-x86_64-3.8/scipy/constants | |
copying scipy/constants/setup.py -> build/lib.linux-x86_64-3.8/scipy/constants | |
copying scipy/constants/constants.py -> build/lib.linux-x86_64-3.8/scipy/constants | |
copying scipy/constants/codata.py -> build/lib.linux-x86_64-3.8/scipy/constants | |
copying scipy/constants/__init__.py -> build/lib.linux-x86_64-3.8/scipy/constants | |
creating build/lib.linux-x86_64-3.8/scipy/fftpack | |
copying scipy/fftpack/setup.py -> build/lib.linux-x86_64-3.8/scipy/fftpack | |
copying scipy/fftpack/realtransforms.py -> build/lib.linux-x86_64-3.8/scipy/fftpack | |
copying scipy/fftpack/pseudo_diffs.py -> build/lib.linux-x86_64-3.8/scipy/fftpack | |
copying scipy/fftpack/helper.py -> build/lib.linux-x86_64-3.8/scipy/fftpack | |
copying scipy/fftpack/basic.py -> build/lib.linux-x86_64-3.8/scipy/fftpack | |
copying scipy/fftpack/__init__.py -> build/lib.linux-x86_64-3.8/scipy/fftpack | |
creating build/lib.linux-x86_64-3.8/scipy/integrate | |
copying scipy/integrate/setup.py -> build/lib.linux-x86_64-3.8/scipy/integrate | |
copying scipy/integrate/quadrature.py -> build/lib.linux-x86_64-3.8/scipy/integrate | |
copying scipy/integrate/quadpack.py -> build/lib.linux-x86_64-3.8/scipy/integrate | |
copying scipy/integrate/odepack.py -> build/lib.linux-x86_64-3.8/scipy/integrate | |
copying scipy/integrate/_ode.py -> build/lib.linux-x86_64-3.8/scipy/integrate | |
copying scipy/integrate/_bvp.py -> build/lib.linux-x86_64-3.8/scipy/integrate | |
copying scipy/integrate/__init__.py -> build/lib.linux-x86_64-3.8/scipy/integrate | |
creating build/lib.linux-x86_64-3.8/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/rk.py -> build/lib.linux-x86_64-3.8/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/radau.py -> build/lib.linux-x86_64-3.8/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/lsoda.py -> build/lib.linux-x86_64-3.8/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/ivp.py -> build/lib.linux-x86_64-3.8/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/common.py -> build/lib.linux-x86_64-3.8/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/bdf.py -> build/lib.linux-x86_64-3.8/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/base.py -> build/lib.linux-x86_64-3.8/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/__init__.py -> build/lib.linux-x86_64-3.8/scipy/integrate/_ivp | |
creating build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/setup.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/rbf.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/polyint.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/ndgriddata.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/interpolate_wrapper.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/interpolate.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/interpnd_info.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/fitpack2.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/fitpack.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/_pade.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/_fitpack_impl.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/_cubic.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/_bsplines.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
copying scipy/interpolate/__init__.py -> build/lib.linux-x86_64-3.8/scipy/interpolate | |
creating build/lib.linux-x86_64-3.8/scipy/io | |
copying scipy/io/wavfile.py -> build/lib.linux-x86_64-3.8/scipy/io | |
copying scipy/io/setup.py -> build/lib.linux-x86_64-3.8/scipy/io | |
copying scipy/io/netcdf.py -> build/lib.linux-x86_64-3.8/scipy/io | |
copying scipy/io/mmio.py -> build/lib.linux-x86_64-3.8/scipy/io | |
copying scipy/io/idl.py -> build/lib.linux-x86_64-3.8/scipy/io | |
copying scipy/io/_fortran.py -> build/lib.linux-x86_64-3.8/scipy/io | |
copying scipy/io/__init__.py -> build/lib.linux-x86_64-3.8/scipy/io | |
creating build/lib.linux-x86_64-3.8/scipy/io/matlab | |
copying scipy/io/matlab/setup.py -> build/lib.linux-x86_64-3.8/scipy/io/matlab | |
copying scipy/io/matlab/miobase.py -> build/lib.linux-x86_64-3.8/scipy/io/matlab | |
copying scipy/io/matlab/mio5_params.py -> build/lib.linux-x86_64-3.8/scipy/io/matlab | |
copying scipy/io/matlab/mio5.py -> build/lib.linux-x86_64-3.8/scipy/io/matlab | |
copying scipy/io/matlab/mio4.py -> build/lib.linux-x86_64-3.8/scipy/io/matlab | |
copying scipy/io/matlab/mio.py -> build/lib.linux-x86_64-3.8/scipy/io/matlab | |
copying scipy/io/matlab/byteordercodes.py -> build/lib.linux-x86_64-3.8/scipy/io/matlab | |
copying scipy/io/matlab/__init__.py -> build/lib.linux-x86_64-3.8/scipy/io/matlab | |
creating build/lib.linux-x86_64-3.8/scipy/io/arff | |
copying scipy/io/arff/setup.py -> build/lib.linux-x86_64-3.8/scipy/io/arff | |
copying scipy/io/arff/arffread.py -> build/lib.linux-x86_64-3.8/scipy/io/arff | |
copying scipy/io/arff/__init__.py -> build/lib.linux-x86_64-3.8/scipy/io/arff | |
creating build/lib.linux-x86_64-3.8/scipy/io/harwell_boeing | |
copying scipy/io/harwell_boeing/setup.py -> build/lib.linux-x86_64-3.8/scipy/io/harwell_boeing | |
copying scipy/io/harwell_boeing/hb.py -> build/lib.linux-x86_64-3.8/scipy/io/harwell_boeing | |
copying scipy/io/harwell_boeing/_fortran_format_parser.py -> build/lib.linux-x86_64-3.8/scipy/io/harwell_boeing | |
copying scipy/io/harwell_boeing/__init__.py -> build/lib.linux-x86_64-3.8/scipy/io/harwell_boeing | |
creating build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/special_matrices.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/setup.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/misc.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/matfuncs.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/linalg_version.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/lapack.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/interpolative.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/flinalg.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/decomp_svd.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/decomp_schur.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/decomp_qr.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/decomp_lu.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/decomp_cholesky.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/decomp.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/blas.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/basic.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_testutils.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_solvers.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_sketches.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_procrustes.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_matfuncs_sqrtm.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_matfuncs_inv_ssq.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_interpolative_backend.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_generate_pyx.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_expm_frechet.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_decomp_qz.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_decomp_polar.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_decomp_ldl.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/_cython_signature_generator.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
copying scipy/linalg/__init__.py -> build/lib.linux-x86_64-3.8/scipy/linalg | |
creating build/lib.linux-x86_64-3.8/scipy/misc | |
copying scipy/misc/setup.py -> build/lib.linux-x86_64-3.8/scipy/misc | |
copying scipy/misc/pilutil.py -> build/lib.linux-x86_64-3.8/scipy/misc | |
copying scipy/misc/doccer.py -> build/lib.linux-x86_64-3.8/scipy/misc | |
copying scipy/misc/common.py -> build/lib.linux-x86_64-3.8/scipy/misc | |
copying scipy/misc/__init__.py -> build/lib.linux-x86_64-3.8/scipy/misc | |
creating build/lib.linux-x86_64-3.8/scipy/odr | |
copying scipy/odr/setup.py -> build/lib.linux-x86_64-3.8/scipy/odr | |
copying scipy/odr/odrpack.py -> build/lib.linux-x86_64-3.8/scipy/odr | |
copying scipy/odr/models.py -> build/lib.linux-x86_64-3.8/scipy/odr | |
copying scipy/odr/add_newdocs.py -> build/lib.linux-x86_64-3.8/scipy/odr | |
copying scipy/odr/__init__.py -> build/lib.linux-x86_64-3.8/scipy/odr | |
creating build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/zeros.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/tnc.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/slsqp.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/setup.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/optimize.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/nonlin.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/nnls.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/minpack.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/linesearch.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/lbfgsb.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/cobyla.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_tstutils.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_trustregion_ncg.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_trustregion_krylov.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_trustregion_exact.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_trustregion_dogleg.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_trustregion.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_spectral.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_root.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_remove_redundancy.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_numdiff.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_minimize.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_linprog_ip.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_linprog.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_hungarian.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_hessian_update_strategy.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_differentialevolution.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_differentiable_functions.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_constraints.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/_basinhopping.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
copying scipy/optimize/__init__.py -> build/lib.linux-x86_64-3.8/scipy/optimize | |
creating build/lib.linux-x86_64-3.8/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/trf_linear.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/trf.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/setup.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/lsq_linear.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/least_squares.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/dogbox.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/common.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/bvls.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/__init__.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_lsq | |
creating build/lib.linux-x86_64-3.8/scipy/optimize/_trlib | |
copying scipy/optimize/_trlib/setup.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trlib | |
copying scipy/optimize/_trlib/__init__.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trlib | |
creating build/lib.linux-x86_64-3.8/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/tr_interior_point.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/setup.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/report.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/qp_subproblem.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/projections.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/minimize_trustregion_constr.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/equality_constrained_sqp.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/canonical_constraint.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/__init__.py -> build/lib.linux-x86_64-3.8/scipy/optimize/_trustregion_constr | |
creating build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/wavelets.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/waveforms.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/spectral.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/signaltools.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/setup.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/ltisys.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/lti_conversion.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/fir_filter_design.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/filter_design.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/bsplines.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/_upfirdn.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/_savitzky_golay.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/_peak_finding.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/_max_len_seq.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/_arraytools.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
copying scipy/signal/__init__.py -> build/lib.linux-x86_64-3.8/scipy/signal | |
creating build/lib.linux-x86_64-3.8/scipy/signal/windows | |
copying scipy/signal/windows/windows.py -> build/lib.linux-x86_64-3.8/scipy/signal/windows | |
copying scipy/signal/windows/setup.py -> build/lib.linux-x86_64-3.8/scipy/signal/windows | |
copying scipy/signal/windows/__init__.py -> build/lib.linux-x86_64-3.8/scipy/signal/windows | |
creating build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/sputils.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/spfuncs.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/sparsetools.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/setup.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/lil.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/generate_sparsetools.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/extract.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/dok.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/dia.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/data.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/csr.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/csc.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/coo.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/construct.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/compressed.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/bsr.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/base.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/_matrix_io.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
copying scipy/sparse/__init__.py -> build/lib.linux-x86_64-3.8/scipy/sparse | |
creating build/lib.linux-x86_64-3.8/scipy/sparse/linalg | |
copying scipy/sparse/linalg/setup.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg | |
copying scipy/sparse/linalg/matfuncs.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg | |
copying scipy/sparse/linalg/interface.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_onenormest.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_norm.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_expm_multiply.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg | |
copying scipy/sparse/linalg/__init__.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg | |
creating build/lib.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/utils.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/setup.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/minres.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/lsqr.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/lsmr.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/lgmres.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/iterative.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/_gcrotmk.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/__init__.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/isolve | |
creating build/lib.linux-x86_64-3.8/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/setup.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/linsolve.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/_add_newdocs.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/__init__.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/dsolve | |
creating build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen | |
copying scipy/sparse/linalg/eigen/setup.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen | |
copying scipy/sparse/linalg/eigen/__init__.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen | |
creating build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/setup.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/arpack.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/__init__.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack | |
creating build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/setup.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/lobpcg.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/__init__.py -> build/lib.linux-x86_64-3.8/scipy/sparse/linalg/eigen/lobpcg | |
creating build/lib.linux-x86_64-3.8/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/setup.py -> build/lib.linux-x86_64-3.8/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/_validation.py -> build/lib.linux-x86_64-3.8/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/_laplacian.py -> build/lib.linux-x86_64-3.8/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/__init__.py -> build/lib.linux-x86_64-3.8/scipy/sparse/csgraph | |
creating build/lib.linux-x86_64-3.8/scipy/spatial | |
copying scipy/spatial/setup.py -> build/lib.linux-x86_64-3.8/scipy/spatial | |
copying scipy/spatial/kdtree.py -> build/lib.linux-x86_64-3.8/scipy/spatial | |
copying scipy/spatial/distance.py -> build/lib.linux-x86_64-3.8/scipy/spatial | |
copying scipy/spatial/_spherical_voronoi.py -> build/lib.linux-x86_64-3.8/scipy/spatial | |
copying scipy/spatial/_procrustes.py -> build/lib.linux-x86_64-3.8/scipy/spatial | |
copying scipy/spatial/_plotutils.py -> build/lib.linux-x86_64-3.8/scipy/spatial | |
copying scipy/spatial/__init__.py -> build/lib.linux-x86_64-3.8/scipy/spatial | |
creating build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/spfun_stats.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/sf_error.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/setup.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/orthogonal.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/lambertw.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/basic.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/add_newdocs.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/_testutils.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/_spherical_bessel.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/_mptestutils.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/_logsumexp.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/_generate_pyx.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/_ellip_harm.py -> build/lib.linux-x86_64-3.8/scipy/special | |
copying scipy/special/__init__.py -> build/lib.linux-x86_64-3.8/scipy/special | |
creating build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
copying scipy/special/_precompute/zetac.py -> build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
copying scipy/special/_precompute/utils.py -> build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
copying scipy/special/_precompute/struve_convergence.py -> build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
copying scipy/special/_precompute/setup.py -> build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
copying scipy/special/_precompute/loggamma.py -> build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
copying scipy/special/_precompute/lambertw.py -> build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
copying scipy/special/_precompute/gammainc_data.py -> build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
copying scipy/special/_precompute/gammainc_asy.py -> build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
copying scipy/special/_precompute/expn_asy.py -> build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
copying scipy/special/_precompute/__init__.py -> build/lib.linux-x86_64-3.8/scipy/special/_precompute | |
creating build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/vonmises.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/stats.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/setup.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/mstats_extras.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/mstats_basic.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/mstats.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/morestats.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/kde.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/distributions.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/contingency.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/_tukeylambda_stats.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/_stats_mstats_common.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/_multivariate.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/_distr_params.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/_distn_infrastructure.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/_discrete_distns.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/_continuous_distns.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/_constants.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/_binned_statistic.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
copying scipy/stats/__init__.py -> build/lib.linux-x86_64-3.8/scipy/stats | |
creating build/lib.linux-x86_64-3.8/scipy/ndimage | |
copying scipy/ndimage/setup.py -> build/lib.linux-x86_64-3.8/scipy/ndimage | |
copying scipy/ndimage/morphology.py -> build/lib.linux-x86_64-3.8/scipy/ndimage | |
copying scipy/ndimage/measurements.py -> build/lib.linux-x86_64-3.8/scipy/ndimage | |
copying scipy/ndimage/io.py -> build/lib.linux-x86_64-3.8/scipy/ndimage | |
copying scipy/ndimage/interpolation.py -> build/lib.linux-x86_64-3.8/scipy/ndimage | |
copying scipy/ndimage/fourier.py -> build/lib.linux-x86_64-3.8/scipy/ndimage | |
copying scipy/ndimage/filters.py -> build/lib.linux-x86_64-3.8/scipy/ndimage | |
copying scipy/ndimage/_ni_support.py -> build/lib.linux-x86_64-3.8/scipy/ndimage | |
copying scipy/ndimage/_ni_docstrings.py -> build/lib.linux-x86_64-3.8/scipy/ndimage | |
copying scipy/ndimage/__init__.py -> build/lib.linux-x86_64-3.8/scipy/ndimage | |
creating build/lib.linux-x86_64-3.8/scipy/_build_utils | |
copying scipy/_build_utils/_fortran.py -> build/lib.linux-x86_64-3.8/scipy/_build_utils | |
copying scipy/_build_utils/__init__.py -> build/lib.linux-x86_64-3.8/scipy/_build_utils | |
creating build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/six.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/setup.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/decorator.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/_version.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/_util.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/_tmpdirs.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/_threadsafety.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/_testutils.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/_numpy_compat.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/_gcutils.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/_ccallback.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
copying scipy/_lib/__init__.py -> build/lib.linux-x86_64-3.8/scipy/_lib | |
running build_clib | |
customize UnixCCompiler | |
customize UnixCCompiler using build_clib | |
get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']' | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler using build_clib | |
building 'dfftpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.8 | |
creating build/temp.linux-x86_64-3.8/scipy | |
creating build/temp.linux-x86_64-3.8/scipy/fftpack | |
creating build/temp.linux-x86_64-3.8/scipy/fftpack/src | |
creating build/temp.linux-x86_64-3.8/scipy/fftpack/src/dfftpack | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosqb.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcost.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftb.fgfortran:f77: scipy/fftpack/src/dfftpack/dcosti.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftb1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosqi.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosqf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftf1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dffti.f | |
scipy/fftpack/src/dfftpack/dcosti.f:14:15: | |
11 | DO 101 K=2,NS2 | |
| 2 | |
...... | |
14 | WSAVE(K) = 2.0D0*SIN(FK*DT) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
gfortran:f77: scipy/fftpack/src/dfftpack/dffti1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinqb.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinqf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinqi.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsint.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsint1.f | |
scipy/fftpack/src/dfftpack/dsinqb.f:9:11: | |
8 | DO 102 K=2,N,2 | |
| 2 | |
9 | X(K) = -X(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dsinqb.f:9:19: | |
8 | DO 102 K=2,N,2 | |
| 2 | |
9 | X(K) = -X(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinti.f | |
scipy/fftpack/src/dfftpack/dcosqb.f:24:18: | |
23 | DO 101 I=3,N,2 | |
| 2 | |
24 | XIM1 = X(I-1)+X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:24:25: | |
23 | DO 101 I=3,N,2 | |
| 2 | |
24 | XIM1 = X(I-1)+X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:25:11: | |
23 | DO 101 I=3,N,2 | |
| 2 | |
24 | XIM1 = X(I-1)+X(I) | |
25 | X(I) = X(I)-X(I-1) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:25:18: | |
23 | DO 101 I=3,N,2 | |
| 2 | |
24 | XIM1 = X(I-1)+X(I) | |
25 | X(I) = X(I)-X(I-1) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:25:23: | |
23 | DO 101 I=3,N,2 | |
| 2 | |
24 | XIM1 = X(I-1)+X(I) | |
25 | X(I) = X(I)-X(I-1) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:26:11: | |
23 | DO 101 I=3,N,2 | |
| 2 | |
...... | |
26 | X(I-1) = XIM1 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:34:12: | |
32 | DO 102 K=2,NS2 | |
| 2 | |
33 | KC = NP2-K | |
34 | XH(K) = W(K-1)*X(KC)+W(KC-1)*X(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:34:40: | |
32 | DO 102 K=2,NS2 | |
| 2 | |
33 | KC = NP2-K | |
34 | XH(K) = W(K-1)*X(KC)+W(KC-1)*X(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:35:27: | |
32 | DO 102 K=2,NS2 | |
| 2 | |
...... | |
35 | XH(KC) = W(K-1)*X(K)-W(KC-1)*X(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:40:11: | |
38 | DO 103 K=2,NS2 | |
| 2 | |
39 | KC = NP2-K | |
40 | X(K) = XH(K)+XH(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:40:19: | |
38 | DO 103 K=2,NS2 | |
| 2 | |
39 | KC = NP2-K | |
40 | X(K) = XH(K)+XH(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqb.f:41:20: | |
38 | DO 103 K=2,NS2 | |
| 2 | |
...... | |
41 | X(KC) = XH(K)-XH(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftb.f | |
scipy/fftpack/src/dfftpack/dcosqf.f:23:12: | |
21 | DO 101 K=2,NS2 | |
| 2 | |
22 | KC = NP2-K | |
23 | XH(K) = X(K)+X(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:23:19: | |
21 | DO 101 K=2,NS2 | |
| 2 | |
22 | KC = NP2-K | |
23 | XH(K) = X(K)+X(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:24:20: | |
21 | DO 101 K=2,NS2 | |
| 2 | |
...... | |
24 | XH(KC) = X(K)-X(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:30:11: | |
28 | DO 102 K=2,NS2 | |
| 2 | |
29 | KC = NP2-K | |
30 | X(K) = W(K-1)*XH(KC)+W(KC-1)*XH(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:30:41: | |
28 | DO 102 K=2,NS2 | |
| 2 | |
29 | KC = NP2-K | |
30 | X(K) = W(K-1)*XH(KC)+W(KC-1)*XH(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:31:27: | |
28 | DO 102 K=2,NS2 | |
| 2 | |
...... | |
31 | X(KC) = W(K-1)*XH(K)-W(KC-1)*XH(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:36:18: | |
35 | DO 103 I=3,N,2 | |
| 2 | |
36 | XIM1 = X(I-1)-X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:36:25: | |
35 | DO 103 I=3,N,2 | |
| 2 | |
36 | XIM1 = X(I-1)-X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:37:11: | |
35 | DO 103 I=3,N,2 | |
| 2 | |
36 | XIM1 = X(I-1)-X(I) | |
37 | X(I) = X(I-1)+X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:37:18: | |
35 | DO 103 I=3,N,2 | |
| 2 | |
36 | XIM1 = X(I-1)-X(I) | |
37 | X(I) = X(I-1)+X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:37:25: | |
35 | DO 103 I=3,N,2 | |
| 2 | |
36 | XIM1 = X(I-1)-X(I) | |
37 | X(I) = X(I-1)+X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dcosqf.f:38:11: | |
35 | DO 103 I=3,N,2 | |
| 2 | |
...... | |
38 | X(I-1) = XIM1 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftb1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftf.f | |
scipy/fftpack/src/dfftpack/dsinqf.f:14:11: | |
13 | DO 102 K=2,N,2 | |
| 2 | |
14 | X(K) = -X(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dsinqf.f:14:19: | |
13 | DO 102 K=2,N,2 | |
| 2 | |
14 | X(K) = -X(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftf1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zffti.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zffti1.f | |
scipy/fftpack/src/dfftpack/dfftb1.f:333:43: | |
315 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
333 | CH(I-1,K,2) = WA1(I-2)*CR2-WA1(I-1)*CI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:334:41: | |
315 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
334 | CH(I,K,2) = WA1(I-2)*CI2+WA1(I-1)*CR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:335:43: | |
315 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
335 | CH(I-1,K,3) = WA2(I-2)*CR3-WA2(I-1)*CI3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:336:41: | |
315 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
336 | CH(I,K,3) = WA2(I-2)*CI3+WA2(I-1)*CR3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:337:43: | |
315 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
337 | CH(I-1,K,4) = WA3(I-2)*CR4-WA3(I-1)*CI4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:338:41: | |
315 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
338 | CH(I,K,4) = WA3(I-2)*CI4+WA3(I-1)*CR4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:243:43: | |
237 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
243 | CH(I-1,K,2) = WA1(I-2)*TR2-WA1(I-1)*TI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:244:41: | |
237 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
244 | CH(I,K,2) = WA1(I-2)*TI2+WA1(I-1)*TR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:286:43: | |
272 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
286 | CH(I-1,K,2) = WA1(I-2)*DR2-WA1(I-1)*DI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:287:41: | |
272 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
287 | CH(I,K,2) = WA1(I-2)*DI2+WA1(I-1)*DR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:288:43: | |
272 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
288 | CH(I-1,K,3) = WA2(I-2)*DR3-WA2(I-1)*DI3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:289:41: | |
272 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
289 | CH(I,K,3) = WA2(I-2)*DI3+WA2(I-1)*DR3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:412:43: | |
384 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
412 | CH(I-1,K,2) = WA1(I-2)*DR2-WA1(I-1)*DI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:413:41: | |
384 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
413 | CH(I,K,2) = WA1(I-2)*DI2+WA1(I-1)*DR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:414:43: | |
384 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
414 | CH(I-1,K,3) = WA2(I-2)*DR3-WA2(I-1)*DI3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:415:41: | |
384 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
415 | CH(I,K,3) = WA2(I-2)*DI3+WA2(I-1)*DR3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:416:43: | |
384 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
416 | CH(I-1,K,4) = WA3(I-2)*DR4-WA3(I-1)*DI4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:417:41: | |
384 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
417 | CH(I,K,4) = WA3(I-2)*DI4+WA3(I-1)*DR4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:418:43: | |
384 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
418 | CH(I-1,K,5) = WA4(I-2)*DR5-WA4(I-1)*DI5 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftb1.f:419:41: | |
384 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
419 | CH(I,K,5) = WA4(I-2)*DI5+WA4(I-1)*DR5 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:294:43: | |
277 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
294 | CH(I-1,K,2) = WA1(I-1)*CR2+WA1(I)*CI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:295:41: | |
277 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
295 | CH(I,K,2) = WA1(I-1)*CI2-WA1(I)*CR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:296:43: | |
277 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
296 | CH(I-1,K,3) = WA2(I-1)*CR3+WA2(I)*CI3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:297:41: | |
277 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
297 | CH(I,K,3) = WA2(I-1)*CI3-WA2(I)*CR3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:298:43: | |
277 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
298 | CH(I-1,K,4) = WA3(I-1)*CR4+WA3(I)*CI4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:299:41: | |
277 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
299 | CH(I,K,4) = WA3(I-1)*CI4-WA3(I)*CR4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:200:41: | |
195 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
200 | CH(I,K,2) = WA1(I-1)*TI2-WA1(I)*TR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:201:43: | |
195 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
201 | CH(I-1,K,2) = WA1(I-1)*TR2+WA1(I)*TI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:243:41: | |
230 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
243 | CH(I,K,2) = WA1(I-1)*DI2-WA1(I)*DR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:244:43: | |
230 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
244 | CH(I-1,K,2) = WA1(I-1)*DR2+WA1(I)*DI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:245:41: | |
230 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
245 | CH(I,K,3) = WA2(I-1)*DI3-WA2(I)*DR3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:246:43: | |
230 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
246 | CH(I-1,K,3) = WA2(I-1)*DR3+WA2(I)*DI3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:372:43: | |
345 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
372 | CH(I-1,K,2) = WA1(I-1)*DR2+WA1(I)*DI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:373:41: | |
345 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
373 | CH(I,K,2) = WA1(I-1)*DI2-WA1(I)*DR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:374:43: | |
345 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
374 | CH(I-1,K,3) = WA2(I-1)*DR3+WA2(I)*DI3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:375:41: | |
345 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
375 | CH(I,K,3) = WA2(I-1)*DI3-WA2(I)*DR3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:376:43: | |
345 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
376 | CH(I-1,K,4) = WA3(I-1)*DR4+WA3(I)*DI4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:377:41: | |
345 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
377 | CH(I,K,4) = WA3(I-1)*DI4-WA3(I)*DR4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:378:43: | |
345 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
378 | CH(I-1,K,5) = WA4(I-1)*DR5+WA4(I)*DI5 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftf1.f:379:41: | |
345 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
379 | CH(I,K,5) = WA4(I-1)*DI5-WA4(I)*DR5 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:295:43: | |
278 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
295 | CH(I-1,K,2) = WA1(I-1)*CR2-WA1(I)*CI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:296:41: | |
278 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
296 | CH(I,K,2) = WA1(I-1)*CI2+WA1(I)*CR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:297:43: | |
278 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
297 | CH(I-1,K,3) = WA2(I-1)*CR3-WA2(I)*CI3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:298:41: | |
278 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
298 | CH(I,K,3) = WA2(I-1)*CI3+WA2(I)*CR3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:299:43: | |
278 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
299 | CH(I-1,K,4) = WA3(I-1)*CR4-WA3(I)*CI4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:300:41: | |
278 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
300 | CH(I,K,4) = WA3(I-1)*CI4+WA3(I)*CR4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:200:41: | |
195 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
200 | CH(I,K,2) = WA1(I-1)*TI2+WA1(I)*TR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:201:43: | |
195 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
201 | CH(I-1,K,2) = WA1(I-1)*TR2-WA1(I)*TI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:243:41: | |
230 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
243 | CH(I,K,2) = WA1(I-1)*DI2+WA1(I)*DR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:244:43: | |
230 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
244 | CH(I-1,K,2) = WA1(I-1)*DR2-WA1(I)*DI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:245:41: | |
230 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
245 | CH(I,K,3) = WA2(I-1)*DI3+WA2(I)*DR3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:246:43: | |
230 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
246 | CH(I-1,K,3) = WA2(I-1)*DR3-WA2(I)*DI3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:373:43: | |
346 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
373 | CH(I-1,K,2) = WA1(I-1)*DR2-WA1(I)*DI2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:374:41: | |
346 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
374 | CH(I,K,2) = WA1(I-1)*DI2+WA1(I)*DR2 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:375:43: | |
346 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
375 | CH(I-1,K,3) = WA2(I-1)*DR3-WA2(I)*DI3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:376:41: | |
346 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
376 | CH(I,K,3) = WA2(I-1)*DI3+WA2(I)*DR3 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:377:43: | |
346 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
377 | CH(I-1,K,4) = WA3(I-1)*DR4-WA3(I)*DI4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:378:41: | |
346 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
378 | CH(I,K,4) = WA3(I-1)*DI4+WA3(I)*DR4 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:379:43: | |
346 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
379 | CH(I-1,K,5) = WA4(I-1)*DR5-WA4(I)*DI5 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/zfftb1.f:380:41: | |
346 | DO 103 I=2,IDO,2 | |
| 2 | |
...... | |
380 | CH(I,K,5) = WA4(I-1)*DI5+WA4(I)*DR5 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:320:43: | |
318 | DO 103 I=3,IDO,2 | |
| 2 | |
319 | IC = IDP2-I | |
320 | CR2 = WA1(I-2)*CC(I-1,K,2)+WA1(I-1)*CC(I,K,2) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:321:41: | |
318 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
321 | CI2 = WA1(I-2)*CC(I,K,2)-WA1(I-1)*CC(I-1,K,2) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:322:43: | |
318 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
322 | CR3 = WA2(I-2)*CC(I-1,K,3)+WA2(I-1)*CC(I,K,3) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:323:41: | |
318 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
323 | CI3 = WA2(I-2)*CC(I,K,3)-WA2(I-1)*CC(I-1,K,3) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:324:43: | |
318 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
324 | CR4 = WA3(I-2)*CC(I-1,K,4)+WA3(I-1)*CC(I,K,4) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:325:41: | |
318 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
325 | CI4 = WA3(I-2)*CC(I,K,4)-WA3(I-1)*CC(I-1,K,4) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:246:43: | |
244 | DO 103 I=3,IDO,2 | |
| 2 | |
245 | IC = IDP2-I | |
246 | TR2 = WA1(I-2)*CC(I-1,K,2)+WA1(I-1)*CC(I,K,2) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:247:41: | |
244 | DO 103 I=3,IDO,2 | |
| 2 | |
...... | |
247 | TI2 = WA1(I-2)*CC(I,K,2)-WA1(I-1)*CC(I-1,K,2) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:279:43: | |
277 | DO 102 I=3,IDO,2 | |
| 2 | |
278 | IC = IDP2-I | |
279 | DR2 = WA1(I-2)*CC(I-1,K,2)+WA1(I-1)*CC(I,K,2) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:280:41: | |
277 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
280 | DI2 = WA1(I-2)*CC(I,K,2)-WA1(I-1)*CC(I-1,K,2) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:281:43: | |
277 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
281 | DR3 = WA2(I-2)*CC(I-1,K,3)+WA2(I-1)*CC(I,K,3) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:282:41: | |
277 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
282 | DI3 = WA2(I-2)*CC(I,K,3)-WA2(I-1)*CC(I-1,K,3) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:381:43: | |
379 | DO 102 I=3,IDO,2 | |
| 2 | |
380 | IC = IDP2-I | |
381 | DR2 = WA1(I-2)*CC(I-1,K,2)+WA1(I-1)*CC(I,K,2) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:382:41: | |
379 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
382 | DI2 = WA1(I-2)*CC(I,K,2)-WA1(I-1)*CC(I-1,K,2) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:383:43: | |
379 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
383 | DR3 = WA2(I-2)*CC(I-1,K,3)+WA2(I-1)*CC(I,K,3) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:384:41: | |
379 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
384 | DI3 = WA2(I-2)*CC(I,K,3)-WA2(I-1)*CC(I-1,K,3) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:385:43: | |
379 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
385 | DR4 = WA3(I-2)*CC(I-1,K,4)+WA3(I-1)*CC(I,K,4) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:386:41: | |
379 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
386 | DI4 = WA3(I-2)*CC(I,K,4)-WA3(I-1)*CC(I-1,K,4) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:387:43: | |
379 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
387 | DR5 = WA4(I-2)*CC(I-1,K,5)+WA4(I-1)*CC(I,K,5) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/dfftpack/dfftf1.f:388:41: | |
379 | DO 102 I=3,IDO,2 | |
| 2 | |
...... | |
388 | DI5 = WA4(I-2)*CC(I,K,5)-WA4(I-1)*CC(I-1,K,5) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
ar: adding 23 object files to build/temp.linux-x86_64-3.8/libdfftpack.a | |
building 'fftpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.8/scipy/fftpack/src/fftpack | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/fftpack/src/fftpack/cfftf.fgfortran:f77: scipy/fftpack/src/fftpack/cfftb.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cfftb1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cffti.fgfortran:f77: scipy/fftpack/src/fftpack/cosqb.fgfortran:f77: scipy/fftpack/src/fftpack/cfftf1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cosqf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cffti1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cosqi.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cost.f | |
gfortran:f77: scipy/fftpack/src/fftpack/costi.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftb.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftb1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftf1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rffti.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rffti1.f | |
scipy/fftpack/src/fftpack/cosqf.f:20:12: | |
18 | DO 101 K=2,NS2 | |
| 2 | |
19 | KC = NP2-K | |
20 | XH(K) = X(K)+X(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:20:19: | |
18 | DO 101 K=2,NS2 | |
| 2 | |
19 | KC = NP2-K | |
20 | XH(K) = X(K)+X(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:21:20: | |
18 | DO 101 K=2,NS2 | |
| 2 | |
...... | |
21 | XH(KC) = X(K)-X(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:27:11: | |
25 | DO 102 K=2,NS2 | |
| 2 | |
26 | KC = NP2-K | |
27 | X(K) = W(K-1)*XH(KC)+W(KC-1)*XH(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:27:41: | |
25 | DO 102 K=2,NS2 | |
| 2 | |
26 | KC = NP2-K | |
27 | X(K) = W(K-1)*XH(KC)+W(KC-1)*XH(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:28:27: | |
25 | DO 102 K=2,NS2 | |
| 2 | |
...... | |
28 | X(KC) = W(K-1)*XH(K)-W(KC-1)*XH(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:33:18: | |
32 | DO 103 I=3,N,2 | |
| 2 | |
33 | XIM1 = X(I-1)-X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:33:25: | |
32 | DO 103 I=3,N,2 | |
| 2 | |
33 | XIM1 = X(I-1)-X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:34:11: | |
32 | DO 103 I=3,N,2 | |
| 2 | |
33 | XIM1 = X(I-1)-X(I) | |
34 | X(I) = X(I-1)+X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:34:18: | |
32 | DO 103 I=3,N,2 | |
| 2 | |
33 | XIM1 = X(I-1)-X(I) | |
34 | X(I) = X(I-1)+X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:34:25: | |
32 | DO 103 I=3,N,2 | |
| 2 | |
33 | XIM1 = X(I-1)-X(I) | |
34 | X(I) = X(I-1)+X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqf.f:35:11: | |
32 | DO 103 I=3,N,2 | |
| 2 | |
...... | |
35 | X(I-1) = XIM1 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
gfortran:f77: scipy/fftpack/src/fftpack/sinqb.f | |
scipy/fftpack/src/fftpack/cosqb.f:21:18: | |
20 | DO 101 I=3,N,2 | |
| 2 | |
21 | XIM1 = X(I-1)+X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:21:25: | |
20 | DO 101 I=3,N,2 | |
| 2 | |
21 | XIM1 = X(I-1)+X(I) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:22:11: | |
20 | DO 101 I=3,N,2 | |
| 2 | |
21 | XIM1 = X(I-1)+X(I) | |
22 | X(I) = X(I)-X(I-1) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:22:18: | |
20 | DO 101 I=3,N,2 | |
| 2 | |
21 | XIM1 = X(I-1)+X(I) | |
22 | X(I) = X(I)-X(I-1) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (3 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:22:23: | |
20 | DO 101 I=3,N,2 | |
| 2 | |
21 | XIM1 = X(I-1)+X(I) | |
22 | X(I) = X(I)-X(I-1) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:23:11: | |
20 | DO 101 I=3,N,2 | |
| 2 | |
...... | |
23 | X(I-1) = XIM1 | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:31:12: | |
29 | DO 102 K=2,NS2 | |
| 2 | |
30 | KC = NP2-K | |
31 | XH(K) = W(K-1)*X(KC)+W(KC-1)*X(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:31:40: | |
29 | DO 102 K=2,NS2 | |
| 2 | |
30 | KC = NP2-K | |
31 | XH(K) = W(K-1)*X(KC)+W(KC-1)*X(K) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:32:27: | |
29 | DO 102 K=2,NS2 | |
| 2 | |
...... | |
32 | XH(KC) = W(K-1)*X(K)-W(KC-1)*X(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:37:11: | |
35 | DO 103 K=2,NS2 | |
| 2 | |
36 | KC = NP2-K | |
37 | X(K) = XH(K)+XH(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:37:19: | |
35 | DO 103 K=2,NS2 | |
| 2 | |
36 | KC = NP2-K | |
37 | X(K) = XH(K)+XH(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
scipy/fftpack/src/fftpack/cosqb.f:38:20: | |
35 | DO 103 K=2,NS2 | |
| 2 | |
...... | |
38 | X(KC) = XH(K)-XH(KC) | |
| 1 | |
Avertissement: La référence au tableau à (1) est en dehors des limites (2 > 1) dans la boucle commençant à (2) | |
gfortran:f77: scipy/fftpack/src/fftpack/sinqf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sinqi.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sint.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sint1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sinti.f | |
ar: adding 23 object files to build/temp.linux-x86_64-3.8/libfftpack.a | |
building 'mach' library | |
using additional config_fc from setup script for fortran compiler: {'noopt': ('scipy/integrate/setup.py', 1)} | |
customize Gnu95FCompiler | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC | |
creating build/temp.linux-x86_64-3.8/scipy/integrate | |
creating build/temp.linux-x86_64-3.8/scipy/integrate/mach | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/mach/d1mach.f | |
gfortran:f77: scipy/integrate/mach/xerror.f | |
scipy/integrate/mach/xerror.f:1:37: | |
1 | SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
| 1 | |
Avertissement: Argument muet « l1 » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/mach/xerror.f:1:40: | |
1 | SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
| 1 | |
Avertissement: Argument muet « l2 » inutilisé à (1) [-Wunused-dummy-argument] | |
ar: adding 2 object files to build/temp.linux-x86_64-3.8/libmach.a | |
building 'quadpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.8/scipy/integrate/quadpack | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/quadpack/dqagp.f | |
gfortran:f77: scipy/integrate/quadpack/dqags.fgfortran:f77: scipy/integrate/quadpack/dqawc.fgfortran:f77: scipy/integrate/quadpack/dqagi.f | |
gfortran:f77: scipy/integrate/quadpack/dqag.f | |
gfortran:f77: scipy/integrate/quadpack/dqawf.f | |
gfortran:f77: scipy/integrate/quadpack/dqaws.f | |
gfortran:f77: scipy/integrate/quadpack/dqawo.f | |
gfortran:f77: scipy/integrate/quadpack/dqagse.f | |
gfortran:f77: scipy/integrate/quadpack/dqawce.f | |
gfortran:f77: scipy/integrate/quadpack/dqagpe.f | |
gfortran:f77: scipy/integrate/quadpack/dqawse.f | |
gfortran:f77: scipy/integrate/quadpack/dqage.f | |
gfortran:f77: scipy/integrate/quadpack/dqagie.f | |
gfortran:f77: scipy/integrate/quadpack/dqawoe.f | |
gfortran:f77: scipy/integrate/quadpack/dqawfe.f | |
gfortran:f77: scipy/integrate/quadpack/dqc25c.f | |
gfortran:f77: scipy/integrate/quadpack/dqc25s.f | |
scipy/integrate/quadpack/dqawfe.f:267:10: | |
267 | 10 l = dabs(omega) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/integrate/quadpack/dqawfe.f:356:0: | |
356 | 70 if(abserr/dabs(result).gt.(errsum+drl)/dabs(psum(numrl2))) | |
| | |
Avertissement: « drl » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqawfe.f:316:0: | |
316 | 20 psum(numrl2) = psum(ll)+rslst(lst) | |
| | |
Avertissement: « ll » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/integrate/quadpack/dqelg.f | |
gfortran:f77: scipy/integrate/quadpack/dqk15i.f | |
scipy/integrate/quadpack/dqagse.f:404:0: | |
404 | small = small*0.5d+00 | |
| | |
Avertissement: « small » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqagse.f:363:0: | |
363 | 40 if(ierro.eq.3.or.erlarg.le.ertest) go to 60 | |
| | |
Avertissement: « ertest » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqagse.f:353:0: | |
353 | erlarg = erlarg-erlast | |
| | |
Avertissement: « erlarg » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqagse.f:418:0: | |
418 | if(ierro.eq.3) abserr = abserr+correc | |
| | |
Avertissement: « correc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/integrate/quadpack/dqk21.f | |
gfortran:f77: scipy/integrate/quadpack/dqc25f.f | |
scipy/integrate/quadpack/dqagie.f:411:0: | |
411 | small = small*0.5d+00 | |
| | |
Avertissement: « small » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqagie.f:372:0: | |
372 | 40 if(ierro.eq.3.or.erlarg.le.ertest) go to 60 | |
| | |
Avertissement: « ertest » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqagie.f:362:0: | |
362 | erlarg = erlarg-erlast | |
| | |
Avertissement: « erlarg » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/integrate/quadpack/dqk41.f | |
gfortran:f77: scipy/integrate/quadpack/dqk15.f | |
scipy/integrate/quadpack/dqawoe.f:449:0: | |
449 | 70 if(ierro.eq.3.or.erlarg.le.ertest) go to 90 | |
| | |
Avertissement: « ertest » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqawoe.f:428:0: | |
428 | erlarg = erlarg-erlast | |
| | |
Avertissement: « erlarg » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqawoe.f:505:0: | |
505 | if(ierro.eq.3) abserr = abserr+correc | |
| | |
Avertissement: « correc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/integrate/quadpack/dqk61.f | |
gfortran:f77: scipy/integrate/quadpack/dqk15w.f | |
gfortran:f77: scipy/integrate/quadpack/dqk31.f | |
gfortran:f77: scipy/integrate/quadpack/dqk51.f | |
scipy/integrate/quadpack/dqagpe.f:297:72: | |
297 | do 20 j = ip1,nintp1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 20 partagée à (1) | |
scipy/integrate/quadpack/dqagpe.f:524:0: | |
524 | if(ierro.eq.3) abserr = abserr+correc | |
| | |
Avertissement: « correc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqagpe.f:196:21: | |
196 | * jlow,jupbnd,k,ksgn,ktmin,last,levcur,level,levmax,limit,maxerr, | |
| ^ | |
Avertissement: « k » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/integrate/quadpack/dqng.f | |
gfortran:f77: scipy/integrate/quadpack/dqwgtc.f | |
gfortran:f77: scipy/integrate/quadpack/dqwgts.f | |
scipy/integrate/quadpack/dqwgtc.f:1:54: | |
1 | double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
| 1 | |
Avertissement: Argument muet « kp » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/quadpack/dqwgtc.f:1:45: | |
1 | double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
| 1 | |
Avertissement: Argument muet « p2 » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/quadpack/dqwgtc.f:1:48: | |
1 | double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
| 1 | |
Avertissement: Argument muet « p3 » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/quadpack/dqwgtc.f:1:51: | |
1 | double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
| 1 | |
Avertissement: Argument muet « p4 » inutilisé à (1) [-Wunused-dummy-argument] | |
gfortran:f77: scipy/integrate/quadpack/dqwgtf.f | |
gfortran:f77: scipy/integrate/quadpack/dqmomo.f | |
scipy/integrate/quadpack/dqwgtf.f:1:49: | |
1 | double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
| 1 | |
Avertissement: Argument muet « p2 » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/quadpack/dqwgtf.f:1:52: | |
1 | double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
| 1 | |
Avertissement: Argument muet « p3 » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/quadpack/dqwgtf.f:1:55: | |
1 | double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
| 1 | |
Avertissement: Argument muet « p4 » inutilisé à (1) [-Wunused-dummy-argument] | |
gfortran:f77: scipy/integrate/quadpack/dqcheb.f | |
scipy/integrate/quadpack/dqc25f.f:327:0: | |
327 | resc12 = cheb12(13)*chebmo(m,13) | |
| | |
Avertissement: « m » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqmomo.f:126:5: | |
126 | 90 return | |
| 1 | |
Avertissement: L'étiquette 90 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/integrate/quadpack/dqng.f:365:0: | |
365 | * abserr = resasc*dmin1(0.1d+01,(0.2d+03*abserr/resasc)**1.5d+00) | |
| | |
Avertissement: « resasc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqng.f:367:0: | |
367 | * ((epmach*0.5d+02)*resabs,abserr) | |
| | |
Avertissement: « resabs » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/quadpack/dqng.f:363:0: | |
363 | abserr = dabs((res87-res43)*hlgth) | |
| | |
Avertissement: « res43 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/integrate/quadpack/dqpsrt.f | |
ar: adding 35 object files to build/temp.linux-x86_64-3.8/libquadpack.a | |
building 'lsoda' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.8/scipy/integrate/odepack | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/odepack/bnorm.f | |
gfortran:f77: scipy/integrate/odepack/ewset.f | |
gfortran:f77: scipy/integrate/odepack/blkdta000.f | |
gfortran:f77: scipy/integrate/odepack/cfode.f | |
gfortran:f77: scipy/integrate/odepack/lsoda.f | |
gfortran:f77: scipy/integrate/odepack/fnorm.fgfortran:f77: scipy/integrate/odepack/intdy.f | |
gfortran:f77: scipy/integrate/odepack/prja.f | |
gfortran:f77: scipy/integrate/odepack/solsy.f | |
scipy/integrate/odepack/bnorm.f:24:72: | |
24 | 10 sum = sum + dabs(a(i1-j,j))/w(j) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
gfortran:f77: scipy/integrate/odepack/srcma.f | |
scipy/integrate/odepack/fnorm.f:16:72: | |
16 | 10 sum = sum + dabs(a(i,j))/w(j) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
gfortran:f77: scipy/integrate/odepack/stoda.f | |
scipy/integrate/odepack/ewset.f:17:72: | |
17 | 15 ewt(i) = rtol(1)*dabs(ycur(i)) + atol(1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 15 à (1) | |
scipy/integrate/odepack/ewset.f:21:72: | |
21 | 25 ewt(i) = rtol(1)*dabs(ycur(i)) + atol(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 25 à (1) | |
scipy/integrate/odepack/ewset.f:25:72: | |
25 | 35 ewt(i) = rtol(i)*dabs(ycur(i)) + atol(1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 35 à (1) | |
scipy/integrate/odepack/ewset.f:29:72: | |
29 | 45 ewt(i) = rtol(i)*dabs(ycur(i)) + atol(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 45 à (1) | |
gfortran:f77: scipy/integrate/odepack/vmnorm.f | |
scipy/integrate/odepack/cfode.f:62:72: | |
62 | 110 pc(i) = pc(i-1) + fnqm1*pc(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/cfode.f:71:72: | |
71 | 120 xpin = xpin + tsign*pc(i)/dfloat(i+1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/cfode.f:76:72: | |
76 | 130 elco(i+1,nq) = rq1fac*pc(i)/dfloat(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 130 à (1) | |
scipy/integrate/odepack/cfode.f:99:72: | |
99 | 210 pc(i) = pc(i-1) + fnq*pc(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 210 à (1) | |
scipy/integrate/odepack/cfode.f:103:72: | |
103 | 220 elco(i,nq) = pc(i)/pc(2) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 220 à (1) | |
gfortran:f77: scipy/integrate/odepack/xerrwv.f | |
scipy/integrate/odepack/solsy.f:57:72: | |
57 | 320 wm(i+2) = 1.0d0/di | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 320 à (1) | |
scipy/integrate/odepack/solsy.f:59:72: | |
59 | 340 x(i) = wm(i+2)*x(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 340 à (1) | |
scipy/integrate/odepack/solsy.f:1:39: | |
1 | subroutine solsy (wm, iwm, x, tem) | |
| 1 | |
Avertissement: Argument muet « tem » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/odepack/srcma.f:27:72: | |
27 | 10 rsav(i) = rls(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/odepack/srcma.f:29:72: | |
29 | 15 rsav(lenrls+i) = rlsa(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 15 à (1) | |
scipy/integrate/odepack/srcma.f:32:72: | |
32 | 20 isav(i) = ils(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 20 à (1) | |
scipy/integrate/odepack/srcma.f:34:72: | |
34 | 25 isav(lenils+i) = ilsa(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 25 à (1) | |
scipy/integrate/odepack/srcma.f:42:72: | |
42 | 110 rls(i) = rsav(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/srcma.f:44:72: | |
44 | 115 rlsa(i) = rsav(lenrls+i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 115 à (1) | |
scipy/integrate/odepack/srcma.f:47:72: | |
47 | 120 ils(i) = isav(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/srcma.f:49:72: | |
49 | 125 ilsa(i) = isav(lenils+i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 125 à (1) | |
gfortran:f77: scipy/integrate/odepack/xsetun.f | |
gfortran:f77: scipy/integrate/odepack/xsetf.f | |
scipy/integrate/odepack/intdy.f:48:72: | |
48 | 10 ic = ic*jj | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/odepack/intdy.f:51:72: | |
51 | 20 dky(i) = c*yh(i,l) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 20 à (1) | |
scipy/integrate/odepack/intdy.f:61:72: | |
61 | 30 ic = ic*jj | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 30 à (1) | |
scipy/integrate/odepack/intdy.f:64:72: | |
64 | 40 dky(i) = c*yh(i,jp1) + s*dky(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 40 à (1) | |
scipy/integrate/odepack/intdy.f:69:72: | |
69 | 60 dky(i) = r*dky(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 60 à (1) | |
scipy/integrate/odepack/vmnorm.f:14:72: | |
14 | 10 vm = dmax1(vm,dabs(v(i))*w(i)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/odepack/xerrwv.f:1:40: | |
1 | subroutine xerrwv (msg, nmes, nerr, level, ni, i1, i2, nr, r1, r2) | |
| 1 | |
Avertissement: Argument muet « nerr » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/odepack/prja.f:69:72: | |
69 | 110 wm(i+2) = 0.0d0 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/prja.f:77:72: | |
77 | 120 wm(i+2) = wm(i+2)*con | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/prja.f:96:72: | |
96 | 220 wm(i+j1) = (ftem(i) - savf(i))*fac | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 220 à (1) | |
scipy/integrate/odepack/prja.f:109:72: | |
109 | 250 j = j + np1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 250 à (1) | |
scipy/integrate/odepack/prja.f:126:72: | |
126 | 410 wm(i+2) = 0.0d0 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 410 à (1) | |
scipy/integrate/odepack/prja.f:134:72: | |
134 | 420 wm(i+2) = wm(i+2)*con | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 420 à (1) | |
scipy/integrate/odepack/prja.f:151:72: | |
151 | 530 y(i) = y(i) + r | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 530 à (1) | |
scipy/integrate/odepack/prja.f:166:72: | |
166 | 540 wm(ii+i) = (ftem(i) - savf(i))*fac | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 540 à (1) | |
scipy/integrate/odepack/prja.f:177:72: | |
177 | 580 ii = ii + meband | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 580 à (1) | |
scipy/integrate/odepack/lsoda.f:1178:72: | |
1178 | 95 rwork(i) = 0.0d0 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 95 à (1) | |
scipy/integrate/odepack/lsoda.f:1219:72: | |
1219 | 115 rwork(i+lyh-1) = y(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 115 à (1) | |
scipy/integrate/odepack/lsoda.f:1226:72: | |
1226 | 120 rwork(i+lewt-1) = 1.0d0/rwork(i+lewt-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/lsoda.f:1253:72: | |
1253 | 130 tol = dmax1(tol,rtol(i)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 130 à (1) | |
scipy/integrate/odepack/lsoda.f:1274:72: | |
1274 | 190 rwork(i+lf0-1) = h0*rwork(i+lf0-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 190 à (1) | |
scipy/integrate/odepack/lsoda.f:1330:72: | |
1330 | 260 rwork(i+lewt-1) = 1.0d0/rwork(i+lewt-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 260 à (1) | |
scipy/integrate/odepack/lsoda.f:1425:72: | |
1425 | 410 y(i) = rwork(i+lyh-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 410 à (1) | |
scipy/integrate/odepack/lsoda.f:1521:72: | |
1521 | 590 y(i) = rwork(i+lyh-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 590 à (1) | |
scipy/integrate/odepack/lsoda.f:1428:10: | |
1428 | if (ihit) t = tcrit | |
| ^ | |
Avertissement: « ihit » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/odepack/lsoda.f:1112:0: | |
1112 | len1s = len1s + lenwm | |
| | |
Avertissement: « lenwm » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/odepack/stoda.f:155:72: | |
155 | 10 cm2(i) = tesco(2,i)*elco(i+1,i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/odepack/stoda.f:158:72: | |
158 | 20 cm1(i) = tesco(2,i)*elco(i+1,i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 20 à (1) | |
scipy/integrate/odepack/stoda.f:183:72: | |
183 | 155 el(i) = elco(i,nq) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 155 à (1) | |
scipy/integrate/odepack/stoda.f:218:72: | |
218 | do 180 i = 1,n | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 180 partagée à (1) | |
scipy/integrate/odepack/stoda.f:219:72: | |
219 | 180 yh(i,j) = yh(i,j)*r | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 180 à (1) | |
scipy/integrate/odepack/stoda.f:240:72: | |
240 | 210 yh1(i) = yh1(i) + yh1(i+nyh) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 210 à (1) | |
scipy/integrate/odepack/stoda.f:253:72: | |
253 | 230 y(i) = yh(i,1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 230 à (1) | |
scipy/integrate/odepack/stoda.f:275:72: | |
275 | 260 acor(i) = 0.0d0 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 260 à (1) | |
scipy/integrate/odepack/stoda.f:283:72: | |
283 | 290 y(i) = savf(i) - acor(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 290 à (1) | |
scipy/integrate/odepack/stoda.f:287:72: | |
287 | 300 acor(i) = savf(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 300 à (1) | |
scipy/integrate/odepack/stoda.f:295:72: | |
295 | 360 y(i) = h*savf(i) - (yh(i,2) + acor(i)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 360 à (1) | |
scipy/integrate/odepack/stoda.f:302:72: | |
302 | 380 y(i) = yh(i,1) + el(1)*acor(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 380 à (1) | |
scipy/integrate/odepack/stoda.f:360:72: | |
360 | 440 yh1(i) = yh1(i) - yh1(i+nyh) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 440 à (1) | |
scipy/integrate/odepack/stoda.f:399:72: | |
399 | do 460 i = 1,n | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 460 partagée à (1) | |
scipy/integrate/odepack/stoda.f:400:72: | |
400 | 460 yh(i,j) = yh(i,j) + el(j)*acor(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 460 à (1) | |
scipy/integrate/odepack/stoda.f:508:72: | |
508 | 490 yh(i,lmax) = acor(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 490 à (1) | |
scipy/integrate/odepack/stoda.f:524:72: | |
524 | 510 yh1(i) = yh1(i) - yh1(i+nyh) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 510 à (1) | |
scipy/integrate/odepack/stoda.f:544:72: | |
544 | 530 savf(i) = acor(i) - yh(i,lmax) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 530 à (1) | |
scipy/integrate/odepack/stoda.f:578:72: | |
578 | 600 yh(i,newq+1) = acor(i)*r | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 600 à (1) | |
scipy/integrate/odepack/stoda.f:611:72: | |
611 | 645 y(i) = yh(i,1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 645 à (1) | |
scipy/integrate/odepack/stoda.f:619:72: | |
619 | 650 yh(i,2) = h*savf(i) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 650 à (1) | |
scipy/integrate/odepack/stoda.f:640:72: | |
640 | 710 acor(i) = acor(i)*r | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 710 à (1) | |
ar: adding 15 object files to build/temp.linux-x86_64-3.8/liblsoda.a | |
building 'vode' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/odepack/vode.fgfortran:f77: scipy/integrate/odepack/zvode.f | |
scipy/integrate/odepack/zvode.f:1362:72: | |
1362 | 120 RWORK(I+LEWT-1) = ONE/RWORK(I+LEWT-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/zvode.f:1427:72: | |
1427 | 260 RWORK(I+LEWT-1) = ONE/RWORK(I+LEWT-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 260 à (1) | |
scipy/integrate/odepack/zvode.f:1795:72: | |
1795 | 60 Y(I) = Y0(I) + H*YDOT(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 60 à (1) | |
scipy/integrate/odepack/zvode.f:1798:72: | |
1798 | 70 TEMP(I) = (TEMP(I) - YDOT(I))/H | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 70 à (1) | |
scipy/integrate/odepack/zvode.f:1926:72: | |
1926 | 10 IC = IC*JJ | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/odepack/zvode.f:1929:72: | |
1929 | 20 DKY(I) = C*YH(I,L) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 20 à (1) | |
scipy/integrate/odepack/zvode.f:1939:72: | |
1939 | 30 IC = IC*JJ | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 30 à (1) | |
scipy/integrate/odepack/zvode.f:1942:72: | |
1942 | 40 DKY(I) = C*YH(I,JP1) + S*DKY(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 40 à (1) | |
scipy/integrate/odepack/zvode.f:2155:72: | |
2155 | 110 YH1(I) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/zvode.f:2202:72: | |
2202 | 210 YH1(I) = YH1(I) + YH1(I+LDYH) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 210 à (1) | |
scipy/integrate/odepack/zvode.f:2229:72: | |
2229 | 420 YH1(I) = YH1(I) - YH1(I+LDYH) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 420 à (1) | |
scipy/integrate/odepack/zvode.f:2257:72: | |
2257 | 470 TAU(I+1) = TAU(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 470 à (1) | |
scipy/integrate/odepack/zvode.f:2288:72: | |
2288 | 510 YH1(I) = YH1(I) - YH1(I+LDYH) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 510 à (1) | |
scipy/integrate/odepack/zvode.f:2322:72: | |
2322 | 550 YH(I,2) = H*SAVF(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 550 à (1) | |
scipy/integrate/odepack/zvode.f:2350:72: | |
2350 | 575 SAVF(I) = ACOR(I) - CNQUOT*YH(I,LMAX) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 575 à (1) | |
scipy/integrate/odepack/zvode.f:2500:72: | |
2500 | 115 EM(I) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 115 à (1) | |
scipy/integrate/odepack/zvode.f:2507:72: | |
2507 | 120 S = -S | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/zvode.f:2512:72: | |
2512 | 140 EM(I) = EM(I) + EM(I-1)*RXI | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 140 à (1) | |
scipy/integrate/odepack/zvode.f:2523:72: | |
2523 | 160 S = -S | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 160 à (1) | |
scipy/integrate/odepack/zvode.f:2528:72: | |
2528 | 170 EL(I+1) = S*EM(I)/REAL(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 170 à (1) | |
scipy/integrate/odepack/zvode.f:2537:72: | |
2537 | 180 EM(I) = EM(I) + EM(I-1)*RXI | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 180 à (1) | |
scipy/integrate/odepack/zvode.f:2543:72: | |
2543 | 190 S = -S | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 190 à (1) | |
scipy/integrate/odepack/zvode.f:2549:72: | |
2549 | 210 EL(I) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 210 à (1) | |
scipy/integrate/odepack/zvode.f:2566:72: | |
2566 | 220 EL(I) = EL(I) + EL(I-1)*RXI | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 220 à (1) | |
scipy/integrate/odepack/zvode.f:2575:72: | |
2575 | 235 EL(I) = EL(I) + EL(I-1)*RXIS | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 235 à (1) | |
scipy/integrate/odepack/zvode.f:2665:72: | |
2665 | 110 EL(J) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/zvode.f:2675:72: | |
2675 | 120 EL(I) = EL(I)*XI + EL(I-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/zvode.f:2679:72: | |
2679 | 140 EL(J+1) = REAL(NQ)*EL(J)/REAL(J) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 140 à (1) | |
scipy/integrate/odepack/zvode.f:2683:72: | |
2683 | 160 YH(I,J) = YH(I,J) - YH(I,L)*EL(J) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 160 à (1) | |
scipy/integrate/odepack/zvode.f:2691:72: | |
2691 | 190 YH(I,LP1) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 190 à (1) | |
scipy/integrate/odepack/zvode.f:2701:72: | |
2701 | 210 EL(J) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 210 à (1) | |
scipy/integrate/odepack/zvode.f:2711:72: | |
2711 | 220 EL(I) = EL(I)*XI + EL(I-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 220 à (1) | |
scipy/integrate/odepack/zvode.f:2716:72: | |
2716 | 240 YH(I,J) = YH(I,J) - YH(I,L)*EL(J) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 240 à (1) | |
scipy/integrate/odepack/zvode.f:2721:72: | |
2721 | 310 EL(J) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 310 à (1) | |
scipy/integrate/odepack/zvode.f:2739:72: | |
2739 | 320 EL(I) = EL(I)*XIOLD + EL(I-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 320 à (1) | |
scipy/integrate/odepack/zvode.f:2747:72: | |
2747 | 350 YH(I,LP1) = T1*YH(I,LMAX) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 350 à (1) | |
scipy/integrate/odepack/zvode.f:2916:72: | |
2916 | 260 ACOR(I) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 260 à (1) | |
scipy/integrate/odepack/zvode.f:2924:72: | |
2924 | 280 SAVF(I) = RL1*(H*SAVF(I) - YH(I,2)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 280 à (1) | |
scipy/integrate/odepack/zvode.f:2926:72: | |
2926 | 290 Y(I) = SAVF(I) - ACOR(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 290 à (1) | |
scipy/integrate/odepack/zvode.f:2929:72: | |
2929 | 300 Y(I) = YH(I,1) + SAVF(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 300 à (1) | |
scipy/integrate/odepack/zvode.f:2939:72: | |
2939 | 360 Y(I) = (RL1*H)*SAVF(I) - (RL1*YH(I,2) + ACOR(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 360 à (1) | |
scipy/integrate/odepack/zvode.f:2950:72: | |
2950 | 380 Y(I) = YH(I,1) + ACOR(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 380 à (1) | |
scipy/integrate/odepack/zvode.f:3110:72: | |
3110 | 110 WM(I) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/zvode.f:3131:72: | |
3131 | 220 WM(I+J1) = (FTEM(I) - SAVF(I))*FAC | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 220 à (1) | |
scipy/integrate/odepack/zvode.f:3154:72: | |
3154 | 250 J = J + NP1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 250 à (1) | |
scipy/integrate/odepack/zvode.f:3170:72: | |
3170 | 310 Y(I) = Y(I) + R*(H*SAVF(I) - YH(I,2)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 310 à (1) | |
scipy/integrate/odepack/zvode.f:3201:72: | |
3201 | 410 WM(I) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 410 à (1) | |
scipy/integrate/odepack/zvode.f:3221:72: | |
3221 | 530 Y(I) = Y(I) + R | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 530 à (1) | |
scipy/integrate/odepack/zvode.f:3232:72: | |
3232 | 540 WM(II+I) = (FTEM(I) - SAVF(I))*FAC | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 540 à (1) | |
scipy/integrate/odepack/zvode.f:3251:72: | |
3251 | 580 II = II + MEBAND | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 580 à (1) | |
scipy/integrate/odepack/zvode.f:3367:72: | |
3367 | 320 WM(I) = ONE/DI | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 320 à (1) | |
scipy/integrate/odepack/zvode.f:3370:72: | |
3370 | 340 X(I) = WM(I)*X(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 340 à (1) | |
scipy/integrate/odepack/zvode.f:3421:72: | |
3421 | 10 RSAV(I) = RVOD1(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/odepack/zvode.f:3423:72: | |
3423 | 15 RSAV(LENRV1+I) = RVOD2(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 15 à (1) | |
scipy/integrate/odepack/zvode.f:3426:72: | |
3426 | 20 ISAV(I) = IVOD1(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 20 à (1) | |
scipy/integrate/odepack/zvode.f:3428:72: | |
3428 | 25 ISAV(LENIV1+I) = IVOD2(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 25 à (1) | |
scipy/integrate/odepack/zvode.f:3434:72: | |
3434 | 110 RVOD1(I) = RSAV(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/zvode.f:3436:72: | |
3436 | 115 RVOD2(I) = RSAV(LENRV1+I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 115 à (1) | |
scipy/integrate/odepack/zvode.f:3439:72: | |
3439 | 120 IVOD1(I) = ISAV(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/zvode.f:3441:72: | |
3441 | 125 IVOD2(I) = ISAV(LENIV1+I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 125 à (1) | |
scipy/integrate/odepack/zvode.f:3475:72: | |
3475 | 15 EWT(I) = RTOL(1)*ABS(YCUR(I)) + ATOL(1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 15 à (1) | |
scipy/integrate/odepack/zvode.f:3479:72: | |
3479 | 25 EWT(I) = RTOL(1)*ABS(YCUR(I)) + ATOL(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 25 à (1) | |
scipy/integrate/odepack/zvode.f:3483:72: | |
3483 | 35 EWT(I) = RTOL(I)*ABS(YCUR(I)) + ATOL(1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 35 à (1) | |
scipy/integrate/odepack/zvode.f:3487:72: | |
3487 | 45 EWT(I) = RTOL(I)*ABS(YCUR(I)) + ATOL(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 45 à (1) | |
scipy/integrate/odepack/zvode.f:3519:72: | |
3519 | 10 SUM = SUM + ZABSSQ(V(I)) * W(I)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/odepack/zvode.f:2391:4: | |
2391 | 700 R = ONE/TQ(2) | |
| 1 | |
Avertissement: L'étiquette 700 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/integrate/odepack/zvode.f:2758:35: | |
2758 | 1 F, JAC, PDUM, NFLAG, RPAR, IPAR) | |
| 1 | |
Avertissement: Argument muet « pdum » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/odepack/zvode.f:2757:42: | |
2757 | SUBROUTINE ZVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
| 1 | |
Avertissement: Argument muet « vsav » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/odepack/zvode.f:1502:10: | |
1502 | IF (IHIT) T = TCRIT | |
| ^ | |
Avertissement: « ihit » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/odepack/vode.f:1347:72: | |
1347 | 120 RWORK(I+LEWT-1) = ONE/RWORK(I+LEWT-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/vode.f:1412:72: | |
1412 | 260 RWORK(I+LEWT-1) = ONE/RWORK(I+LEWT-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 260 à (1) | |
scipy/integrate/odepack/vode.f:1776:72: | |
1776 | 60 Y(I) = Y0(I) + H*YDOT(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 60 à (1) | |
scipy/integrate/odepack/vode.f:1779:72: | |
1779 | 70 TEMP(I) = (TEMP(I) - YDOT(I))/H | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 70 à (1) | |
scipy/integrate/odepack/vode.f:1906:72: | |
1906 | 10 IC = IC*JJ | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/odepack/vode.f:1909:72: | |
1909 | 20 DKY(I) = C*YH(I,L) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 20 à (1) | |
scipy/integrate/odepack/vode.f:1919:72: | |
1919 | 30 IC = IC*JJ | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 30 à (1) | |
scipy/integrate/odepack/vode.f:1922:72: | |
1922 | 40 DKY(I) = C*YH(I,JP1) + S*DKY(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 40 à (1) | |
scipy/integrate/odepack/vode.f:2134:72: | |
2134 | 110 YH1(I) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/vode.f:2181:72: | |
2181 | 210 YH1(I) = YH1(I) + YH1(I+LDYH) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 210 à (1) | |
scipy/integrate/odepack/vode.f:2208:72: | |
2208 | 420 YH1(I) = YH1(I) - YH1(I+LDYH) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 420 à (1) | |
scipy/integrate/odepack/vode.f:2236:72: | |
2236 | 470 TAU(I+1) = TAU(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 470 à (1) | |
scipy/integrate/odepack/vode.f:2267:72: | |
2267 | 510 YH1(I) = YH1(I) - YH1(I+LDYH) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 510 à (1) | |
scipy/integrate/odepack/vode.f:2301:72: | |
2301 | 550 YH(I,2) = H*SAVF(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 550 à (1) | |
scipy/integrate/odepack/vode.f:2329:72: | |
2329 | 575 SAVF(I) = ACOR(I) - CNQUOT*YH(I,LMAX) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 575 à (1) | |
scipy/integrate/odepack/vode.f:2479:72: | |
2479 | 115 EM(I) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 115 à (1) | |
scipy/integrate/odepack/vode.f:2486:72: | |
2486 | 120 S = -S | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/vode.f:2491:72: | |
2491 | 140 EM(I) = EM(I) + EM(I-1)*RXI | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 140 à (1) | |
scipy/integrate/odepack/vode.f:2502:72: | |
2502 | 160 S = -S | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 160 à (1) | |
scipy/integrate/odepack/vode.f:2507:72: | |
2507 | 170 EL(I+1) = S*EM(I)/REAL(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 170 à (1) | |
scipy/integrate/odepack/vode.f:2516:72: | |
2516 | 180 EM(I) = EM(I) + EM(I-1)*RXI | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 180 à (1) | |
scipy/integrate/odepack/vode.f:2522:72: | |
2522 | 190 S = -S | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 190 à (1) | |
scipy/integrate/odepack/vode.f:2528:72: | |
2528 | 210 EL(I) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 210 à (1) | |
scipy/integrate/odepack/vode.f:2545:72: | |
2545 | 220 EL(I) = EL(I) + EL(I-1)*RXI | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 220 à (1) | |
scipy/integrate/odepack/vode.f:2554:72: | |
2554 | 235 EL(I) = EL(I) + EL(I-1)*RXIS | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 235 à (1) | |
scipy/integrate/odepack/vode.f:2644:72: | |
2644 | 110 EL(J) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/vode.f:2654:72: | |
2654 | 120 EL(I) = EL(I)*XI + EL(I-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/vode.f:2658:72: | |
2658 | 140 EL(J+1) = REAL(NQ)*EL(J)/REAL(J) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 140 à (1) | |
scipy/integrate/odepack/vode.f:2662:72: | |
2662 | 160 YH(I,J) = YH(I,J) - YH(I,L)*EL(J) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 160 à (1) | |
scipy/integrate/odepack/vode.f:2670:72: | |
2670 | 190 YH(I,LP1) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 190 à (1) | |
scipy/integrate/odepack/vode.f:2680:72: | |
2680 | 210 EL(J) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 210 à (1) | |
scipy/integrate/odepack/vode.f:2690:72: | |
2690 | 220 EL(I) = EL(I)*XI + EL(I-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 220 à (1) | |
scipy/integrate/odepack/vode.f:2695:72: | |
2695 | 240 YH(I,J) = YH(I,J) - YH(I,L)*EL(J) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 240 à (1) | |
scipy/integrate/odepack/vode.f:2700:72: | |
2700 | 310 EL(J) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 310 à (1) | |
scipy/integrate/odepack/vode.f:2718:72: | |
2718 | 320 EL(I) = EL(I)*XIOLD + EL(I-1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 320 à (1) | |
scipy/integrate/odepack/vode.f:2726:72: | |
2726 | 350 YH(I,LP1) = T1*YH(I,LMAX) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 350 à (1) | |
scipy/integrate/odepack/vode.f:2894:72: | |
2894 | 260 ACOR(I) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 260 à (1) | |
scipy/integrate/odepack/vode.f:2902:72: | |
2902 | 280 SAVF(I) = RL1*(H*SAVF(I) - YH(I,2)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 280 à (1) | |
scipy/integrate/odepack/vode.f:2904:72: | |
2904 | 290 Y(I) = SAVF(I) - ACOR(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 290 à (1) | |
scipy/integrate/odepack/vode.f:2907:72: | |
2907 | 300 Y(I) = YH(I,1) + SAVF(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 300 à (1) | |
scipy/integrate/odepack/vode.f:2917:72: | |
2917 | 360 Y(I) = (RL1*H)*SAVF(I) - (RL1*YH(I,2) + ACOR(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 360 à (1) | |
scipy/integrate/odepack/vode.f:2928:72: | |
2928 | 380 Y(I) = YH(I,1) + ACOR(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 380 à (1) | |
scipy/integrate/odepack/vode.f:3091:72: | |
3091 | 110 WM(I+2) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/vode.f:3113:72: | |
3113 | 220 WM(I+J1) = (FTEM(I) - SAVF(I))*FAC | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 220 à (1) | |
scipy/integrate/odepack/vode.f:3136:72: | |
3136 | 250 J = J + NP1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 250 à (1) | |
scipy/integrate/odepack/vode.f:3153:72: | |
3153 | 310 Y(I) = Y(I) + R*(H*SAVF(I) - YH(I,2)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 310 à (1) | |
scipy/integrate/odepack/vode.f:3184:72: | |
3184 | 410 WM(I+2) = ZERO | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 410 à (1) | |
scipy/integrate/odepack/vode.f:3205:72: | |
3205 | 530 Y(I) = Y(I) + R | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 530 à (1) | |
scipy/integrate/odepack/vode.f:3216:72: | |
3216 | 540 WM(II+I) = (FTEM(I) - SAVF(I))*FAC | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 540 à (1) | |
scipy/integrate/odepack/vode.f:3235:72: | |
3235 | 580 II = II + MEBAND | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 580 à (1) | |
scipy/integrate/odepack/vode.f:3355:72: | |
3355 | 320 WM(I+2) = ONE/DI | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 320 à (1) | |
scipy/integrate/odepack/vode.f:3358:72: | |
3358 | 340 X(I) = WM(I+2)*X(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 340 à (1) | |
scipy/integrate/odepack/vode.f:3409:72: | |
3409 | 10 RSAV(I) = RVOD1(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/odepack/vode.f:3411:72: | |
3411 | 15 RSAV(LENRV1+I) = RVOD2(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 15 à (1) | |
scipy/integrate/odepack/vode.f:3414:72: | |
3414 | 20 ISAV(I) = IVOD1(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 20 à (1) | |
scipy/integrate/odepack/vode.f:3416:72: | |
3416 | 25 ISAV(LENIV1+I) = IVOD2(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 25 à (1) | |
scipy/integrate/odepack/vode.f:3422:72: | |
3422 | 110 RVOD1(I) = RSAV(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 110 à (1) | |
scipy/integrate/odepack/vode.f:3424:72: | |
3424 | 115 RVOD2(I) = RSAV(LENRV1+I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 115 à (1) | |
scipy/integrate/odepack/vode.f:3427:72: | |
3427 | 120 IVOD1(I) = ISAV(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 120 à (1) | |
scipy/integrate/odepack/vode.f:3429:72: | |
3429 | 125 IVOD2(I) = ISAV(LENIV1+I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 125 à (1) | |
scipy/integrate/odepack/vode.f:3456:72: | |
3456 | 15 EWT(I) = RTOL(1)*ABS(YCUR(I)) + ATOL(1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 15 à (1) | |
scipy/integrate/odepack/vode.f:3460:72: | |
3460 | 25 EWT(I) = RTOL(1)*ABS(YCUR(I)) + ATOL(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 25 à (1) | |
scipy/integrate/odepack/vode.f:3464:72: | |
3464 | 35 EWT(I) = RTOL(I)*ABS(YCUR(I)) + ATOL(1) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 35 à (1) | |
scipy/integrate/odepack/vode.f:3468:72: | |
3468 | 45 EWT(I) = RTOL(I)*ABS(YCUR(I)) + ATOL(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 45 à (1) | |
scipy/integrate/odepack/vode.f:3494:72: | |
3494 | 10 SUM = SUM + (V(I)*W(I))**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/odepack/vode.f:2370:4: | |
2370 | 700 R = ONE/TQ(2) | |
| 1 | |
Avertissement: L'étiquette 700 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/integrate/odepack/vode.f:3519:40: | |
3519 | SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
| 1 | |
Avertissement: Argument muet « nerr » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/odepack/vode.f:3500:44: | |
3500 | DOUBLE PRECISION FUNCTION D1MACH (IDUM) | |
| 1 | |
Avertissement: Argument muet « idum » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/odepack/vode.f:2737:35: | |
2737 | 1 F, JAC, PDUM, NFLAG, RPAR, IPAR) | |
| 1 | |
Avertissement: Argument muet « pdum » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/odepack/vode.f:2736:42: | |
2736 | SUBROUTINE DVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
| 1 | |
Avertissement: Argument muet « vsav » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/odepack/vode.f:3615:0: | |
3615 | INTEGER FUNCTION IXSAV (IPAR, IVALUE, ISET) | |
| | |
Avertissement: « __result_ixsav » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/odepack/vode.f:1487:10: | |
1487 | IF (IHIT) T = TCRIT | |
| ^ | |
Avertissement: « ihit » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
ar: adding 2 object files to build/temp.linux-x86_64-3.8/libvode.a | |
building 'dop' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.8/scipy/integrate/dop | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/dop/dopri5.f | |
gfortran:f77: scipy/integrate/dop/dop853.f | |
scipy/integrate/dop/dopri5.f:249:72: | |
249 | 16 IWORK(20+I)=I | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 16 à (1) | |
scipy/integrate/dop/dopri5.f:422:72: | |
422 | 22 Y1(I)=Y(I)+H*A21*K1(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 22 à (1) | |
scipy/integrate/dop/dopri5.f:425:72: | |
425 | 23 Y1(I)=Y(I)+H*(A31*K1(I)+A32*K2(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 23 à (1) | |
scipy/integrate/dop/dopri5.f:428:72: | |
428 | 24 Y1(I)=Y(I)+H*(A41*K1(I)+A42*K2(I)+A43*K3(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 24 à (1) | |
scipy/integrate/dop/dopri5.f:431:72: | |
431 | 25 Y1(I)=Y(I)+H*(A51*K1(I)+A52*K2(I)+A53*K3(I)+A54*K4(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 25 à (1) | |
scipy/integrate/dop/dopri5.f:434:72: | |
434 | 26 YSTI(I)=Y(I)+H*(A61*K1(I)+A62*K2(I)+A63*K3(I)+A64*K4(I)+A65*K5(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 26 à (1) | |
scipy/integrate/dop/dopri5.f:438:72: | |
438 | 27 Y1(I)=Y(I)+H*(A71*K1(I)+A73*K3(I)+A74*K4(I)+A75*K5(I)+A76*K6(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 27 à (1) | |
scipy/integrate/dop/dopri5.f:448:72: | |
448 | 28 K4(I)=(E1*K1(I)+E3*K3(I)+E4*K4(I)+E5*K5(I)+E6*K6(I)+E7*K2(I))*H | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 28 à (1) | |
scipy/integrate/dop/dopri5.f:455:72: | |
455 | 41 ERR=ERR+(K4(I)/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 41 à (1) | |
scipy/integrate/dop/dopri5.f:459:72: | |
459 | 42 ERR=ERR+(K4(I)/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 42 à (1) | |
scipy/integrate/dop/dopri5.f:509:72: | |
509 | 44 Y(I)=Y1(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 44 à (1) | |
scipy/integrate/dop/dopri5.f:578:72: | |
578 | 10 DNY=DNY+(Y(I)/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/dop/dopri5.f:583:72: | |
583 | 11 DNY=DNY+(Y(I)/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 11 à (1) | |
scipy/integrate/dop/dopri5.f:594:72: | |
594 | 12 Y1(I)=Y(I)+H*F0(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 12 à (1) | |
scipy/integrate/dop/dopri5.f:601:72: | |
601 | 15 DER2=DER2+((F1(I)-F0(I))/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 15 à (1) | |
scipy/integrate/dop/dopri5.f:605:72: | |
605 | 16 DER2=DER2+((F1(I)-F0(I))/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 16 à (1) | |
scipy/integrate/dop/dopri5.f:558:35: | |
558 | FUNCTION HINIT(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
| 1 | |
Avertissement: Argument muet « xend » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/dop/dopri5.f:491:0: | |
491 | NONSTI=NONSTI+1 | |
| | |
Avertissement: « nonsti » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/integrate/dop/dop853.f:590:72: | |
590 | 22 Y1(I)=Y(I)+H*A21*K1(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 22 à (1) | |
scipy/integrate/dop/dop853.f:593:72: | |
593 | 23 Y1(I)=Y(I)+H*(A31*K1(I)+A32*K2(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 23 à (1) | |
scipy/integrate/dop/dop853.f:596:72: | |
596 | 24 Y1(I)=Y(I)+H*(A41*K1(I)+A43*K3(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 24 à (1) | |
scipy/integrate/dop/dop853.f:599:72: | |
599 | 25 Y1(I)=Y(I)+H*(A51*K1(I)+A53*K3(I)+A54*K4(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 25 à (1) | |
scipy/integrate/dop/dop853.f:602:72: | |
602 | 26 Y1(I)=Y(I)+H*(A61*K1(I)+A64*K4(I)+A65*K5(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 26 à (1) | |
scipy/integrate/dop/dop853.f:605:72: | |
605 | 27 Y1(I)=Y(I)+H*(A71*K1(I)+A74*K4(I)+A75*K5(I)+A76*K6(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 27 à (1) | |
scipy/integrate/dop/dop853.f:608:72: | |
608 | 28 Y1(I)=Y(I)+H*(A81*K1(I)+A84*K4(I)+A85*K5(I)+A86*K6(I)+A87*K7(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 28 à (1) | |
scipy/integrate/dop/dop853.f:612:72: | |
612 | & +A98*K8(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 29 à (1) | |
scipy/integrate/dop/dop853.f:616:72: | |
616 | & +A107*K7(I)+A108*K8(I)+A109*K9(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 30 à (1) | |
scipy/integrate/dop/dop853.f:620:72: | |
620 | & +A117*K7(I)+A118*K8(I)+A119*K9(I)+A1110*K10(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 31 à (1) | |
scipy/integrate/dop/dop853.f:625:72: | |
625 | & +A127*K7(I)+A128*K8(I)+A129*K9(I)+A1210*K10(I)+A1211*K2(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 32 à (1) | |
scipy/integrate/dop/dop853.f:631:72: | |
631 | 35 K5(I)=Y(I)+H*K4(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 35 à (1) | |
scipy/integrate/dop/dop853.f:642:72: | |
642 | 41 ERR=ERR+(ERRI/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 41 à (1) | |
scipy/integrate/dop/dop853.f:650:72: | |
650 | 42 ERR=ERR+(ERRI/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 42 à (1) | |
scipy/integrate/dop/dop853.f:714:72: | |
714 | & +A1413*K4(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 51 à (1) | |
scipy/integrate/dop/dop853.f:719:72: | |
719 | & +A1514*K10(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 52 à (1) | |
scipy/integrate/dop/dop853.f:724:72: | |
724 | & +A1615*K2(I)) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 53 à (1) | |
scipy/integrate/dop/dop853.f:743:72: | |
743 | 67 Y(I)=K5(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 67 à (1) | |
scipy/integrate/dop/dop853.f:811:72: | |
811 | 10 DNY=DNY+(Y(I)/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 10 à (1) | |
scipy/integrate/dop/dop853.f:816:72: | |
816 | 11 DNY=DNY+(Y(I)/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 11 à (1) | |
scipy/integrate/dop/dop853.f:827:72: | |
827 | 12 Y1(I)=Y(I)+H*F0(I) | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 12 à (1) | |
scipy/integrate/dop/dop853.f:834:72: | |
834 | 15 DER2=DER2+((F1(I)-F0(I))/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 15 à (1) | |
scipy/integrate/dop/dop853.f:838:72: | |
838 | 16 DER2=DER2+((F1(I)-F0(I))/SK)**2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Instruction de fin de DO qui n'est pas END DO ou CONTINUE avec l'étiquette 16 à (1) | |
scipy/integrate/dop/dop853.f:364:42: | |
364 | & SOLOUT,IOUT,IDID,NMAX,UROUND,METH,NSTIFF,SAFE,BETA,FAC1,FAC2, | |
| 1 | |
Avertissement: Argument muet « meth » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/dop/dop853.f:791:38: | |
791 | FUNCTION HINIT853(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
| 1 | |
Avertissement: Argument muet « xend » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/integrate/dop/dop853.f:686:0: | |
686 | NONSTI=NONSTI+1 | |
| | |
Avertissement: « nonsti » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
ar: adding 2 object files to build/temp.linux-x86_64-3.8/libdop.a | |
building 'fitpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.8/scipy/interpolate | |
creating build/temp.linux-x86_64-3.8/scipy/interpolate/fitpack | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/interpolate/fitpack/bispeu.f | |
gfortran:f77: scipy/interpolate/fitpack/cocosp.f | |
gfortran:f77: scipy/interpolate/fitpack/dblint.fgfortran:f77: scipy/interpolate/fitpack/cualde.f | |
gfortran:f77: scipy/interpolate/fitpack/fpched.fgfortran:f77: scipy/interpolate/fitpack/fpback.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbisp.f | |
gfortran:f77: scipy/interpolate/fitpack/fpader.f | |
gfortran:f77: scipy/interpolate/fitpack/bispev.f | |
gfortran:f77: scipy/interpolate/fitpack/evapol.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbacp.fgfortran:f77: scipy/interpolate/fitpack/curev.f | |
gfortran:f77: scipy/interpolate/fitpack/fpchep.f | |
gfortran:f77: scipy/interpolate/fitpack/concon.f | |
gfortran:f77: scipy/interpolate/fitpack/fourco.f | |
gfortran:f77: scipy/interpolate/fitpack/clocur.f | |
scipy/interpolate/fitpack/fpader.f:45:72: | |
45 | do 500 j2=jj,k1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 500 partagée à (1) | |
gfortran:f77: scipy/interpolate/fitpack/fpadno.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbspl.f | |
gfortran:f77: scipy/interpolate/fitpack/concur.f | |
gfortran:f77: scipy/interpolate/fitpack/curfit.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcoco.f | |
gfortran:f77: scipy/interpolate/fitpack/fpclos.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbfout.f | |
gfortran:f77: scipy/interpolate/fitpack/fpadpo.f | |
scipy/interpolate/fitpack/fpbspl.f:31:72: | |
31 | do 20 i=1,j | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 20 partagée à (1) | |
gfortran:f77: scipy/interpolate/fitpack/fpchec.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcsin.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcyt1.f | |
gfortran:f77: scipy/interpolate/fitpack/fpdisc.f | |
gfortran:f77: scipy/interpolate/fitpack/fpgrdi.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcurf.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcyt2.f | |
gfortran:f77: scipy/interpolate/fitpack/fpgrsp.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcons.f | |
gfortran:f77: scipy/interpolate/fitpack/fpfrno.f | |
gfortran:f77: scipy/interpolate/fitpack/fpdeno.f | |
scipy/interpolate/fitpack/fpbfout.f:76:72: | |
76 | do 20 ll=i,4 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 20 partagée à (1) | |
scipy/interpolate/fitpack/fpbfout.f:108:72: | |
108 | do 50 ll=jj,4 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 50 partagée à (1) | |
scipy/interpolate/fitpack/fpbfout.f:185:72: | |
185 | do 180 ll=i,4 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 180 partagée à (1) | |
scipy/interpolate/fitpack/fpbfout.f:117:0: | |
117 | c2 = (hc(5)-hc(4))*term | |
| | |
Avertissement: « term » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fpknot.f | |
scipy/interpolate/fitpack/fpfrno.f:42:0: | |
42 | right(k) = count | |
| | |
Avertissement: « k » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fpgivs.f | |
gfortran:f77: scipy/interpolate/fitpack/fporde.f | |
gfortran:f77: scipy/interpolate/fitpack/fpperi.f | |
scipy/interpolate/fitpack/fpknot.f:41:0: | |
41 | ihalf = maxpt/2+1 | |
| | |
Avertissement: « maxpt » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpknot.f:42:0: | |
42 | nrx = maxbeg+ihalf | |
| | |
Avertissement: « maxbeg » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpknot.f:43:0: | |
43 | next = number+1 | |
| | |
Avertissement: « number » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fpopdi.f | |
gfortran:f77: scipy/interpolate/fitpack/fppara.f | |
gfortran:f77: scipy/interpolate/fitpack/fpopsp.f | |
scipy/interpolate/fitpack/fpcurf.f:119:72: | |
119 | do 80 j=1,k1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 80 partagée à (1) | |
scipy/interpolate/fitpack/fpcurf.f:274:72: | |
274 | do 260 j=1,k1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 260 partagée à (1) | |
scipy/interpolate/fitpack/fpcurf.f:186:35: | |
186 | if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fpcurf.f:187:0: | |
187 | nplus = min0(nplus*2,max0(npl1,nplus/2,1)) | |
| | |
Avertissement: « nplus » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcurf.f:219:13: | |
219 | if(n.eq.nmax) go to 10 | |
| ^ | |
Avertissement: « nmax » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcurf.f:12:57: | |
12 | real*8 acc,con1,con4,con9,cos,half,fpart,fpms,fpold,fp0,f1,f2,f3, | |
| ^ | |
Avertissement: « fpold » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcurf.f:256:0: | |
256 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcurf.f:12:61: | |
12 | real*8 acc,con1,con4,con9,cos,half,fpart,fpms,fpold,fp0,f1,f2,f3, | |
| ^ | |
Avertissement: « fp0 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcurf.f:335:11: | |
335 | if((f1-f2).gt.acc) go to 345 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fpcuro.f | |
gfortran:f77: scipy/interpolate/fitpack/fppola.f | |
gfortran:f77: scipy/interpolate/fitpack/fpregr.f | |
scipy/interpolate/fitpack/fpcons.f:131:72: | |
131 | do 80 j=1,k1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 80 partagée à (1) | |
scipy/interpolate/fitpack/fpcons.f:321:72: | |
321 | do 260 j=1,k1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 260 partagée à (1) | |
scipy/interpolate/fitpack/fpcons.f:224:35: | |
224 | if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fpcons.f:225:0: | |
225 | nplus = min0(nplus*2,max0(npl1,nplus/2,1)) | |
| | |
Avertissement: « nplus » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcons.f:264:13: | |
264 | if(n.eq.nmax) go to 25 | |
| ^ | |
Avertissement: « nmax » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcons.f:383:0: | |
383 | if(u(it).lt.t(l) .or. l.gt.nk1) go to 310 | |
| | |
Avertissement: « nk1 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcons.f:81:0: | |
81 | t(i) = u(j) | |
| | |
Avertissement: « mm » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcons.f:12:56: | |
12 | real*8 acc,con1,con4,con9,cos,fac,fpart,fpms,fpold,fp0,f1,f2,f3, | |
| ^ | |
Avertissement: « fpold » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcons.f:301:0: | |
301 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcons.f:12:60: | |
12 | real*8 acc,con1,con4,con9,cos,fac,fpart,fpms,fpold,fp0,f1,f2,f3, | |
| ^ | |
Avertissement: « fp0 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpcons.f:418:11: | |
418 | if((f1-f2).gt.acc) go to 345 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fpcosp.f | |
scipy/interpolate/fitpack/fppara.f:121:72: | |
121 | do 80 j=1,k1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 80 partagée à (1) | |
scipy/interpolate/fitpack/fppara.f:299:72: | |
299 | do 260 j=1,k1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 260 partagée à (1) | |
scipy/interpolate/fitpack/fppara.f:202:35: | |
202 | if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fppara.f:203:0: | |
203 | nplus = min0(nplus*2,max0(npl1,nplus/2,1)) | |
| | |
Avertissement: « nplus » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppara.f:242:13: | |
242 | if(n.eq.nmax) go to 10 | |
| ^ | |
Avertissement: « nmax » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppara.f:12:56: | |
12 | real*8 acc,con1,con4,con9,cos,fac,fpart,fpms,fpold,fp0,f1,f2,f3, | |
| ^ | |
Avertissement: « fpold » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppara.f:279:0: | |
279 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppara.f:12:60: | |
12 | real*8 acc,con1,con4,con9,cos,fac,fpart,fpms,fpold,fp0,f1,f2,f3, | |
| ^ | |
Avertissement: « fp0 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppara.f:378:11: | |
378 | if((f1-f2).gt.acc) go to 345 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fppasu.f | |
scipy/interpolate/fitpack/fpregr.f:246:33: | |
246 | if(reducx.gt.acc) npl1 = rn*fpms/reducx | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fpregr.f:253:33: | |
253 | if(reducy.gt.acc) npl1 = rn*fpms/reducy | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fpregr.f:310:0: | |
310 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpregr.f:282:13: | |
282 | if(ny.eq.nye) go to 250 | |
| ^ | |
Avertissement: « nye » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpregr.f:269:13: | |
269 | if(nx.eq.nxe) go to 250 | |
| ^ | |
Avertissement: « nxe » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpregr.f:225:0: | |
225 | if(nx.eq.nmaxx .and. ny.eq.nmaxy) go to 430 | |
| | |
Avertissement: « nmaxy » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpregr.f:225:28: | |
225 | if(nx.eq.nmaxx .and. ny.eq.nmaxy) go to 430 | |
| ^ | |
Avertissement: « nmaxx » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpregr.f:341:11: | |
341 | if((f1-f2).gt.acc) go to 330 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fprota.f | |
gfortran:f77: scipy/interpolate/fitpack/fprppo.f | |
scipy/interpolate/fitpack/fprppo.f:12:25: | |
12 | integer i,iopt,ii,j,k,l,nu4,nvv | |
| ^ | |
Avertissement: « j » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fprpsp.f | |
scipy/interpolate/fitpack/fppasu.f:272:33: | |
272 | if(reducu.gt.acc) npl1 = rn*fpms/reducu | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fppasu.f:279:33: | |
279 | if(reducv.gt.acc) npl1 = rn*fpms/reducv | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fppasu.f:336:0: | |
336 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppasu.f:308:13: | |
308 | if(nv.eq.nve) go to 250 | |
| ^ | |
Avertissement: « nve » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppasu.f:295:13: | |
295 | if(nu.eq.nue) go to 250 | |
| ^ | |
Avertissement: « nue » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppasu.f:251:0: | |
251 | if(nu.eq.nmaxu .and. nv.eq.nmaxv) go to 430 | |
| | |
Avertissement: « nmaxv » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppasu.f:251:28: | |
251 | if(nu.eq.nmaxu .and. nv.eq.nmaxv) go to 430 | |
| ^ | |
Avertissement: « nmaxu » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppasu.f:367:11: | |
367 | if((f1-f2).gt.acc) go to 330 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppasu.f:230:0: | |
230 | tv(l2) = tv(l4)-perv | |
| | |
Avertissement: « perv » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppasu.f:209:0: | |
209 | tu(l3) = tu(l1)+peru | |
| | |
Avertissement: « peru » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fpsphe.f | |
scipy/interpolate/fitpack/fpgrdi.f:219:72: | |
219 | do 240 j=1,5 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 240 partagée à (1) | |
scipy/interpolate/fitpack/fpgrdi.f:319:72: | |
319 | do 440 j=1,4 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 440 partagée à (1) | |
scipy/interpolate/fitpack/fpgrdi.f:16:45: | |
16 | real*8 arg,co,dz1,dz2,dz3,fac,fac0,pinv,piv,si,term,one,three,half | |
| ^ | |
Avertissement: « pinv » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fpgrpa.f | |
scipy/interpolate/fitpack/fpclos.f:200:72: | |
200 | do 70 j=1,kk1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 70 partagée à (1) | |
scipy/interpolate/fitpack/fpclos.f:233:72: | |
233 | do 95 j=1,kk | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 95 partagée à (1) | |
scipy/interpolate/fitpack/fpclos.f:510:72: | |
510 | do 360 j=1,k | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 360 partagée à (1) | |
scipy/interpolate/fitpack/fpclos.f:395:35: | |
395 | if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fpclos.f:396:0: | |
396 | nplus = min0(nplus*2,max0(npl1,nplus/2,1)) | |
| | |
Avertissement: « nplus » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpclos.f:438:13: | |
438 | if(n.eq.nmax) go to 5 | |
| ^ | |
Avertissement: « nmax » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpclos.f:535:15: | |
535 | if(l0.eq.n10) go to 400 | |
| ^ | |
Avertissement: « n10 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpclos.f:302:0: | |
302 | h1(i1) = 0. | |
| | |
Avertissement: « i1 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpclos.f:13:44: | |
13 | real*8 acc,cos,d1,fac,fpart,fpms,fpold,fp0,f1,f2,f3,p,per,pinv,piv | |
| ^ | |
Avertissement: « fpold » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpclos.f:472:0: | |
472 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpclos.f:470:0: | |
470 | f1 = fp0-s | |
| | |
Avertissement: « fp0 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpclos.f:663:11: | |
663 | if((f1-f2) .gt. acc) go to 585 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fpsysy.f | |
scipy/interpolate/fitpack/fpperi.f:172:72: | |
172 | do 70 j=1,kk1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 70 partagée à (1) | |
scipy/interpolate/fitpack/fpperi.f:201:72: | |
201 | do 95 j=1,kk | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 95 partagée à (1) | |
scipy/interpolate/fitpack/fpperi.f:445:72: | |
445 | do 360 j=1,k | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 360 partagée à (1) | |
scipy/interpolate/fitpack/fpperi.f:339:35: | |
339 | if(fpold-fp.gt.acc) npl1 = rn*fpms/(fpold-fp) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fpperi.f:340:0: | |
340 | nplus = min0(nplus*2,max0(npl1,nplus/2,1)) | |
| | |
Avertissement: « nplus » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpperi.f:375:13: | |
375 | if(n.eq.nmax) go to 5 | |
| ^ | |
Avertissement: « nmax » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpperi.f:468:15: | |
468 | if(l0.eq.n10) go to 400 | |
| ^ | |
Avertissement: « n10 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpperi.f:266:0: | |
266 | h1(i1) = 0. | |
| | |
Avertissement: « i1 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpperi.f:13:43: | |
13 | real*8 acc,cos,c1,d1,fpart,fpms,fpold,fp0,f1,f2,f3,p,per,pinv,piv, | |
| ^ | |
Avertissement: « fpold » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpperi.f:409:0: | |
409 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpperi.f:407:0: | |
407 | f1 = fp0-s | |
| | |
Avertissement: « fp0 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpperi.f:574:11: | |
574 | if((f1-f2) .gt. acc) go to 585 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fppocu.f | |
gfortran:f77: scipy/interpolate/fitpack/fpseno.f | |
gfortran:f77: scipy/interpolate/fitpack/fpspgr.f | |
gfortran:f77: scipy/interpolate/fitpack/fptrnp.f | |
scipy/interpolate/fitpack/fpcosp.f:61:72: | |
61 | do 20 j=1,4 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 20 partagée à (1) | |
scipy/interpolate/fitpack/fpcosp.f:91:72: | |
91 | do 60 j3 = j1,l | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 60 partagée à (1) | |
scipy/interpolate/fitpack/fpcosp.f:157:72: | |
157 | do 170 j=1,kdim | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 170 partagée à (1) | |
gfortran:f77: scipy/interpolate/fitpack/insert.f | |
gfortran:f77: scipy/interpolate/fitpack/fppogr.f | |
gfortran:f77: scipy/interpolate/fitpack/parcur.f | |
scipy/interpolate/fitpack/fptrnp.f:39:72: | |
39 | do 100 j=1,5 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 100 partagée à (1) | |
scipy/interpolate/fitpack/fptrnp.f:70:72: | |
70 | do 400 jj=1,mm | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 400 partagée à (1) | |
scipy/interpolate/fitpack/fptrnp.f:87:72: | |
87 | do 500 jj=1,mm | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 500 partagée à (1) | |
scipy/interpolate/fitpack/fptrnp.f:53:0: | |
53 | h(j) = b(n1,j)*pinv | |
| | |
Avertissement: « pinv » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fptrpe.f | |
scipy/interpolate/fitpack/fpgrsp.f:255:72: | |
255 | do 240 j=1,5 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 240 partagée à (1) | |
scipy/interpolate/fitpack/fpgrsp.f:372:72: | |
372 | do 440 j=1,4 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 440 partagée à (1) | |
scipy/interpolate/fitpack/fpgrsp.f:17:68: | |
17 | real*8 arg,co,dr01,dr02,dr03,dr11,dr12,dr13,fac,fac0,fac1,pinv,piv | |
| ^ | |
Avertissement: « pinv » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fpinst.f | |
gfortran:f77: scipy/interpolate/fitpack/parder.f | |
scipy/interpolate/fitpack/fpspgr.f:315:33: | |
315 | if(reducu.gt.acc) npl1 = rn*fpms/reducu | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fpspgr.f:322:33: | |
322 | if(reducv.gt.acc) npl1 = rn*fpms/reducv | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fpspgr.f:382:0: | |
382 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpspgr.f:414:11: | |
414 | if((f1-f2).gt.acc) go to 330 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpspgr.f:287:0: | |
287 | if(nu.eq.numax .and. nv.eq.nvmax) go to 430 | |
| | |
Avertissement: « nvmax » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpspgr.f:344:11: | |
344 | 230 if(nv.eq.nve) go to 210 | |
| ^ | |
Avertissement: « nve » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpspgr.f:287:28: | |
287 | if(nu.eq.numax .and. nv.eq.nvmax) go to 430 | |
| ^ | |
Avertissement: « numax » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpspgr.f:341:13: | |
341 | if(nu.eq.nue) go to 270 | |
| ^ | |
Avertissement: « nue » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/pardeu.f | |
scipy/interpolate/fitpack/fpgrpa.f:158:72: | |
158 | do 220 i=1,nuu | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 220 partagée à (1) | |
scipy/interpolate/fitpack/fpgrpa.f:164:72: | |
164 | do 260 i=1,nuu | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 260 partagée à (1) | |
scipy/interpolate/fitpack/fpgrpa.f:172:72: | |
172 | do 360 j=1,nvv | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 360 partagée à (1) | |
scipy/interpolate/fitpack/fpgrpa.f:189:72: | |
189 | do 460 j=1,nvv | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 460 partagée à (1) | |
scipy/interpolate/fitpack/fpgrpa.f:209:72: | |
209 | do 560 l=1,nuu | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 560 partagée à (1) | |
gfortran:f77: scipy/interpolate/fitpack/fpgrre.f | |
gfortran:f77: scipy/interpolate/fitpack/fpintb.f | |
scipy/interpolate/fitpack/fppogr.f:286:33: | |
286 | if(reducu.gt.acc) npl1 = rn*fpms/reducu | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fppogr.f:293:33: | |
293 | if(reducv.gt.acc) npl1 = rn*fpms/reducv | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/interpolate/fitpack/fppogr.f:353:0: | |
353 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppogr.f:385:11: | |
385 | if((f1-f2).gt.acc) go to 330 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppogr.f:260:0: | |
260 | if(nu.eq.numax .and. nv.eq.nvmax) go to 430 | |
| | |
Avertissement: « nvmax » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppogr.f:315:11: | |
315 | 230 if(nv.eq.nve) go to 210 | |
| ^ | |
Avertissement: « nve » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppogr.f:260:28: | |
260 | if(nu.eq.numax .and. nv.eq.nvmax) go to 430 | |
| ^ | |
Avertissement: « numax » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppogr.f:312:13: | |
312 | if(nu.eq.nue) go to 270 | |
| ^ | |
Avertissement: « nue » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/pogrid.f | |
scipy/interpolate/fitpack/fptrpe.f:51:72: | |
51 | do 100 j=1,4 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 100 partagée à (1) | |
scipy/interpolate/fitpack/fptrpe.f:80:72: | |
80 | do 220 jj=1,mm | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 220 partagée à (1) | |
scipy/interpolate/fitpack/fptrpe.f:135:72: | |
135 | do 440 jj=1,mm | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 440 partagée à (1) | |
scipy/interpolate/fitpack/fptrpe.f:167:72: | |
167 | do 580 jj=1,mm | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 580 partagée à (1) | |
scipy/interpolate/fitpack/fptrpe.f:193:72: | |
193 | do 660 jj=1,mm | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 660 partagée à (1) | |
scipy/interpolate/fitpack/fptrpe.f:64:0: | |
64 | h(j) = b(n1,j)*pinv | |
| | |
Avertissement: « pinv » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/regrid.f | |
gfortran:f77: scipy/interpolate/fitpack/parsur.f | |
gfortran:f77: scipy/interpolate/fitpack/sphere.f | |
scipy/interpolate/fitpack/fpintb.f:89:72: | |
89 | do 70 i=1,j1 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 70 partagée à (1) | |
scipy/interpolate/fitpack/fpintb.f:113:9: | |
113 | if(ib.lt.ia) go to 130 | |
| ^ | |
Avertissement: « ia » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/splint.f | |
gfortran:f77: scipy/interpolate/fitpack/polar.f | |
gfortran:f77: scipy/interpolate/fitpack/sproot.f | |
gfortran:f77: scipy/interpolate/fitpack/spalde.f | |
gfortran:f77: scipy/interpolate/fitpack/percur.f | |
gfortran:f77: scipy/interpolate/fitpack/splder.f | |
gfortran:f77: scipy/interpolate/fitpack/spgrid.f | |
gfortran:f77: scipy/interpolate/fitpack/profil.f | |
scipy/interpolate/fitpack/fppola.f:68:72: | |
68 | do 20 j=1,4 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 20 partagée à (1) | |
scipy/interpolate/fitpack/fppola.f:198:72: | |
198 | do 140 j=1,nvv | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 140 partagée à (1) | |
scipy/interpolate/fitpack/fppola.f:263:72: | |
263 | do 200 j=1,iband | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 200 partagée à (1) | |
scipy/interpolate/fitpack/fppola.f:319:72: | |
319 | do 270 i=1,nvv | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 270 partagée à (1) | |
scipy/interpolate/fitpack/fppola.f:407:72: | |
407 | do 420 j=1,iband | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 420 partagée à (1) | |
scipy/interpolate/fitpack/fppola.f:588:72: | |
588 | do 630 j=1,iband | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 630 partagée à (1) | |
scipy/interpolate/fitpack/fppola.f:604:72: | |
604 | do 720 j=1,nuu | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 720 partagée à (1) | |
scipy/interpolate/fitpack/fppola.f:615:72: | |
615 | do 650 l=1,nvv | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 650 partagée à (1) | |
scipy/interpolate/fitpack/fppola.f:624:72: | |
624 | do 660 l=1,nvv | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 660 partagée à (1) | |
scipy/interpolate/fitpack/fppola.f:670:72: | |
670 | do 810 j=1,nvv | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 810 partagée à (1) | |
scipy/interpolate/fitpack/fppola.f:567:0: | |
567 | do 590 i=1,ncof | |
| | |
Avertissement: « ncof » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppola.f:680:33: | |
680 | if(il.eq.nu4 .and. iopt3.ne.0) go to 760 | |
| ^ | |
Avertissement: « nu4 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppola.f:821:0: | |
821 | 925 ier = lwest | |
| | |
Avertissement: « lwest » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppola.f:645:0: | |
645 | i2 = min0(iband1,ncof-irot) | |
| | |
Avertissement: « iband1 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppola.f:565:0: | |
565 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fppola.f:805:11: | |
805 | if((f1-f2).gt.acc) go to 905 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fprank.f | |
gfortran:f77: scipy/interpolate/fitpack/surfit.f | |
gfortran:f77: scipy/interpolate/fitpack/surev.f | |
gfortran:f77: scipy/interpolate/fitpack/splev.f | |
scipy/interpolate/fitpack/fpgrre.f:115:72: | |
115 | do 140 j=1,kx2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 140 partagée à (1) | |
scipy/interpolate/fitpack/fpgrre.f:185:72: | |
185 | do 290 j=1,ky2 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 290 partagée à (1) | |
scipy/interpolate/fitpack/fpgrre.f:199:0: | |
199 | h(j) = by(n1,j)*pinv | |
| | |
Avertissement: « pinv » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fprank.f:90:72: | |
90 | do 100 j=1,m | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 100 partagée à (1) | |
gfortran:f77: scipy/interpolate/fitpack/fprati.f | |
scipy/interpolate/fitpack/fpsphe.f:165:72: | |
165 | do 100 j=1,npp | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 100 partagée à (1) | |
scipy/interpolate/fitpack/fpsphe.f:216:72: | |
216 | do 160 j=1,iband | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 160 partagée à (1) | |
scipy/interpolate/fitpack/fpsphe.f:357:72: | |
357 | do 380 j=1,iband | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 380 partagée à (1) | |
scipy/interpolate/fitpack/fpsphe.f:532:72: | |
532 | do 600 j=1,iband | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 600 partagée à (1) | |
scipy/interpolate/fitpack/fpsphe.f:555:72: | |
555 | do 720 j=1,nt6 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 720 partagée à (1) | |
scipy/interpolate/fitpack/fpsphe.f:603:72: | |
603 | do 810 j=1,npp | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 810 partagée à (1) | |
scipy/interpolate/fitpack/fpsphe.f:512:0: | |
512 | do 585 i=1,ncof | |
| | |
Avertissement: « ncof » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpsphe.f:519:9: | |
519 | if(ntt.le.4) iband4 = ncof | |
| ^ | |
Avertissement: « ntt » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpsphe.f:746:0: | |
746 | 925 ier = lwest | |
| | |
Avertissement: « lwest » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpsphe.f:578:0: | |
578 | i2 = min0(iband1,ncof-irot) | |
| | |
Avertissement: « iband1 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpsphe.f:510:0: | |
510 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpsphe.f:730:11: | |
730 | if((f1-f2).gt.acc) go to 905 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
gfortran:f77: scipy/interpolate/fitpack/fpsuev.f | |
gfortran:f77: scipy/interpolate/fitpack/fpsurf.f | |
scipy/interpolate/fitpack/fpsurf.f:172:72: | |
172 | do 140 j=1,iband | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 140 partagée à (1) | |
scipy/interpolate/fitpack/fpsurf.f:273:72: | |
273 | do 290 j=1,iband | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 290 partagée à (1) | |
scipy/interpolate/fitpack/fpsurf.f:447:72: | |
447 | do 480 j=ibb,iband4 | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 480 partagée à (1) | |
scipy/interpolate/fitpack/fpsurf.f:455:72: | |
455 | do 550 j=1,nk1x | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 550 partagée à (1) | |
scipy/interpolate/fitpack/fpsurf.f:497:72: | |
497 | do 630 j=1,nk1y | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 630 partagée à (1) | |
scipy/interpolate/fitpack/fpsurf.f:642:72: | |
642 | do 840 j=1,nk1y | |
| 1 | |
Avertissement: Fonctionnalité Fortran 2018 supprimée : Étiquette de fin de DO 840 partagée à (1) | |
scipy/interpolate/fitpack/fpsurf.f:427:0: | |
427 | do 460 i=1,ncof | |
| | |
Avertissement: « ncof » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpsurf.f:22:43: | |
22 | * nrint,num,num1,nx,nxe,nxx,ny,nye,nyy,n1,rank | |
| ^ | |
Avertissement: « nyy » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpsurf.f:621:0: | |
621 | 780 ier = lwest | |
| | |
Avertissement: « lwest » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpsurf.f:471:0: | |
471 | i2 = min0(iband1,ncof-irot) | |
| | |
Avertissement: « iband1 » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpsurf.f:425:0: | |
425 | f3 = fpms | |
| | |
Avertissement: « fpms » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
scipy/interpolate/fitpack/fpsurf.f:605:11: | |
605 | if((f1-f2).gt.acc) go to 750 | |
| ^ | |
Avertissement: « acc » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
ar: adding 50 object files to build/temp.linux-x86_64-3.8/libfitpack.a | |
ar: adding 35 object files to build/temp.linux-x86_64-3.8/libfitpack.a | |
building 'fwrappers' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.8/scipy/linalg | |
creating build/temp.linux-x86_64-3.8/tmp | |
creating build/temp.linux-x86_64-3.8/tmp/pip-install-m1lz4r32 | |
creating build/temp.linux-x86_64-3.8/tmp/pip-install-m1lz4r32/scipy | |
creating build/temp.linux-x86_64-3.8/tmp/pip-install-m1lz4r32/scipy/scipy | |
creating build/temp.linux-x86_64-3.8/tmp/pip-install-m1lz4r32/scipy/scipy/_build_utils | |
creating build/temp.linux-x86_64-3.8/tmp/pip-install-m1lz4r32/scipy/scipy/_build_utils/src | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -I/usr/include/python3.8 -I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/linalg/_blas_subroutine_wrappers.f | |
gfortran:f77: scipy/linalg/_lapack_subroutine_wrappers.fgfortran:f77: /tmp/pip-install-m1lz4r32/scipy/scipy/_build_utils/src/wrap_dummy_accelerate.f | |
gfortran:f77: /tmp/pip-install-m1lz4r32/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.f | |
ar: adding 4 object files to build/temp.linux-x86_64-3.8/libfwrappers.a | |
building 'odrpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.8/scipy/odr | |
creating build/temp.linux-x86_64-3.8/scipy/odr/odrpack | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/odr/odrpack/d_odr.f | |
gfortran:f77: scipy/odr/odrpack/d_lpk.fgfortran:f77: scipy/odr/odrpack/dlunoc.f | |
gfortran:f77: scipy/odr/odrpack/d_mprec.f | |
scipy/odr/odrpack/d_odr.f:1014:13: | |
1014 | NETA = MAX(TWO,P5-LOG10(ETA)) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/odr/odrpack/d_odr.f:2955:13: | |
2955 | NTOL = MAX(ONE,P5-LOG10(TOL)) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
scipy/odr/odrpack/d_odr.f:6032:16: | |
6032 | J = WORK(WRK3+I) - 1 | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
ar: adding 4 object files to build/temp.linux-x86_64-3.8/libodrpack.a | |
building 'minpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.8/scipy/optimize | |
creating build/temp.linux-x86_64-3.8/scipy/optimize/minpack | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/optimize/minpack/dogleg.f | |
gfortran:f77: scipy/optimize/minpack/chkder.fgfortran:f77: scipy/optimize/minpack/enorm.f | |
gfortran:f77: scipy/optimize/minpack/dpmpar.f | |
gfortran:f77: scipy/optimize/minpack/fdjac2.f | |
gfortran:f77: scipy/optimize/minpack/fdjac1.fgfortran:f77: scipy/optimize/minpack/hybrd1.f | |
gfortran:f77: scipy/optimize/minpack/hybrd.f | |
gfortran:f77: scipy/optimize/minpack/hybrj.f | |
gfortran:f77: scipy/optimize/minpack/hybrj1.f | |
gfortran:f77: scipy/optimize/minpack/lmder.f | |
gfortran:f77: scipy/optimize/minpack/lmder1.f | |
gfortran:f77: scipy/optimize/minpack/lmdif.f | |
gfortran:f77: scipy/optimize/minpack/lmdif1.f | |
gfortran:f77: scipy/optimize/minpack/lmpar.f | |
gfortran:f77: scipy/optimize/minpack/lmstr.f | |
gfortran:f77: scipy/optimize/minpack/lmstr1.f | |
gfortran:f77: scipy/optimize/minpack/qform.f | |
gfortran:f77: scipy/optimize/minpack/qrfac.f | |
gfortran:f77: scipy/optimize/minpack/qrsolv.f | |
gfortran:f77: scipy/optimize/minpack/r1mpyq.f | |
gfortran:f77: scipy/optimize/minpack/r1updt.f | |
gfortran:f77: scipy/optimize/minpack/rwupdt.f | |
ar: adding 23 object files to build/temp.linux-x86_64-3.8/libminpack.a | |
building 'rootfind' library | |
compiling C sources | |
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC | |
creating build/temp.linux-x86_64-3.8/scipy/optimize/Zeros | |
compile options: '-I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gcc: scipy/optimize/Zeros/bisect.c | |
gcc: scipy/optimize/Zeros/brenth.cgcc: scipy/optimize/Zeros/brentq.c | |
gcc: scipy/optimize/Zeros/ridder.c | |
ar: adding 4 object files to build/temp.linux-x86_64-3.8/librootfind.a | |
building 'superlu_src' library | |
compiling C sources | |
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC | |
creating build/temp.linux-x86_64-3.8/scipy/sparse | |
creating build/temp.linux-x86_64-3.8/scipy/sparse/linalg | |
creating build/temp.linux-x86_64-3.8/scipy/sparse/linalg/dsolve | |
creating build/temp.linux-x86_64-3.8/scipy/sparse/linalg/dsolve/SuperLU | |
creating build/temp.linux-x86_64-3.8/scipy/sparse/linalg/dsolve/SuperLU/SRC | |
compile options: '-DUSE_VENDOR_BLAS=1 -Iscipy/sparse/linalg/dsolve/SuperLU/SRC -I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.cgcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsitrf.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon2.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/spruneL.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon2.c: Dans la fonction « zlacon2_ »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon2.c:175:5: attention: déclaration implicite de la fonction « zcopy_ » [-Wimplicit-function-declaration] | |
175 | zcopy_(n, x, &c__1, v, &c__1); | |
| ^~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon2.c:181:1: attention: étiquette « L90 » définie mais non utilisée [-Wunused-label] | |
181 | L90: | |
| ^~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/spivotgrowth.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c: Dans la fonction « zcolumn_dfs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:139:8: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
139 | if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c:181:14: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
181 | if ( mem_error = | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/spivotL.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c: Dans la fonction « zFillRHS »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c:370:22: attention: variable « Aval » définie mais non utilisée [-Wunused-but-set-variable] | |
370 | doublecomplex *Aval; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c: Au plus haut niveau: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c:478:1: attention: le type du retour devient « int » par défaut [-Wimplicit-int] | |
478 | print_doublecomplex_vec(char *what, int n, doublecomplex *vec) | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas3.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zmyblas2.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c: Dans la fonction « zgstrs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:108:24: attention: variable inutilisée « incy » [-Wunused-variable] | |
108 | int incx = 1, incy = 1; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c:108:14: attention: variable inutilisée « incx » [-Wunused-variable] | |
108 | int incx = 1, incy = 1; | |
| ^~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrf.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c: Dans la fonction « zcolumn_bmod »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c:298:6: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
298 | if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/util.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_dfs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsitrf.c: Dans la fonction « zgsitrf »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsitrf.c:251:12: attention: variable inutilisée « one » [-Wunused-variable] | |
251 | double one = 1.0; | |
| ^~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c: Dans la fonction « ssnode_dfs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:91:12: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
91 | if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c:104:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
104 | if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c: Dans la fonction « zreadhb »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c:301:29: attention: variable inutilisée « key » [-Wunused-variable] | |
301 | char buf[100], type[4], key[10]; | |
| ^~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpruneL.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c: Dans la fonction « ssnode_bmod »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:62:35: attention: variable inutilisée « iptr » [-Wunused-variable] | |
62 | int isub, irow, i, iptr; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c:62:32: attention: variable inutilisée « i » [-Wunused-variable] | |
62 | int isub, irow, i, iptr; | |
| ^ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotgrowth.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/util.c: Dans la fonction « ilu_countnz »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/util.c:224:24: attention: variable « irep » définie mais non utilisée [-Wunused-but-set-variable] | |
224 | int jlen, irep; | |
| ^~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c: Dans la fonction « zgsisx »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:588:7: attention: parenthèses suggérées autour de l'opérande de « ! » ou changez « & » en « && » ou « ! » en « ~ » [-Wparentheses] | |
588 | if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
| ^~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:677:24: attention: variable inutilisée « rhs_work » [-Wunused-variable] | |
677 | doublecomplex *rhs_work; | |
| ^~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:423:15: attention: variable « diag_pivot_thresh » définie mais non utilisée [-Wunused-but-set-variable] | |
423 | double diag_pivot_thresh; | |
| ^~~~~~~~~~~~~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:95:46: attention: « smlnum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
95 | #define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:421:36: note: « smlnum » a été déclaré ici | |
421 | double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:96:46: attention: « bignum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
96 | #define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c:421:28: note: « bignum » a été déclaré ici | |
421 | double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsequ.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotgrowth.c: Dans la fonction « zPivotGrowth »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotgrowth.c:73:21: attention: variable inutilisée « temp_comp » [-Wunused-variable] | |
73 | doublecomplex temp_comp; | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotL.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_preorder.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c: Dans la fonction « sp_zgemv »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c:502:27: attention: parenthèses suggérées autour de « && » à l'intérieur de « || » [-Wparentheses] | |
502 | z_eq(&alpha, &comp_zero) && | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c: Dans la fonction « zgssvx »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:377:15: attention: variable « diag_pivot_thresh » définie mais non utilisée [-Wunused-but-set-variable] | |
377 | double diag_pivot_thresh; | |
| ^~~~~~~~~~~~~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:95:46: attention: « smlnum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
95 | #define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:375:36: note: « smlnum » a été déclaré ici | |
375 | double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:96:46: attention: « bignum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
96 | #define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c:375:28: note: « bignum » a été déclaré ici | |
375 | double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgscon.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c: Dans la fonction « zsnode_dfs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:91:12: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
91 | if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c:104:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
104 | if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_dfs.c | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_Cnames.h:32, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_zdefs.h:99, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c: Dans la fonction « zgssv »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scipy_slu_config.h:15:21: attention: « AA » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
15 | #define USER_FREE superlu_python_module_free | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c:149:18: note: « AA » a été déclaré ici | |
149 | SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
| ^~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsrfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_ienv.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c: Dans la fonction « zsnode_bmod »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:63:35: attention: variable inutilisée « iptr » [-Wunused-variable] | |
63 | int isub, irow, i, iptr; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c:63:32: attention: variable inutilisée « i » [-Wunused-variable] | |
63 | int isub, irow, i, iptr; | |
| ^ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c: Dans la fonction « sFillRHS »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c:368:14: attention: variable « Aval » définie mais non utilisée [-Wunused-but-set-variable] | |
368 | float *Aval; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c: Au plus haut niveau: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c:474:1: attention: le type du retour devient « int » par défaut [-Wimplicit-int] | |
474 | print_float_vec(char *what, int n, float *vec) | |
| ^~~~~~~~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/superlu_timer.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zdiagonal.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_ienv.c: Dans la fonction « sp_ienv »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_ienv.c:85:5: attention: déclaration implicite de la fonction « input_error » [-Wimplicit-function-declaration] | |
85 | input_error("sp_ienv", &i); | |
| ^~~~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_coletree.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/slaqgs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas3.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c: Dans la fonction « sreadhb »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c:291:29: attention: variable inutilisée « key » [-Wunused-variable] | |
291 | char buf[100], type[4], key[10]; | |
| ^~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sdiagonal.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/relax_snode.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c: Dans la fonction « zLUMemXpand »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c:453:5: attention: la valeur « LLVL » de l'énumération n'est pas traitée dans le « switch » [-Wswitch] | |
453 | switch ( mem_type ) { | |
| ^~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c:453:5: attention: la valeur « ULVL » de l'énumération n'est pas traitée dans le « switch » [-Wswitch] | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zldperm.c | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_Cnames.h:32, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:99, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c: Dans la fonction « sgssv »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scipy_slu_config.h:15:21: attention: « AA » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
15 | #define USER_FREE superlu_python_module_free | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c:149:18: note: « AA » a été déclaré ici | |
149 | SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
| ^~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsrfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/qselect.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_coletree.c:253:6: attention: « etdfs » défini mais pas utilisé [-Wunused-function] | |
253 | void etdfs ( | |
| ^~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/smyblas2.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c: Dans la fonction « zcopy_to_ucol »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:87:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
87 | if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c:90:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
90 | if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zsnode_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/scsum1.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c: Dans la fonction « slangs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c:126:12: attention: « value » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
126 | return (value); | |
| ^ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/slacon2.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scsum1.c: Dans la fonction « scsum1_slu »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scsum1.c:56:15: attention: variable « i__2 » définie mais non utilisée [-Wunused-but-set-variable] | |
56 | int i__1, i__2; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scsum1.c:56:9: attention: variable « i__1 » définie mais non utilisée [-Wunused-but-set-variable] | |
56 | int i__1, i__2; | |
| ^~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zlaqgs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/mmd.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zpivotL.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ssnode_dfs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slacon2.c: Dans la fonction « slacon2_ »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slacon2.c:160:16: attention: déclaration implicite de la fonction « idamax_ »; vouliez-vous utiliser « isamax_ » ? [-Wimplicit-function-declaration] | |
160 | isave[1] = idamax_(n, &x[0], &c__1); /* j */ | |
| ^~~~~~~ | |
| isamax_ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c: Dans la fonction « scopy_to_ucol »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:87:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
87 | if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c:90:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
90 | if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/scomplex.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_spivotL.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c: Dans la fonction « zlangs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c:126:12: attention: « value » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
126 | return (value); | |
| ^ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_relax_snode.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsitrf.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zpanel_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/memory.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_spanel_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c: Dans la fonction « scolumn_dfs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:139:8: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
139 | if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c:181:14: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
181 | if ( mem_error = | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_heap_relax_snode.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/mark_relax.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c: Dans la fonction « sgstrs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:108:24: attention: variable inutilisée « incy » [-Wunused-variable] | |
108 | int incx = 1, incy = 1; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c:108:14: attention: variable inutilisée « incx » [-Wunused-variable] | |
108 | int incx = 1, incy = 1; | |
| ^~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrf.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/izmax1.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dsnode_dfs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c: Dans la fonction « scolumn_bmod »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c:283:6: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
283 | if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dcopy_to_ucol.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/izmax1.c: Dans la fonction « izmax1_slu »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/izmax1.c:61:24: attention: variable « i__2 » définie mais non utilisée [-Wunused-but-set-variable] | |
61 | int ret_val, i__1, i__2; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/izmax1.c:61:18: attention: variable « i__1 » définie mais non utilisée [-Wunused-but-set-variable] | |
61 | int ret_val, i__1, i__2; | |
| ^~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dpivotL.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c: Dans la fonction « ilu_zdrop_row »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:196:3: attention: déclaration implicite de la fonction « dcopy_ »; vouliez-vous utiliser « zcopy_ » ? [-Wimplicit-function-declaration] | |
196 | dcopy_(&len, dwork, &i_1, dwork2, &i_1); | |
| ^~~~~~ | |
| zcopy_ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:85:19: attention: variable inutilisée « zero » [-Wunused-variable] | |
85 | doublecomplex zero = {0.0, 0.0}; | |
| ^~~~ | |
Au plus haut niveau: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c:35:12: attention: « _compare_ » défini mais pas utilisé [-Wunused-function] | |
35 | static int _compare_(const void *a, const void *b) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcopy_to_ucol.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c: Dans la fonction « ilu_ccopy_to_ucol »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c:193:11: attention: « tmp » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
193 | sum->r += tmp; | |
| ^~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccolumn_dfs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c:35:12: attention: « _compare_ » défini mais pas utilisé [-Wunused-function] | |
35 | static int _compare_(const void *a, const void *b) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_scopy_to_ucol.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dcolumn_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dpanel_dfs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcopy_to_ucol.c: Dans la fonction « ilu_zcopy_to_ucol »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcopy_to_ucol.c:193:11: attention: « tmp » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
193 | sum->r += tmp; | |
| ^~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcolumn_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/icmax1.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_csnode_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_scolumn_dfs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c: Dans la fonction « sgssvx »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:377:14: attention: variable « diag_pivot_thresh » définie mais non utilisée [-Wunused-but-set-variable] | |
377 | float diag_pivot_thresh; | |
| ^~~~~~~~~~~~~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:95:46: attention: « smlnum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
95 | #define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:375:35: note: « smlnum » a été déclaré ici | |
375 | float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:96:46: attention: « bignum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
96 | #define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c:375:27: note: « bignum » a été déclaré ici | |
375 | float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/icmax1.c: Dans la fonction « icmax1_slu »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/icmax1.c:63:24: attention: variable « i__2 » définie mais non utilisée [-Wunused-but-set-variable] | |
63 | int ret_val, i__1, i__2; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/icmax1.c:63:18: attention: variable « i__1 » définie mais non utilisée [-Wunused-but-set-variable] | |
63 | int ret_val, i__1, i__2; | |
| ^~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/heap_relax_snode.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c: Dans la fonction « sLUMemXpand »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c:453:5: attention: la valeur « LLVL » de l'énumération n'est pas traitée dans le « switch » [-Wswitch] | |
453 | switch ( mem_type ) { | |
| ^~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c:453:5: attention: la valeur « ULVL » de l'énumération n'est pas traitée dans le « switch » [-Wswitch] | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c: Dans la fonction « sgsisx »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:588:7: attention: parenthèses suggérées autour de l'opérande de « ! » ou changez « & » en « && » ou « ! » en « ~ » [-Wparentheses] | |
588 | if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
| ^~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:677:16: attention: variable inutilisée « rhs_work » [-Wunused-variable] | |
677 | float *rhs_work; | |
| ^~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:423:14: attention: variable « diag_pivot_thresh » définie mais non utilisée [-Wunused-but-set-variable] | |
423 | float diag_pivot_thresh; | |
| ^~~~~~~~~~~~~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:95:46: attention: « smlnum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
95 | #define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:421:35: note: « smlnum » a été déclaré ici | |
421 | float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_sdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:96:46: attention: « bignum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
96 | #define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c:421:27: note: « bignum » a été déclaré ici | |
421 | float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsequ.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cpivotL.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c: Dans la fonction « smach »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:62:9: attention: déclaration implicite de la fonction « strncmp » [-Wimplicit-function-declaration] | |
62 | if (strncmp(cmach, "E", 1)==0) { | |
| ^~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:62:29: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
62 | if (strncmp(cmach, "E", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:64:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
64 | } else if (strncmp(cmach, "S", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:73:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
73 | } else if (strncmp(cmach, "B", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:75:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
75 | } else if (strncmp(cmach, "P", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:77:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
77 | } else if (strncmp(cmach, "N", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:79:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
79 | } else if (strncmp(cmach, "R", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:81:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
81 | } else if (strncmp(cmach, "M", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:83:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
83 | } else if (strncmp(cmach, "U", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:85:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
85 | } else if (strncmp(cmach, "L", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:87:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
87 | } else if (strncmp(cmach, "O", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c:91:12: attention: « rmach » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
91 | return rmach; | |
| ^~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sldperm.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/get_perm_c.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgscon.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c:35:12: attention: « _compare_ » défini mais pas utilisé [-Wunused-function] | |
35 | static int _compare_(const void *a, const void *b) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsrfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cpanel_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c: Dans la fonction « dFillRHS »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c:368:15: attention: variable « Aval » définie mais non utilisée [-Wunused-but-set-variable] | |
368 | double *Aval; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c: Au plus haut niveau: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c:474:1: attention: le type du retour devient « int » par défaut [-Wimplicit-int] | |
474 | print_double_vec(char *what, int n, double *vec) | |
| ^~~~~~~~~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas3.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c: Dans la fonction « dlangs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c:126:12: attention: « value » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
126 | return (value); | |
| ^ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlacon2.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c: Dans la fonction « dcopy_to_ucol »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:87:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
87 | if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c:90:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
90 | if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcomplex.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dzsum1.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dmyblas2.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c: Dans la fonction « dreadhb »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c:291:29: attention: variable inutilisée « key » [-Wunused-variable] | |
291 | char buf[100], type[4], key[10]; | |
| ^~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpruneL.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsitrf.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c: Dans la fonction « ilu_cdrop_row »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:196:3: attention: déclaration implicite de la fonction « scopy_ »; vouliez-vous utiliser « ccopy_ » ? [-Wimplicit-function-declaration] | |
196 | scopy_(&len, swork, &i_1, swork2, &i_1); | |
| ^~~~~~ | |
| ccopy_ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:85:13: attention: variable inutilisée « zero » [-Wunused-variable] | |
85 | complex zero = {0.0, 0.0}; | |
| ^~~~ | |
Au plus haut niveau: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c:35:12: attention: « _compare_ » défini mais pas utilisé [-Wunused-function] | |
35 | static int _compare_(const void *a, const void *b) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpruneL.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c: Dans la fonction « dcolumn_dfs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:139:8: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
139 | if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c:181:14: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
181 | if ( mem_error = | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpivotgrowth.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotgrowth.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c: Dans la fonction « dgstrs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:108:24: attention: variable inutilisée « incy » [-Wunused-variable] | |
108 | int incx = 1, incy = 1; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c:108:14: attention: variable inutilisée « incx » [-Wunused-variable] | |
108 | int incx = 1, incy = 1; | |
| ^~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrf.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c: Dans la fonction « dsnode_dfs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:91:12: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
91 | if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c:104:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
104 | if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpivotL.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c: Dans la fonction « dcolumn_bmod »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c:283:6: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
283 | if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotgrowth.c: Dans la fonction « cPivotGrowth »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotgrowth.c:73:15: attention: variable inutilisée « temp_comp » [-Wunused-variable] | |
73 | complex temp_comp; | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotL.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c: Dans la fonction « dsnode_bmod »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:62:35: attention: variable inutilisée « iptr » [-Wunused-variable] | |
62 | int isub, irow, i, iptr; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c:62:32: attention: variable inutilisée « i » [-Wunused-variable] | |
62 | int isub, irow, i, iptr; | |
| ^ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c: Dans la fonction « sp_cgemv »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c:502:27: attention: parenthèses suggérées autour de « && » à l'intérieur de « || » [-Wparentheses] | |
502 | c_eq(&alpha, &comp_zero) && | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cmyblas2.cgcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c: Dans la fonction « csnode_dfs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:91:12: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
91 | if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c:104:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
104 | if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c: Dans la fonction « cFillRHS »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c:370:16: attention: variable « Aval » définie mais non utilisée [-Wunused-but-set-variable] | |
370 | complex *Aval; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c: Au plus haut niveau: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c:478:1: attention: le type du retour devient « int » par défaut [-Wimplicit-int] | |
478 | print_complex_vec(char *what, int n, complex *vec) | |
| ^~~~~~~~~~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas3.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c: Dans la fonction « csnode_bmod »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:63:35: attention: variable inutilisée « iptr » [-Wunused-variable] | |
63 | int isub, irow, i, iptr; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c:63:32: attention: variable inutilisée « i » [-Wunused-variable] | |
63 | int isub, irow, i, iptr; | |
| ^ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c: Dans la fonction « dgssvx »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:377:15: attention: variable « diag_pivot_thresh » définie mais non utilisée [-Wunused-but-set-variable] | |
377 | double diag_pivot_thresh; | |
| ^~~~~~~~~~~~~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:95:46: attention: « smlnum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
95 | #define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:375:36: note: « smlnum » a été déclaré ici | |
375 | double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:96:46: attention: « bignum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
96 | #define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c:375:28: note: « bignum » a été déclaré ici | |
375 | double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c: Dans la fonction « dgsisx »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:588:7: attention: parenthèses suggérées autour de l'opérande de « ! » ou changez « & » en « && » ou « ! » en « ~ » [-Wparentheses] | |
588 | if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
| ^~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:677:17: attention: variable inutilisée « rhs_work » [-Wunused-variable] | |
677 | double *rhs_work; | |
| ^~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:423:15: attention: variable « diag_pivot_thresh » définie mais non utilisée [-Wunused-but-set-variable] | |
423 | double diag_pivot_thresh; | |
| ^~~~~~~~~~~~~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:95:46: attention: « smlnum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
95 | #define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:421:36: note: « smlnum » a été déclaré ici | |
421 | double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:96:46: attention: « bignum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
96 | #define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c:421:28: note: « bignum » a été déclaré ici | |
421 | double amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsequ.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c: Dans la fonction « cgstrs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:108:24: attention: variable inutilisée « incy » [-Wunused-variable] | |
108 | int incx = 1, incy = 1; | |
| ^~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c:108:14: attention: variable inutilisée « incx » [-Wunused-variable] | |
108 | int incx = 1, incy = 1; | |
| ^~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrf.c | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_Cnames.h:32, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_ddefs.h:99, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c: Dans la fonction « dgssv »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scipy_slu_config.h:15:21: attention: « AA » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
15 | #define USER_FREE superlu_python_module_free | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c:149:18: note: « AA » a été déclaré ici | |
149 | SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
| ^~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/colamd.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgscon.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c: Dans la fonction « dLUMemXpand »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c:453:5: attention: la valeur « LLVL » de l'énumération n'est pas traitée dans le « switch » [-Wswitch] | |
453 | switch ( mem_type ) { | |
| ^~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c:453:5: attention: la valeur « ULVL » de l'énumération n'est pas traitée dans le « switch » [-Wswitch] | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c: Dans la fonction « cgsisx »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:588:7: attention: parenthèses suggérées autour de l'opérande de « ! » ou changez « & » en « && » ou « ! » en « ~ » [-Wparentheses] | |
588 | if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
| ^~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:677:18: attention: variable inutilisée « rhs_work » [-Wunused-variable] | |
677 | complex *rhs_work; | |
| ^~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:423:14: attention: variable « diag_pivot_thresh » définie mais non utilisée [-Wunused-but-set-variable] | |
423 | float diag_pivot_thresh; | |
| ^~~~~~~~~~~~~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:95:46: attention: « smlnum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
95 | #define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:421:35: note: « smlnum » a été déclaré ici | |
421 | float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:96:46: attention: « bignum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
96 | #define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c:421:27: note: « bignum » a été déclaré ici | |
421 | float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsequ.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ddiagonal.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c: Dans la fonction « dmach »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:62:9: attention: déclaration implicite de la fonction « strncmp » [-Wimplicit-function-declaration] | |
62 | if (strncmp(cmach, "E", 1)==0) { | |
| ^~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:62:29: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
62 | if (strncmp(cmach, "E", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:64:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
64 | } else if (strncmp(cmach, "S", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:73:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
73 | } else if (strncmp(cmach, "B", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:75:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
75 | } else if (strncmp(cmach, "P", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:77:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
77 | } else if (strncmp(cmach, "N", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:79:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
79 | } else if (strncmp(cmach, "R", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:81:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
81 | } else if (strncmp(cmach, "M", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:83:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
83 | } else if (strncmp(cmach, "U", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:85:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
85 | } else if (strncmp(cmach, "L", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:87:36: attention: dans « strncmp », le type de l'argument 3 est « int » quand « long unsigned int » est attendu dans un appel à une fonction interne déclarée sans prototype [-Wbuiltin-declaration-mismatch] | |
87 | } else if (strncmp(cmach, "O", 1)==0) { | |
| ^ | |
<interne>: note: la fonction interne « strncmp » est déclarée ici | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c:91:12: attention: « rmach » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
91 | return rmach; | |
| ^~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dldperm.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c: Dans la fonction « ccolumn_bmod »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c:296:6: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
296 | if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlaqgs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgscon.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c: Dans la fonction « cgssvx »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:377:14: attention: variable « diag_pivot_thresh » définie mais non utilisée [-Wunused-but-set-variable] | |
377 | float diag_pivot_thresh; | |
| ^~~~~~~~~~~~~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:95:46: attention: « smlnum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
95 | #define SUPERLU_MAX(x, y) ( (x) > (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:375:35: note: « smlnum » a été déclaré ici | |
375 | float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:101, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_util.h:96:46: attention: « bignum » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
96 | #define SUPERLU_MIN(x, y) ( (x) < (y) ? (x) : (y) ) | |
| ^ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c:375:27: note: « bignum » a été déclaré ici | |
375 | float amax, anorm, bignum, smlnum, colcnd, rowcnd, rcmax, rcmin; | |
| ^~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cdiagonal.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c: Dans la fonction « creadhb »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c:301:29: attention: variable inutilisée « key » [-Wunused-variable] | |
301 | char buf[100], type[4], key[10]; | |
| ^~~ | |
Dans le fichier inclus depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_Cnames.h:32, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/slu_cdefs.h:99, | |
depuis scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:22: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c: Dans la fonction « cgssv »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/scipy_slu_config.h:15:21: attention: « AA » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
15 | #define USER_FREE superlu_python_module_free | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c:149:18: note: « AA » a été déclaré ici | |
149 | SuperMatrix *AA;/* A in SLU_NC format used by the factorization routine.*/ | |
| ^~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsrfs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c: Dans la fonction « ccopy_to_ucol »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:87:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
87 | if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c:90:11: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
90 | if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c: Dans la fonction « cLUMemXpand »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c:453:5: attention: la valeur « LLVL » de l'énumération n'est pas traitée dans le « switch » [-Wswitch] | |
453 | switch ( mem_type ) { | |
| ^~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c:453:5: attention: la valeur « ULVL » de l'énumération n'est pas traitée dans le « switch » [-Wswitch] | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cldperm.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c: Dans la fonction « ccolumn_dfs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:139:8: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
139 | if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
| ^~~~~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c:181:14: attention: parenthèses suggérées autour de l'affectation utilisée comme valeur dans une condition [-Wparentheses] | |
181 | if ( mem_error = | |
| ^~~~~~~~~ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/claqgs.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsitrf.c | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c: Dans la fonction « clangs »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c:126:12: attention: « value » pourrait être utilisé sans être initialisé dans cette fonction [-Wmaybe-uninitialized] | |
126 | return (value); | |
| ^ | |
gcc: scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon2.c | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon2.c: Dans la fonction « clacon2_ »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon2.c:175:5: attention: déclaration implicite de la fonction « ccopy_ » [-Wimplicit-function-declaration] | |
175 | ccopy_(n, x, &c__1, v, &c__1); | |
| ^~~~~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon2.c:181:1: attention: étiquette « L90 » définie mais non utilisée [-Wunused-label] | |
181 | L90: | |
| ^~~ | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsitrf.c: Dans la fonction « cgsitrf »: | |
scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsitrf.c:251:11: attention: variable inutilisée « one » [-Wunused-variable] | |
251 | float one = 1.0; | |
| ^~~ | |
ar: adding 50 object files to build/temp.linux-x86_64-3.8/libsuperlu_src.a | |
ar: adding 50 object files to build/temp.linux-x86_64-3.8/libsuperlu_src.a | |
ar: adding 50 object files to build/temp.linux-x86_64-3.8/libsuperlu_src.a | |
ar: adding 25 object files to build/temp.linux-x86_64-3.8/libsuperlu_src.a | |
building 'arpack_scipy' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops | |
creating build/temp.linux-x86_64-3.8/scipy/sparse/linalg/eigen | |
creating build/temp.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack | |
creating build/temp.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/ARPACK | |
creating build/temp.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC | |
creating build/temp.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL | |
compile options: '-Iscipy/sparse/linalg/eigen/arpack/ARPACK/SRC -I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.fgfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:810:5: | |
810 | 130 continue | |
| 1 | |
Avertissement: L'étiquette 130 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:324:5: | |
324 | 10 continue | |
| 1 | |
Avertissement: L'étiquette 10 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:498:35: | |
405 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
498 | call ivout (logfil, 3, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:500:40: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
500 | call dvout (logfil, kplusp, ritz, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:502:40: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
502 | call dvout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:648:43: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
648 | call dvout (logfil, kplusp, ritz, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:650:43: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
650 | call dvout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:703:38: | |
405 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
703 | call ivout (logfil, 2, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:748:36: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
748 | call dvout (logfil, np, workl, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:751:39: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
751 | call dvout (logfil, np, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1)stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:810:5: | |
810 | 130 continue | |
| 1 | |
Avertissement: L'étiquette 130 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:324:5: | |
324 | 10 continue | |
| 1 | |
Avertissement: L'étiquette 10 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:498:35: | |
405 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
498 | call ivout (logfil, 3, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:500:40: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
500 | call dvout (logfil, kplusp, ritz, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:502:40: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
502 | call dvout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:648:43: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
648 | call dvout (logfil, kplusp, ritz, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:650:43: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
650 | call dvout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:703:38: | |
405 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
703 | call ivout (logfil, 2, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:748:36: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
748 | call dvout (logfil, np, workl, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:751:39: | |
449 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
751 | call dvout (logfil, np, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:322:5: | |
322 | 10 continue | |
| 1 | |
Avertissement: L'étiquette 10 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:503:35: | |
392 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
503 | call ivout (logfil, 3, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:666:38: | |
392 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
666 | call ivout (logfil, 2, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:322:5: | |
322 | 10 continue | |
| 1 | |
Avertissement: L'étiquette 10 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:503:35: | |
392 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
503 | call ivout (logfil, 3, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:666:38: | |
392 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
666 | call ivout (logfil, 2, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:404:32: | |
367 | call dvout (logfil, 1, rnorm0, ndigit, | |
| 2 | |
...... | |
404 | call dvout (logfil, n, resid, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:404:32: | |
367 | call dvout (logfil, 1, rnorm0, ndigit, | |
| 2 | |
...... | |
404 | call dvout (logfil, n, resid, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96:40: | |
96 | & shiftr, shifti ) | |
| 1 | |
Avertissement: Argument muet « shifti » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96:32: | |
96 | & shiftr, shifti ) | |
| 1 | |
Avertissement: Argument muet « shiftr » inutilisé à (1) [-Wunused-dummy-argument] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.fgfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:116:26: | |
116 | & ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
| 1 | |
Avertissement: Argument muet « itry » inutilisé à (1) [-Wunused-dummy-argument] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsortc.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:124:18: | |
124 | integer i, k, msglvl | |
| 1 | |
Avertissement: Variable « i » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsesrt.f | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f:671:35: | |
369 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
671 | call dvout (logfil, 2, xtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f:743:39: | |
369 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
743 | call dvout (logfil, 2, xtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f:671:35: | |
369 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
671 | call dvout (logfil, 2, xtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f:743:39: | |
369 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
743 | call dvout (logfil, 2, xtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:666:35: | |
383 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
666 | call svout (logfil, 2, rtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:737:39: | |
383 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
737 | call svout (logfil, 2, rtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:666:35: | |
383 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
666 | call svout (logfil, 2, rtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:737:39: | |
383 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
737 | call svout (logfil, 2, rtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:404:32: | |
367 | call svout (logfil, 1, rnorm0, ndigit, | |
| 2 | |
...... | |
404 | call svout (logfil, n, resid, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:404:32: | |
367 | call svout (logfil, 1, rnorm0, ndigit, | |
| 2 | |
...... | |
404 | call svout (logfil, n, resid, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:316:5: | |
316 | 10 continue | |
| 1 | |
Avertissement: L'étiquette 10 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:497:35: | |
391 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
497 | call ivout (logfil, 4, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:499:40: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
499 | call svout (logfil, kplusp, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:501:40: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
501 | call svout (logfil, kplusp, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:503:40: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
503 | call svout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:629:43: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
629 | call svout (logfil, kplusp, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:631:43: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
631 | call svout (logfil, kplusp, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:633:43: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
633 | call svout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:698:38: | |
391 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
698 | call ivout (logfil, 2, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:747:36: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
747 | call svout (logfil, np, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:749:36: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
749 | call svout (logfil, np, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:752:40: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
752 | & call svout (logfil, np, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:316:5: | |
316 | 10 continue | |
| 1 | |
Avertissement: L'étiquette 10 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:497:35: | |
391 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
497 | call ivout (logfil, 4, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:499:40: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
499 | call svout (logfil, kplusp, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:501:40: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
501 | call svout (logfil, kplusp, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:503:40: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
503 | call svout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:629:43: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
629 | call svout (logfil, kplusp, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:631:43: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
631 | call svout (logfil, kplusp, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:633:43: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
633 | call svout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:698:38: | |
391 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
698 | call ivout (logfil, 2, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:747:36: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
747 | call svout (logfil, np, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:749:36: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
749 | call svout (logfil, np, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:752:40: | |
438 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
752 | & call svout (logfil, np, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaitr.f | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstqrb.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaitr.f:671:35: | |
369 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
671 | call svout (logfil, 2, xtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaitr.f:743:39: | |
369 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
743 | call svout (logfil, 2, xtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaitr.f:671:35: | |
369 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
671 | call svout (logfil, 2, xtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaitr.f:743:39: | |
369 | call svout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
743 | call svout (logfil, 2, xtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsortr.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:520:17: | |
520 | jj = workl(bounds + ncv - j) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de COMPLEX(4) vers INTEGER(4) à (1) [-Wconversion] | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssesrt.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/csortc.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:316:5: | |
316 | 10 continue | |
| 1 | |
Avertissement: L'étiquette 10 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:497:35: | |
391 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
497 | call ivout (logfil, 4, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:499:41: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
499 | call dvout (logfil, kplusp, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:501:41: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
501 | call dvout (logfil, kplusp, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:503:41: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
503 | call dvout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:629:44: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
629 | call dvout (logfil, kplusp, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:631:44: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
631 | call dvout (logfil, kplusp, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:633:44: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
633 | call dvout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:697:38: | |
391 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
697 | call ivout (logfil, 2, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:746:37: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
746 | call dvout (logfil, np, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:748:37: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
748 | call dvout (logfil, np, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:751:41: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
751 | & call dvout (logfil, np, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:316:5: | |
316 | 10 continue | |
| 1 | |
Avertissement: L'étiquette 10 à (1) est définie mais non utilisée [-Wunused-label] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:497:35: | |
391 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
497 | call ivout (logfil, 4, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:499:41: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
499 | call dvout (logfil, kplusp, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:501:41: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
501 | call dvout (logfil, kplusp, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:503:41: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
503 | call dvout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:629:44: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
629 | call dvout (logfil, kplusp, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:631:44: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
631 | call dvout (logfil, kplusp, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:633:44: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
633 | call dvout (logfil, kplusp, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:697:38: | |
391 | call ivout (logfil, 1, iter, ndigit, | |
| 2 | |
...... | |
697 | call ivout (logfil, 2, kp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:746:37: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
746 | call dvout (logfil, np, ritzr, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:748:37: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
748 | call dvout (logfil, np, ritzi, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:751:41: | |
438 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
751 | & call dvout (logfil, np, bounds, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssortc.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:124:18: | |
124 | integer i, k, msglvl | |
| 1 | |
Avertissement: Variable « i » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstqrb.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f:666:35: | |
383 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
666 | call dvout (logfil, 2, rtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f:737:39: | |
383 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
737 | call dvout (logfil, 2, rtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f:666:35: | |
383 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
666 | call dvout (logfil, 2, rtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f:737:39: | |
383 | call dvout (logfil, 1, rnorm, ndigit, | |
| 2 | |
...... | |
737 | call dvout (logfil, 2, rtemp, ndigit, | |
| 1 | |
Erreur: Rang non concordant entre l'argument effectif à (1) et l'argument effectif à (2) (scalaire et rang 1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssortr.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zsortc.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:514:25: | |
514 | if (nb .le. 0) nb = 1 | |
| 1 | |
Avertissement: Caractère de tabulation non conforme à (1) [-Wtabs] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:515:33: | |
515 | if (tol .le. 0.0D+0 ) tol = dlamch ('EpsMach') | |
| 1 | |
Avertissement: Caractère de tabulation non conforme à (1) [-Wtabs] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:518:30: | |
518 | & ishift .ne. 2) ishift = 1 | |
| 1 | |
Avertissement: Caractère de tabulation non conforme à (1) [-Wtabs] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:422:32: | |
422 | & ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
| 1 | |
Avertissement: Variable « levec » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/cmout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:587:17: | |
587 | jj = workl(bounds + ncv - j) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/dvout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iset.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:499:17: | |
499 | jj = workl(bounds + ncv - j) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(8) vers INTEGER(4) à (1) [-Wconversion] | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/second_NONE.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:587:17: | |
587 | jj = workl(bounds + ncv - j) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(4) vers INTEGER(4) à (1) [-Wconversion] | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/second_NONE.f:17:27: | |
17 | REAL T1 | |
| 1 | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/second_NONE.f:20:36: | |
20 | REAL TARRAY( 2 ) | |
| 1 | |
Avertissement: Variable « tarray » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/smout.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iset.f:6:43: | |
6 | subroutine iset (n, value, array, inc) | |
| 1 | |
Avertissement: Argument muet « inc » inutilisé à (1) [-Wunused-dummy-argument] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iswap.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96:40: | |
96 | & shiftr, shifti ) | |
| 1 | |
Avertissement: Argument muet « shifti » inutilisé à (1) [-Wunused-dummy-argument] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96:32: | |
96 | & shiftr, shifti ) | |
| 1 | |
Avertissement: Argument muet « shiftr » inutilisé à (1) [-Wunused-dummy-argument] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/zmout.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:116:26: | |
116 | & ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
| 1 | |
Avertissement: Argument muet « itry » inutilisé à (1) [-Wunused-dummy-argument] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: /tmp/pip-install-m1lz4r32/scipy/scipy/_build_utils/src/wrap_dummy_accelerate.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/icnteq.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/ivout.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:499:17: | |
499 | jj = workl(bounds + ncv - j) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de REAL(4) vers INTEGER(4) à (1) [-Wconversion] | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/icopy.f | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:520:17: | |
520 | jj = workl(bounds + ncv - j) | |
| 1 | |
Avertissement: Changement possible de valeur dans la conversion de COMPLEX(8) vers INTEGER(4) à (1) [-Wconversion] | |
stat.h:8:19: | |
Avertissement: Variable « t0 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:23: | |
Avertissement: Variable « t1 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:27: | |
Avertissement: Variable « t2 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:31: | |
Avertissement: Variable « t3 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:35: | |
Avertissement: Variable « t4 » inutilisée déclarée à (1) [-Wunused-variable] | |
stat.h:8:39: | |
Avertissement: Variable « t5 » inutilisée déclarée à (1) [-Wunused-variable] | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/cvout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/svout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/zvout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/dmout.f | |
gfortran:f77: /tmp/pip-install-m1lz4r32/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.f | |
error: Command "/usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops -Iscipy/sparse/linalg/eigen/arpack/ARPACK/SRC -I/home/roukmoute/.local/lib/python3.8/site-packages/numpy/core/include -c -c scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f -o build/temp.linux-x86_64-3.8/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.o" failed with exit status 1 | |
---------------------------------------- | |
ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-m1lz4r32/scipy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-m1lz4r32/scipy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-3mnzgwi4/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/roukmoute/.local/include/python3.8/scipy Check the logs for full command output. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment