Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
34b0b92a
Commit
34b0b92a
authored
Feb 06, 2018
by
Mathieu Faverge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add @file line to all source files as the first doxygen command
parent
158c93b0
Changes
625
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
625 changed files
with
1223 additions
and
601 deletions
+1223
-601
CMakeLists.txt
CMakeLists.txt
+2
-1
LICENCE.txt
LICENCE.txt
+2
-0
cmake_modules/GenPkgConfig.cmake
cmake_modules/GenPkgConfig.cmake
+2
-1
cmake_modules/PrintOpts.cmake
cmake_modules/PrintOpts.cmake
+2
-1
compute/CMakeLists.txt
compute/CMakeLists.txt
+2
-1
compute/pzbuild.c
compute/pzbuild.c
+2
-1
compute/pzgebrd_ge2gb.c
compute/pzgebrd_ge2gb.c
+2
-1
compute/pzgelqf.c
compute/pzgelqf.c
+2
-1
compute/pzgelqf_param.c
compute/pzgelqf_param.c
+2
-1
compute/pzgelqfrh.c
compute/pzgelqfrh.c
+2
-1
compute/pzgemm.c
compute/pzgemm.c
+2
-1
compute/pzgeqrf.c
compute/pzgeqrf.c
+2
-1
compute/pzgeqrf_param.c
compute/pzgeqrf_param.c
+2
-1
compute/pzgeqrfrh.c
compute/pzgeqrfrh.c
+2
-1
compute/pzgetrf_incpiv.c
compute/pzgetrf_incpiv.c
+2
-1
compute/pzgetrf_nopiv.c
compute/pzgetrf_nopiv.c
+2
-1
compute/pzhemm.c
compute/pzhemm.c
+2
-1
compute/pzher2k.c
compute/pzher2k.c
+2
-1
compute/pzherk.c
compute/pzherk.c
+2
-1
compute/pzhetrd_he2hb.c
compute/pzhetrd_he2hb.c
+2
-1
compute/pzlacpy.c
compute/pzlacpy.c
+2
-1
compute/pzlag2c.c
compute/pzlag2c.c
+2
-1
compute/pzlange.c
compute/pzlange.c
+2
-1
compute/pzlanhe.c
compute/pzlanhe.c
+2
-1
compute/pzlansy.c
compute/pzlansy.c
+2
-1
compute/pzlantr.c
compute/pzlantr.c
+2
-1
compute/pzlascal.c
compute/pzlascal.c
+2
-1
compute/pzlaset.c
compute/pzlaset.c
+2
-1
compute/pzlaset2.c
compute/pzlaset2.c
+2
-1
compute/pzlauum.c
compute/pzlauum.c
+2
-1
compute/pzplghe.c
compute/pzplghe.c
+2
-1
compute/pzplgsy.c
compute/pzplgsy.c
+2
-1
compute/pzplrnt.c
compute/pzplrnt.c
+2
-1
compute/pzpotrf.c
compute/pzpotrf.c
+2
-1
compute/pzpotrimm.c
compute/pzpotrimm.c
+2
-1
compute/pzsymm.c
compute/pzsymm.c
+2
-1
compute/pzsyr2k.c
compute/pzsyr2k.c
+2
-1
compute/pzsyrk.c
compute/pzsyrk.c
+2
-1
compute/pzsytrf.c
compute/pzsytrf.c
+2
-1
compute/pztile2band.c
compute/pztile2band.c
+2
-1
compute/pztpgqrt.c
compute/pztpgqrt.c
+2
-1
compute/pztpqrt.c
compute/pztpqrt.c
+2
-1
compute/pztradd.c
compute/pztradd.c
+2
-1
compute/pztrmm.c
compute/pztrmm.c
+2
-1
compute/pztrsm.c
compute/pztrsm.c
+2
-1
compute/pztrsmpl.c
compute/pztrsmpl.c
+2
-1
compute/pztrtri.c
compute/pztrtri.c
+2
-1
compute/pzunglq.c
compute/pzunglq.c
+2
-1
compute/pzunglq_param.c
compute/pzunglq_param.c
+2
-1
compute/pzunglqrh.c
compute/pzunglqrh.c
+2
-1
compute/pzungqr.c
compute/pzungqr.c
+2
-1
compute/pzungqr_param.c
compute/pzungqr_param.c
+2
-1
compute/pzungqrrh.c
compute/pzungqrrh.c
+2
-1
compute/pzunmlq.c
compute/pzunmlq.c
+2
-1
compute/pzunmlq_param.c
compute/pzunmlq_param.c
+2
-1
compute/pzunmlqrh.c
compute/pzunmlqrh.c
+2
-1
compute/pzunmqr.c
compute/pzunmqr.c
+2
-1
compute/pzunmqr_param.c
compute/pzunmqr_param.c
+2
-1
compute/pzunmqrrh.c
compute/pzunmqrrh.c
+2
-1
compute/zbuild.c
compute/zbuild.c
+2
-1
compute/zgeadd.c
compute/zgeadd.c
+2
-1
compute/zgelqf.c
compute/zgelqf.c
+2
-1
compute/zgelqf_param.c
compute/zgelqf_param.c
+2
-1
compute/zgelqs.c
compute/zgelqs.c
+2
-1
compute/zgelqs_param.c
compute/zgelqs_param.c
+2
-1
compute/zgels.c
compute/zgels.c
+2
-1
compute/zgels_param.c
compute/zgels_param.c
+2
-1
compute/zgemm.c
compute/zgemm.c
+2
-1
compute/zgeqrf.c
compute/zgeqrf.c
+2
-1
compute/zgeqrf_param.c
compute/zgeqrf_param.c
+2
-1
compute/zgeqrs.c
compute/zgeqrs.c
+2
-1
compute/zgeqrs_param.c
compute/zgeqrs_param.c
+2
-1
compute/zgesv_incpiv.c
compute/zgesv_incpiv.c
+2
-1
compute/zgesv_nopiv.c
compute/zgesv_nopiv.c
+2
-1
compute/zgesvd.c
compute/zgesvd.c
+2
-1
compute/zgetrf_incpiv.c
compute/zgetrf_incpiv.c
+2
-1
compute/zgetrf_nopiv.c
compute/zgetrf_nopiv.c
+2
-1
compute/zgetrs_incpiv.c
compute/zgetrs_incpiv.c
+2
-1
compute/zgetrs_nopiv.c
compute/zgetrs_nopiv.c
+2
-1
compute/zheevd.c
compute/zheevd.c
+2
-1
compute/zhemm.c
compute/zhemm.c
+2
-1
compute/zher2k.c
compute/zher2k.c
+2
-1
compute/zherk.c
compute/zherk.c
+2
-1
compute/zhetrd.c
compute/zhetrd.c
+2
-1
compute/zlacpy.c
compute/zlacpy.c
+2
-1
compute/zlange.c
compute/zlange.c
+2
-1
compute/zlanhe.c
compute/zlanhe.c
+2
-1
compute/zlansy.c
compute/zlansy.c
+2
-1
compute/zlantr.c
compute/zlantr.c
+2
-1
compute/zlascal.c
compute/zlascal.c
+2
-1
compute/zlaset.c
compute/zlaset.c
+2
-1
compute/zlauum.c
compute/zlauum.c
+2
-1
compute/zplghe.c
compute/zplghe.c
+2
-1
compute/zplgsy.c
compute/zplgsy.c
+2
-1
compute/zplrnt.c
compute/zplrnt.c
+2
-1
compute/zposv.c
compute/zposv.c
+2
-1
compute/zpotrf.c
compute/zpotrf.c
+2
-1
compute/zpotri.c
compute/zpotri.c
+2
-1
compute/zpotrimm.c
compute/zpotrimm.c
+2
-1
compute/zpotrs.c
compute/zpotrs.c
+2
-1
compute/zsymm.c
compute/zsymm.c
+2
-1
compute/zsyr2k.c
compute/zsyr2k.c
+2
-1
compute/zsyrk.c
compute/zsyrk.c
+2
-1
compute/zsysv.c
compute/zsysv.c
+2
-1
compute/zsytrf.c
compute/zsytrf.c
+2
-1
compute/zsytrs.c
compute/zsytrs.c
+2
-1
compute/ztile.c
compute/ztile.c
+2
-1
compute/ztpgqrt.c
compute/ztpgqrt.c
+2
-1
compute/ztpqrt.c
compute/ztpqrt.c
+2
-1
compute/ztradd.c
compute/ztradd.c
+2
-1
compute/ztrmm.c
compute/ztrmm.c
+2
-1
compute/ztrsm.c
compute/ztrsm.c
+2
-1
compute/ztrsmpl.c
compute/ztrsmpl.c
+2
-1
compute/ztrtri.c
compute/ztrtri.c
+2
-1
compute/zunglq.c
compute/zunglq.c
+2
-1
compute/zunglq_param.c
compute/zunglq_param.c
+2
-1
compute/zungqr.c
compute/zungqr.c
+2
-1
compute/zungqr_param.c
compute/zungqr_param.c
+2
-1
compute/zunmlq.c
compute/zunmlq.c
+2
-1
compute/zunmlq_param.c
compute/zunmlq_param.c
+2
-1
compute/zunmqr.c
compute/zunmqr.c
+2
-1
compute/zunmqr_param.c
compute/zunmqr_param.c
+2
-1
control/CMakeLists.txt
control/CMakeLists.txt
+2
-1
control/async.c
control/async.c
+2
-1
control/async.h
control/async.h
+2
-1
control/auxiliary.c
control/auxiliary.c
+2
-1
control/auxiliary.h
control/auxiliary.h
+2
-1
control/common.h
control/common.h
+2
-1
control/compute_z.h
control/compute_z.h
+2
-1
control/context.c
control/context.c
+2
-1
control/context.h
control/context.h
+2
-1
control/control.c
control/control.c
+2
-1
control/descriptor.c
control/descriptor.c
+2
-1
control/descriptor.h
control/descriptor.h
+2
-1
control/gkkleader.h
control/gkkleader.h
+2
-1
control/global.h
control/global.h
+2
-1
control/morse_f77.c
control/morse_f77.c
+2
-1
control/morse_f77.h
control/morse_f77.h
+2
-1
control/morse_f90.f90
control/morse_f90.f90
+0
-1
control/morse_mf77.c
control/morse_mf77.c
+2
-1
control/morse_zcf90.F90
control/morse_zcf90.F90
+0
-1
control/morse_zf77.c
control/morse_zf77.c
+2
-1
control/morse_zf90.F90
control/morse_zf90.F90
+0
-1
control/morse_zf90_wrappers.F90
control/morse_zf90_wrappers.F90
+0
-1
control/morsewinthread.c
control/morsewinthread.c
+2
-1
control/morsewinthread.h
control/morsewinthread.h
+2
-1
control/primes.h
control/primes.h
+2
-1
control/tile.c
control/tile.c
+2
-1
control/workspace.c
control/workspace.c
+2
-1
control/workspace.h
control/workspace.h
+2
-1
control/workspace_z.c
control/workspace_z.c
+2
-1
coreblas/CMakeLists.txt
coreblas/CMakeLists.txt
+2
-1
coreblas/compute/CMakeLists.txt
coreblas/compute/CMakeLists.txt
+2
-1
coreblas/compute/core_dzasum.c
coreblas/compute/core_dzasum.c
+2
-1
coreblas/compute/core_zaxpy.c
coreblas/compute/core_zaxpy.c
+2
-1
coreblas/compute/core_zgeadd.c
coreblas/compute/core_zgeadd.c
+2
-1
coreblas/compute/core_zgelqt.c
coreblas/compute/core_zgelqt.c
+2
-1
coreblas/compute/core_zgemm.c
coreblas/compute/core_zgemm.c
+2
-1
coreblas/compute/core_zgeqrt.c
coreblas/compute/core_zgeqrt.c
+2
-1
coreblas/compute/core_zgesplit.c
coreblas/compute/core_zgesplit.c
+2
-1
coreblas/compute/core_zgessm.c
coreblas/compute/core_zgessm.c
+2
-1
coreblas/compute/core_zgessq.c
coreblas/compute/core_zgessq.c
+2
-1
coreblas/compute/core_zgetf2_nopiv.c
coreblas/compute/core_zgetf2_nopiv.c
+2
-1
coreblas/compute/core_zgetrf.c
coreblas/compute/core_zgetrf.c
+2
-1
coreblas/compute/core_zgetrf_incpiv.c
coreblas/compute/core_zgetrf_incpiv.c
+2
-1
coreblas/compute/core_zgetrf_nopiv.c
coreblas/compute/core_zgetrf_nopiv.c
+2
-1
coreblas/compute/core_zhe2ge.c
coreblas/compute/core_zhe2ge.c
+2
-1
coreblas/compute/core_zhemm.c
coreblas/compute/core_zhemm.c
+2
-1
coreblas/compute/core_zher2k.c
coreblas/compute/core_zher2k.c
+2
-1
coreblas/compute/core_zherfb.c
coreblas/compute/core_zherfb.c
+2
-1
coreblas/compute/core_zherk.c
coreblas/compute/core_zherk.c
+2
-1
coreblas/compute/core_zhessq.c
coreblas/compute/core_zhessq.c
+2
-1
coreblas/compute/core_zlacpy.c
coreblas/compute/core_zlacpy.c
+2
-1
coreblas/compute/core_zlag2c.c
coreblas/compute/core_zlag2c.c
+2
-1
coreblas/compute/core_zlange.c
coreblas/compute/core_zlange.c
+2
-1
coreblas/compute/core_zlanhe.c
coreblas/compute/core_zlanhe.c
+2
-1
coreblas/compute/core_zlansy.c
coreblas/compute/core_zlansy.c
+2
-1
coreblas/compute/core_zlantr.c
coreblas/compute/core_zlantr.c
+2
-1
coreblas/compute/core_zlascal.c
coreblas/compute/core_zlascal.c
+2
-1
coreblas/compute/core_zlaset.c
coreblas/compute/core_zlaset.c
+2
-1
coreblas/compute/core_zlaset2.c
coreblas/compute/core_zlaset2.c
+2
-1
coreblas/compute/core_zlatro.c
coreblas/compute/core_zlatro.c
+2
-1
coreblas/compute/core_zlauum.c
coreblas/compute/core_zlauum.c
+2
-1
coreblas/compute/core_zpamm.c
coreblas/compute/core_zpamm.c
+2
-1
coreblas/compute/core_zparfb.c
coreblas/compute/core_zparfb.c
+2
-1
coreblas/compute/core_zpemv.c
coreblas/compute/core_zpemv.c
+2
-1
coreblas/compute/core_zplghe.c
coreblas/compute/core_zplghe.c
+2
-1
coreblas/compute/core_zplgsy.c
coreblas/compute/core_zplgsy.c
+2
-1
coreblas/compute/core_zplrnt.c
coreblas/compute/core_zplrnt.c
+2
-1
coreblas/compute/core_zpotrf.c
coreblas/compute/core_zpotrf.c
+2
-1
coreblas/compute/core_zssssm.c
coreblas/compute/core_zssssm.c
+2
-1
coreblas/compute/core_zsymm.c
coreblas/compute/core_zsymm.c
+2
-1
coreblas/compute/core_zsyr2k.c
coreblas/compute/core_zsyr2k.c
+2
-1
coreblas/compute/core_zsyrk.c
coreblas/compute/core_zsyrk.c
+2
-1
coreblas/compute/core_zsyssq.c
coreblas/compute/core_zsyssq.c
+2
-1
coreblas/compute/core_zsytf2_nopiv.c
coreblas/compute/core_zsytf2_nopiv.c
+2
-1
coreblas/compute/core_ztplqt.c
coreblas/compute/core_ztplqt.c
+2
-1
coreblas/compute/core_ztpmlqt.c
coreblas/compute/core_ztpmlqt.c
+2
-1
coreblas/compute/core_ztpmqrt.c
coreblas/compute/core_ztpmqrt.c
+2
-1
coreblas/compute/core_ztpqrt.c
coreblas/compute/core_ztpqrt.c
+2
-1
coreblas/compute/core_ztradd.c
coreblas/compute/core_ztradd.c
+2
-1
coreblas/compute/core_ztrasm.c
coreblas/compute/core_ztrasm.c
+2
-1
coreblas/compute/core_ztrmm.c
coreblas/compute/core_ztrmm.c
+2
-1
coreblas/compute/core_ztrsm.c
coreblas/compute/core_ztrsm.c
+2
-1
coreblas/compute/core_ztrssq.c
coreblas/compute/core_ztrssq.c
+2
-1
coreblas/compute/core_ztrtri.c
coreblas/compute/core_ztrtri.c
+2
-1
coreblas/compute/core_ztslqt.c
coreblas/compute/core_ztslqt.c
+2
-1
coreblas/compute/core_ztsmlq.c
coreblas/compute/core_ztsmlq.c
+2
-1
coreblas/compute/core_ztsmlq_hetra1.c
coreblas/compute/core_ztsmlq_hetra1.c
+2
-1
coreblas/compute/core_ztsmqr.c
coreblas/compute/core_ztsmqr.c
+2
-1
coreblas/compute/core_ztsmqr_hetra1.c
coreblas/compute/core_ztsmqr_hetra1.c
+2
-1
coreblas/compute/core_ztsqrt.c
coreblas/compute/core_ztsqrt.c
+2
-1
coreblas/compute/core_ztstrf.c
coreblas/compute/core_ztstrf.c
+2
-1
coreblas/compute/core_zttlqt.c
coreblas/compute/core_zttlqt.c
+2
-1
coreblas/compute/core_zttmlq.c
coreblas/compute/core_zttmlq.c
+2
-1
coreblas/compute/core_zttmqr.c
coreblas/compute/core_zttmqr.c
+2
-1
coreblas/compute/core_zttqrt.c
coreblas/compute/core_zttqrt.c
+2
-1
coreblas/compute/core_zunmlq.c
coreblas/compute/core_zunmlq.c
+2
-1
coreblas/compute/core_zunmqr.c
coreblas/compute/core_zunmqr.c
+2
-1
coreblas/compute/global.c
coreblas/compute/global.c
+2
-1
coreblas/eztrace_module/CMakeLists.txt
coreblas/eztrace_module/CMakeLists.txt
+2
-1
coreblas/include/CMakeLists.txt
coreblas/include/CMakeLists.txt
+2
-1
coreblas/include/coreblas.h
coreblas/include/coreblas.h
+2
-1
coreblas/include/coreblas/cblas.h
coreblas/include/coreblas/cblas.h
+2
-1
coreblas/include/coreblas/coreblas_z.h
coreblas/include/coreblas/coreblas_z.h
+2
-1
coreblas/include/coreblas/coreblas_zc.h
coreblas/include/coreblas/coreblas_zc.h
+2
-1
coreblas/include/coreblas/lapacke.h
coreblas/include/coreblas/lapacke.h
+2
-0
coreblas/include/coreblas/lapacke_config.h
coreblas/include/coreblas/lapacke_config.h
+2
-0
coreblas/include/coreblas/lapacke_mangling.h
coreblas/include/coreblas/lapacke_mangling.h
+2
-0
cudablas/CMakeLists.txt
cudablas/CMakeLists.txt
+2
-1
cudablas/compute/CMakeLists.txt
cudablas/compute/CMakeLists.txt
+2
-1
cudablas/compute/cuda_zgeadd.c
cudablas/compute/cuda_zgeadd.c
+2
-1
cudablas/compute/cuda_zgelqt.c
cudablas/compute/cuda_zgelqt.c
+2
-1
cudablas/compute/cuda_zgemerge.c
cudablas/compute/cuda_zgemerge.c
+2
-1
cudablas/compute/cuda_zgemm.c
cudablas/compute/cuda_zgemm.c
+2
-1
cudablas/compute/cuda_zgeqrt.c
cudablas/compute/cuda_zgeqrt.c
+2
-1
cudablas/compute/cuda_zgessm.c
cudablas/compute/cuda_zgessm.c
+2
-1
cudablas/compute/cuda_zgetrf.c
cudablas/compute/cuda_zgetrf.c
+2
-1
cudablas/compute/cuda_zhemm.c
cudablas/compute/cuda_zhemm.c
+2
-1
cudablas/compute/cuda_zher2k.c
cudablas/compute/cuda_zher2k.c
+2
-1
cudablas/compute/cuda_zherfb.c
cudablas/compute/cuda_zherfb.c
+2
-1
cudablas/compute/cuda_zherk.c
cudablas/compute/cuda_zherk.c
+2
-1
cudablas/compute/cuda_zlarfb.c
cudablas/compute/cuda_zlarfb.c
+2
-1
cudablas/compute/cuda_zlauum.c
cudablas/compute/cuda_zlauum.c
+2
-1
cudablas/compute/cuda_zparfb.c
cudablas/compute/cuda_zparfb.c
+2
-1
cudablas/compute/cuda_zpotrf.c
cudablas/compute/cuda_zpotrf.c
+2
-1
cudablas/compute/cuda_zssssm.c
cudablas/compute/cuda_zssssm.c
+2
-1
cudablas/compute/cuda_zsymm.c
cudablas/compute/cuda_zsymm.c
+2
-1
cudablas/compute/cuda_zsyr2k.c
cudablas/compute/cuda_zsyr2k.c
+2
-1
cudablas/compute/cuda_zsyrk.c
cudablas/compute/cuda_zsyrk.c
+2
-1
cudablas/compute/cuda_ztpmqrt.c
cudablas/compute/cuda_ztpmqrt.c
+2
-1
cudablas/compute/cuda_ztrmm.c
cudablas/compute/cuda_ztrmm.c
+2
-1
cudablas/compute/cuda_ztrsm.c
cudablas/compute/cuda_ztrsm.c
+2
-1
cudablas/compute/cuda_ztrtri.c
cudablas/compute/cuda_ztrtri.c
+2
-1
cudablas/compute/cuda_ztslqt.c
cudablas/compute/cuda_ztslqt.c
+2
-1
cudablas/compute/cuda_ztsmlq.c
cudablas/compute/cuda_ztsmlq.c
+2
-1
cudablas/compute/cuda_ztsmqr.c
cudablas/compute/cuda_ztsmqr.c
+2
-1
cudablas/compute/cuda_ztsqrt.c
cudablas/compute/cuda_ztsqrt.c
+2
-1
cudablas/compute/cuda_ztstrf.c
cudablas/compute/cuda_ztstrf.c
+2
-1
cudablas/compute/cuda_zttmqr.c
cudablas/compute/cuda_zttmqr.c
+2
-1
cudablas/compute/cuda_zunmlqt.c
cudablas/compute/cuda_zunmlqt.c
+2
-1
cudablas/compute/cuda_zunmqrt.c
cudablas/compute/cuda_zunmqrt.c
+2
-1
cudablas/compute/cudaglobal.c
cudablas/compute/cudaglobal.c
+2
-1
cudablas/eztrace_module/CMakeLists.txt
cudablas/eztrace_module/CMakeLists.txt
+2
-1
cudablas/include/CMakeLists.txt
cudablas/include/CMakeLists.txt
+2
-1
cudablas/include/cudablas.h
cudablas/include/cudablas.h
+2
-1
cudablas/include/cudablas/cudablas_z.h
cudablas/include/cudablas/cudablas_z.h
+2
-1
doc/CMakeLists.txt
doc/CMakeLists.txt
+2
-1
doc/doxygen/CMakeLists.txt
doc/doxygen/CMakeLists.txt
+2
-1
doc/orgmode/CMakeLists.txt
doc/orgmode/CMakeLists.txt
+2
-1
doc/texinfo/CMakeLists.txt
doc/texinfo/CMakeLists.txt
+2
-1
doc/texinfo/chapters/configuration.texi
doc/texinfo/chapters/configuration.texi
+0
-9
doc/texinfo/chapters/installing.texi
doc/texinfo/chapters/installing.texi
+0
-3
doc/texinfo/chapters/using.texi
doc/texinfo/chapters/using.texi
+0
-7
example/CMakeLists.txt
example/CMakeLists.txt
+2
-1
example/basic_zposv/CMakeLists.txt
example/basic_zposv/CMakeLists.txt
+2
-1
example/basic_zposv/basic_posv.h
example/basic_zposv/basic_posv.h
+2
-1
example/basic_zposv/posv_morse_functions.h
example/basic_zposv/posv_morse_functions.h
+2
-1
example/basic_zposv/posv_users_functions.h
example/basic_zposv/posv_users_functions.h
+2
-1
example/basic_zposv/zposv_morse_functions.c
example/basic_zposv/zposv_morse_functions.c
+2
-1
example/basic_zposv/zposv_users_functions.c
example/basic_zposv/zposv_users_functions.c
+2
-1
example/lapack_to_morse/CMakeLists.txt
example/lapack_to_morse/CMakeLists.txt
+2
-1
example/lapack_to_morse/lapack_to_morse.h
example/lapack_to_morse/lapack_to_morse.h
+2
-1
example/lapack_to_morse/step0.c
example/lapack_to_morse/step0.c
+2
-1
example/lapack_to_morse/step0.h
example/lapack_to_morse/step0.h
+2
-1
example/lapack_to_morse/step1.c
example/lapack_to_morse/step1.c
+2
-1
example/lapack_to_morse/step1.h
example/lapack_to_morse/step1.h
+2
-1
example/lapack_to_morse/step2.c
example/lapack_to_morse/step2.c
+2
-1
example/lapack_to_morse/step2.h
example/lapack_to_morse/step2.h
+2
-1
example/lapack_to_morse/step3.c
example/lapack_to_morse/step3.c
+2
-1
example/lapack_to_morse/step3.h
example/lapack_to_morse/step3.h
+2
-1
example/lapack_to_morse/step4.c
example/lapack_to_morse/step4.c
+2
-1
example/lapack_to_morse/step4.h
example/lapack_to_morse/step4.h
+2
-1
example/lapack_to_morse/step5.c
example/lapack_to_morse/step5.c
+2
-1
example/lapack_to_morse/step5.h
example/lapack_to_morse/step5.h
+2
-1
example/lapack_to_morse/step6.c
example/lapack_to_morse/step6.c
+2
-1
example/lapack_to_morse/step6.h
example/lapack_to_morse/step6.h
+2
-1
example/lapack_to_morse/step7.c
example/lapack_to_morse/step7.c
+2
-1
example/lapack_to_morse/step7.h
example/lapack_to_morse/step7.h
+2
-1
example/link_chameleon/link_chameleon.c
example/link_chameleon/link_chameleon.c
+0
-1
example/out_of_core/CMakeLists.txt
example/out_of_core/CMakeLists.txt
+2
-1
example/out_of_core/out_of_core.c
example/out_of_core/out_of_core.c
+2
-1
example/out_of_core/out_of_core.h
example/out_of_core/out_of_core.h
+2
-1
include/CMakeLists.txt
include/CMakeLists.txt
+2
-1
include/chameleon/chameleon_config.h.in
include/chameleon/chameleon_config.h.in
+2
-1
include/chameleon/chameleon_timer.h
include/chameleon/chameleon_timer.h
+2
-1
include/chameleon/morse_constants.h
include/chameleon/morse_constants.h
+2
-1
include/chameleon/morse_fortran.h
include/chameleon/morse_fortran.h
+0
-1
include/chameleon/morse_kernels.h
include/chameleon/morse_kernels.h
+2
-1
include/chameleon/morse_runtime.h
include/chameleon/morse_runtime.h
+2
-1
include/chameleon/morse_simulate.h
include/chameleon/morse_simulate.h
+2
-1
include/chameleon/morse_struct.h
include/chameleon/morse_struct.h
+2
-1
include/chameleon/morse_tasks.h
include/chameleon/morse_tasks.h
+2
-1
include/chameleon/morse_tasks_z.h
include/chameleon/morse_tasks_z.h
+2
-1
include/chameleon/morse_tasks_zc.h
include/chameleon/morse_tasks_zc.h
+2
-1
include/chameleon/morse_types.h
include/chameleon/morse_types.h
+2
-1
include/chameleon/morse_z.h
include/chameleon/morse_z.h
+2
-1
include/chameleon/morse_zc.h
include/chameleon/morse_zc.h
+2
-1
include/morse.h
include/morse.h
+2
-1
plasma-conversion/callGeneration.bash
plasma-conversion/callGeneration.bash
+2
-1
plasma-conversion/fileConversion.py
plasma-conversion/fileConversion.py
+0
-1
plasma-conversion/fileCopy.py
plasma-conversion/fileCopy.py
+0
-1
plasma-conversion/generate_morseSrc.py
plasma-conversion/generate_morseSrc.py
+0
-1
plasma-conversion/insert-licence/chameleon_c.licence
plasma-conversion/insert-licence/chameleon_c.licence
+2
-0
plasma-conversion/insert-licence/insert-licence-chameleon.sh
plasma-conversion/insert-licence/insert-licence-chameleon.sh
+0
-1
plasma-conversion/rulesSubstitutions.py
plasma-conversion/rulesSubstitutions.py
+0
-1
runtime/CMakeLists.txt
runtime/CMakeLists.txt
+2
-1
runtime/parsec/CMakeLists.txt
runtime/parsec/CMakeLists.txt
+2
-1
runtime/parsec/codelets/codelet_zasum.c
runtime/parsec/codelets/codelet_zasum.c
+2
-1
runtime/parsec/codelets/codelet_zaxpy.c
runtime/parsec/codelets/codelet_zaxpy.c
+2
-1
runtime/parsec/codelets/codelet_zbuild.c
runtime/parsec/codelets/codelet_zbuild.c
+2
-1
runtime/parsec/codelets/codelet_zgeadd.c
runtime/parsec/codelets/codelet_zgeadd.c
+2
-1
runtime/parsec/codelets/codelet_zgelqt.c
runtime/parsec/codelets/codelet_zgelqt.c
+2
-1
runtime/parsec/codelets/codelet_zgemm.c
runtime/parsec/codelets/codelet_zgemm.c
+2
-1
runtime/parsec/codelets/codelet_zgeqrt.c
runtime/parsec/codelets/codelet_zgeqrt.c
+2
-1
runtime/parsec/codelets/codelet_zgessm.c
runtime/parsec/codelets/codelet_zgessm.c
+2
-1
runtime/parsec/codelets/codelet_zgessq.c
runtime/parsec/codelets/codelet_zgessq.c
+2
-1
runtime/parsec/codelets/codelet_zgetrf.c
runtime/parsec/codelets/codelet_zgetrf.c
+2
-1
runtime/parsec/codelets/codelet_zgetrf_incpiv.c
runtime/parsec/codelets/codelet_zgetrf_incpiv.c
+2
-1
runtime/parsec/codelets/codelet_zgetrf_nopiv.c
runtime/parsec/codelets/codelet_zgetrf_nopiv.c
+2
-1
runtime/parsec/codelets/codelet_zhe2ge.c
runtime/parsec/codelets/codelet_zhe2ge.c
+2
-1
runtime/parsec/codelets/codelet_zhemm.c
runtime/parsec/codelets/codelet_zhemm.c
+2
-1
runtime/parsec/codelets/codelet_zher2k.c
runtime/parsec/codelets/codelet_zher2k.c
+2
-1
runtime/parsec/codelets/codelet_zherfb.c
runtime/parsec/codelets/codelet_zherfb.c
+2
-1
runtime/parsec/codelets/codelet_zherk.c
runtime/parsec/codelets/codelet_zherk.c
+2
-1
runtime/parsec/codelets/codelet_zhessq.c
runtime/parsec/codelets/codelet_zhessq.c
+2
-1
runtime/parsec/codelets/codelet_zlacpy.c
runtime/parsec/codelets/codelet_zlacpy.c
+2
-1
runtime/parsec/codelets/codelet_zlag2c.c
runtime/parsec/codelets/codelet_zlag2c.c
+2
-1
runtime/parsec/codelets/codelet_zlange.c
runtime/parsec/codelets/codelet_zlange.c
+2
-1
runtime/parsec/codelets/codelet_zlanhe.c
runtime/parsec/codelets/codelet_zlanhe.c
+2
-1
runtime/parsec/codelets/codelet_zlansy.c
runtime/parsec/codelets/codelet_zlansy.c
+2
-1
runtime/parsec/codelets/codelet_zlantr.c
runtime/parsec/codelets/codelet_zlantr.c
+2
-1
runtime/parsec/codelets/codelet_zlascal.c
runtime/parsec/codelets/codelet_zlascal.c
+2
-1
runtime/parsec/codelets/codelet_zlaset.c
runtime/parsec/codelets/codelet_zlaset.c
+2
-1
runtime/parsec/codelets/codelet_zlaset2.c
runtime/parsec/codelets/codelet_zlaset2.c
+2
-1
runtime/parsec/codelets/codelet_zlatro.c
runtime/parsec/codelets/codelet_zlatro.c
+2
-1
runtime/parsec/codelets/codelet_zlauum.c
runtime/parsec/codelets/codelet_zlauum.c
+2
-1
runtime/parsec/codelets/codelet_zpamm.c
runtime/parsec/codelets/codelet_zpamm.c
+2
-1
runtime/parsec/codelets/codelet_zplghe.c
runtime/parsec/codelets/codelet_zplghe.c
+2
-1
runtime/parsec/codelets/codelet_zplgsy.c
runtime/parsec/codelets/codelet_zplgsy.c
+2
-1
runtime/parsec/codelets/codelet_zplrnt.c
runtime/parsec/codelets/codelet_zplrnt.c
+2
-1
runtime/parsec/codelets/codelet_zplssq.c
runtime/parsec/codelets/codelet_zplssq.c
+2
-1
runtime/parsec/codelets/codelet_zpotrf.c
runtime/parsec/codelets/codelet_zpotrf.c
+2
-1
runtime/parsec/codelets/codelet_zssssm.c
runtime/parsec/codelets/codelet_zssssm.c
+2
-1
runtime/parsec/codelets/codelet_zsymm.c
runtime/parsec/codelets/codelet_zsymm.c
+2
-1
runtime/parsec/codelets/codelet_zsyr2k.c
runtime/parsec/codelets/codelet_zsyr2k.c
+2
-1
runtime/parsec/codelets/codelet_zsyrk.c
runtime/parsec/codelets/codelet_zsyrk.c
+2
-1
runtime/parsec/codelets/codelet_zsyssq.c
runtime/parsec/codelets/codelet_zsyssq.c
+2
-1
runtime/parsec/codelets/codelet_zsytrf_nopiv.c
runtime/parsec/codelets/codelet_zsytrf_nopiv.c
+2
-1
runtime/parsec/codelets/codelet_ztile_zero.c
runtime/parsec/codelets/codelet_ztile_zero.c
+2
-1
runtime/parsec/codelets/codelet_ztplqt.c
runtime/parsec/codelets/codelet_ztplqt.c
+2
-1
runtime/parsec/codelets/codelet_ztpmlqt.c
runtime/parsec/codelets/codelet_ztpmlqt.c
+2
-1
runtime/parsec/codelets/codelet_ztpmqrt.c
runtime/parsec/codelets/codelet_ztpmqrt.c
+2
-1
runtime/parsec/codelets/codelet_ztpqrt.c
runtime/parsec/codelets/codelet_ztpqrt.c
+2
-1
runtime/parsec/codelets/codelet_ztradd.c
runtime/parsec/codelets/codelet_ztradd.c
+2
-1
runtime/parsec/codelets/codelet_ztrasm.c
runtime/parsec/codelets/codelet_ztrasm.c
+2
-1
runtime/parsec/codelets/codelet_ztrmm.c
runtime/parsec/codelets/codelet_ztrmm.c
+2
-1
runtime/parsec/codelets/codelet_ztrsm.c
runtime/parsec/codelets/codelet_ztrsm.c
+2
-1
runtime/parsec/codelets/codelet_ztrssq.c
runtime/parsec/codelets/codelet_ztrssq.c
+2
-1
runtime/parsec/codelets/codelet_ztrtri.c
runtime/parsec/codelets/codelet_ztrtri.c
+2
-1
runtime/parsec/codelets/codelet_ztslqt.c
runtime/parsec/codelets/codelet_ztslqt.c
+2
-1
runtime/parsec/codelets/codelet_ztsmlq.c
runtime/parsec/codelets/codelet_ztsmlq.c
+2
-1
runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
+2
-1
runtime/parsec/codelets/codelet_ztsmqr.c
runtime/parsec/codelets/codelet_ztsmqr.c
+2
-1
runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
+2
-1
runtime/parsec/codelets/codelet_ztsqrt.c
runtime/parsec/codelets/codelet_ztsqrt.c
+2
-1
runtime/parsec/codelets/codelet_ztstrf.c
runtime/parsec/codelets/codelet_ztstrf.c
+2
-1
runtime/parsec/codelets/codelet_zttlqt.c
runtime/parsec/codelets/codelet_zttlqt.c
+2
-1
runtime/parsec/codelets/codelet_zttmlq.c
runtime/parsec/codelets/codelet_zttmlq.c
+2
-1
runtime/parsec/codelets/codelet_zttmqr.c
runtime/parsec/codelets/codelet_zttmqr.c
+2
-1
runtime/parsec/codelets/codelet_zttqrt.c
runtime/parsec/codelets/codelet_zttqrt.c
+2
-1
runtime/parsec/codelets/codelet_zunmlq.c
runtime/parsec/codelets/codelet_zunmlq.c
+2
-1
runtime/parsec/codelets/codelet_zunmqr.c
runtime/parsec/codelets/codelet_zunmqr.c
+2
-1
runtime/parsec/control/runtime_async.c
runtime/parsec/control/runtime_async.c
+2
-1
runtime/parsec/control/runtime_context.c
runtime/parsec/control/runtime_context.c
+2
-1
runtime/parsec/control/runtime_control.c
runtime/parsec/control/runtime_control.c
+2
-1
runtime/parsec/control/runtime_descriptor.c
runtime/parsec/control/runtime_descriptor.c
+2
-1
runtime/parsec/control/runtime_options.c
runtime/parsec/control/runtime_options.c
+2
-1
runtime/parsec/control/runtime_profiling.c
runtime/parsec/control/runtime_profiling.c
+2
-1
runtime/parsec/control/runtime_zlocality.c
runtime/parsec/control/runtime_zlocality.c
+2
-1
runtime/parsec/control/runtime_zprofiling.c
runtime/parsec/control/runtime_zprofiling.c
+2
-1
runtime/parsec/include/chameleon_parsec.h
runtime/parsec/include/chameleon_parsec.h
+2
-0
runtime/quark/CMakeLists.txt
runtime/quark/CMakeLists.txt
+2
-1
runtime/quark/codelets/codelet_zasum.c
runtime/quark/codelets/codelet_zasum.c
+2
-1
runtime/quark/codelets/codelet_zaxpy.c
runtime/quark/codelets/codelet_zaxpy.c
+2
-1
runtime/quark/codelets/codelet_zbuild.c
runtime/quark/codelets/codelet_zbuild.c
+2
-1
runtime/quark/codelets/codelet_zgeadd.c
runtime/quark/codelets/codelet_zgeadd.c
+2
-1
runtime/quark/codelets/codelet_zgelqt.c
runtime/quark/codelets/codelet_zgelqt.c
+2
-1
runtime/quark/codelets/codelet_zgemm.c
runtime/quark/codelets/codelet_zgemm.c
+2
-1
runtime/quark/codelets/codelet_zgeqrt.c
runtime/quark/codelets/codelet_zgeqrt.c
+2
-1
runtime/quark/codelets/codelet_zgessm.c
runtime/quark/codelets/codelet_zgessm.c
+2
-1
runtime/quark/codelets/codelet_zgessq.c
runtime/quark/codelets/codelet_zgessq.c
+2
-1
runtime/quark/codelets/codelet_zgetrf.c
runtime/quark/codelets/codelet_zgetrf.c
+2
-1
runtime/quark/codelets/codelet_zgetrf_incpiv.c
runtime/quark/codelets/codelet_zgetrf_incpiv.c
+2
-1
runtime/quark/codelets/codelet_zgetrf_nopiv.c
runtime/quark/codelets/codelet_zgetrf_nopiv.c
+2
-1
runtime/quark/codelets/codelet_zhe2ge.c
runtime/quark/codelets/codelet_zhe2ge.c
+2
-1
runtime/quark/codelets/codelet_zhemm.c
runtime/quark/codelets/codelet_zhemm.c
+2
-1
runtime/quark/codelets/codelet_zher2k.c
runtime/quark/codelets/codelet_zher2k.c
+2
-1
runtime/quark/codelets/codelet_zherfb.c
runtime/quark/codelets/codelet_zherfb.c
+2
-1
runtime/quark/codelets/codelet_zherk.c
runtime/quark/codelets/codelet_zherk.c
+2
-1
runtime/quark/codelets/codelet_zhessq.c
runtime/quark/codelets/codelet_zhessq.c
+2
-1
runtime/quark/codelets/codelet_zlacpy.c
runtime/quark/codelets/codelet_zlacpy.c
+2
-1
runtime/quark/codelets/codelet_zlag2c.c
runtime/quark/codelets/codelet_zlag2c.c
+2
-1
runtime/quark/codelets/codelet_zlange.c
runtime/quark/codelets/codelet_zlange.c
+2
-1
runtime/quark/codelets/codelet_zlanhe.c
runtime/quark/codelets/codelet_zlanhe.c
+2
-1
runtime/quark/codelets/codelet_zlansy.c
runtime/quark/codelets/codelet_zlansy.c
+2
-1
runtime/quark/codelets/codelet_zlantr.c
runtime/quark/codelets/codelet_zlantr.c
+2
-1
runtime/quark/codelets/codelet_zlascal.c
runtime/quark/codelets/codelet_zlascal.c
+2
-1
runtime/quark/codelets/codelet_zlaset.c
runtime/quark/codelets/codelet_zlaset.c
+2
-1
runtime/quark/codelets/codelet_zlaset2.c
runtime/quark/codelets/codelet_zlaset2.c
+2
-1
runtime/quark/codelets/codelet_zlatro.c
runtime/quark/codelets/codelet_zlatro.c
+2
-1
runtime/quark/codelets/codelet_zlauum.c
runtime/quark/codelets/codelet_zlauum.c
+2
-1
runtime/quark/codelets/codelet_zpamm.c
runtime/quark/codelets/codelet_zpamm.c
+2
-1
runtime/quark/codelets/codelet_zplghe.c
runtime/quark/codelets/codelet_zplghe.c
+2
-1
runtime/quark/codelets/codelet_zplgsy.c
runtime/quark/codelets/codelet_zplgsy.c
+2
-1
runtime/quark/codelets/codelet_zplrnt.c
runtime/quark/codelets/codelet_zplrnt.c
+2
-1
runtime/quark/codelets/codelet_zplssq.c
runtime/quark/codelets/codelet_zplssq.c
+2
-1
runtime/quark/codelets/codelet_zpotrf.c
runtime/quark/codelets/codelet_zpotrf.c
+2
-1
runtime/quark/codelets/codelet_zssssm.c
runtime/quark/codelets/codelet_zssssm.c
+2
-1
runtime/quark/codelets/codelet_zsymm.c
runtime/quark/codelets/codelet_zsymm.c
+2
-1
runtime/quark/codelets/codelet_zsyr2k.c
runtime/quark/codelets/codelet_zsyr2k.c
+2
-1
runtime/quark/codelets/codelet_zsyrk.c
runtime/quark/codelets/codelet_zsyrk.c
+2
-1
runtime/quark/codelets/codelet_zsyssq.c
runtime/quark/codelets/codelet_zsyssq.c
+2
-1
runtime/quark/codelets/codelet_zsytrf_nopiv.c
runtime/quark/codelets/codelet_zsytrf_nopiv.c
+2
-1
runtime/quark/codelets/codelet_ztile_zero.c
runtime/quark/codelets/codelet_ztile_zero.c
+2
-1
runtime/quark/codelets/codelet_ztplqt.c
runtime/quark/codelets/codelet_ztplqt.c
+2
-1
runtime/quark/codelets/codelet_ztpmlqt.c
runtime/quark/codelets/codelet_ztpmlqt.c
+2
-1
runtime/quark/codelets/codelet_ztpmqrt.c
runtime/quark/codelets/codelet_ztpmqrt.c
+2
-1
runtime/quark/codelets/codelet_ztpqrt.c
runtime/quark/codelets/codelet_ztpqrt.c
+2
-1
runtime/quark/codelets/codelet_ztradd.c
runtime/quark/codelets/codelet_ztradd.c
+2
-1
runtime/quark/codelets/codelet_ztrasm.c
runtime/quark/codelets/codelet_ztrasm.c
+2
-1
runtime/quark/codelets/codelet_ztrmm.c
runtime/quark/codelets/codelet_ztrmm.c
+2
-1
runtime/quark/codelets/codelet_ztrsm.c
runtime/quark/codelets/codelet_ztrsm.c
+2
-1
runtime/quark/codelets/codelet_ztrssq.c
runtime/quark/codelets/codelet_ztrssq.c
+2
-1
runtime/quark/codelets/codelet_ztrtri.c
runtime/quark/codelets/codelet_ztrtri.c
+2
-1
runtime/quark/codelets/codelet_ztslqt.c
runtime/quark/codelets/codelet_ztslqt.c
+2
-1
runtime/quark/codelets/codelet_ztsmlq.c
runtime/quark/codelets/codelet_ztsmlq.c
+2
-1
runtime/quark/codelets/codelet_ztsmlq_hetra1.c
runtime/quark/codelets/codelet_ztsmlq_hetra1.c
+2
-1
runtime/quark/codelets/codelet_ztsmqr.c
runtime/quark/codelets/codelet_ztsmqr.c
+2
-1
runtime/quark/codelets/codelet_ztsmqr_hetra1.c
runtime/quark/codelets/codelet_ztsmqr_hetra1.c
+2
-1
runtime/quark/codelets/codelet_ztsqrt.c
runtime/quark/codelets/codelet_ztsqrt.c
+2
-1
runtime/quark/codelets/codelet_ztstrf.c
runtime/quark/codelets/codelet_ztstrf.c
+2
-1
runtime/quark/codelets/codelet_zttlqt.c
runtime/quark/codelets/codelet_zttlqt.c
+2
-1
runtime/quark/codelets/codelet_zttmlq.c
runtime/quark/codelets/codelet_zttmlq.c
+2
-1
runtime/quark/codelets/codelet_zttmqr.c
runtime/quark/codelets/codelet_zttmqr.c
+2
-1
runtime/quark/codelets/codelet_zttqrt.c
runtime/quark/codelets/codelet_zttqrt.c
+2
-1
runtime/quark/codelets/codelet_zunmlq.c
runtime/quark/codelets/codelet_zunmlq.c
+2
-1
runtime/quark/codelets/codelet_zunmqr.c
runtime/quark/codelets/codelet_zunmqr.c
+2
-1
runtime/quark/control/runtime_async.c
runtime/quark/control/runtime_async.c
+2
-1
runtime/quark/control/runtime_context.c
runtime/quark/control/runtime_context.c
+2
-1
runtime/quark/control/runtime_control.c
runtime/quark/control/runtime_control.c
+2
-1
runtime/quark/control/runtime_descriptor.c
runtime/quark/control/runtime_descriptor.c
+2
-1
runtime/quark/control/runtime_options.c
runtime/quark/control/runtime_options.c
+2
-1
runtime/quark/control/runtime_profiling.c
runtime/quark/control/runtime_profiling.c
+2
-1
runtime/quark/control/runtime_zlocality.c
runtime/quark/control/runtime_zlocality.c
+2
-1
runtime/quark/control/runtime_zprofiling.c
runtime/quark/control/runtime_zprofiling.c
+2
-1
runtime/quark/include/chameleon_quark.h
runtime/quark/include/chameleon_quark.h
+2
-1
runtime/quark/include/core_blas_dag.h
runtime/quark/include/core_blas_dag.h
+2
-1
runtime/starpu/CMakeLists.txt
runtime/starpu/CMakeLists.txt
+2
-1
runtime/starpu/codelets/codelet_zasum.c
runtime/starpu/codelets/codelet_zasum.c
+2
-1
runtime/starpu/codelets/codelet_zaxpy.c
runtime/starpu/codelets/codelet_zaxpy.c
+2
-1
runtime/starpu/codelets/codelet_zbuild.c
runtime/starpu/codelets/codelet_zbuild.c
+2
-1
runtime/starpu/codelets/codelet_zcallback.c
runtime/starpu/codelets/codelet_zcallback.c
+2
-1
runtime/starpu/codelets/codelet_zgeadd.c
runtime/starpu/codelets/codelet_zgeadd.c
+2
-1
runtime/starpu/codelets/codelet_zgelqt.c
runtime/starpu/codelets/codelet_zgelqt.c
+2
-1
runtime/starpu/codelets/codelet_zgemm.c
runtime/starpu/codelets/codelet_zgemm.c
+2
-1
runtime/starpu/codelets/codelet_zgeqrt.c
runtime/starpu/codelets/codelet_zgeqrt.c
+2
-1
runtime/starpu/codelets/codelet_zgessm.c
runtime/starpu/codelets/codelet_zgessm.c
+2
-1
runtime/starpu/codelets/codelet_zgessq.c
runtime/starpu/codelets/codelet_zgessq.c
+2
-1
runtime/starpu/codelets/codelet_zgetrf.c
runtime/starpu/codelets/codelet_zgetrf.c
+2
-1
runtime/starpu/codelets/codelet_zgetrf_incpiv.c
runtime/starpu/codelets/codelet_zgetrf_incpiv.c
+2
-1
runtime/starpu/codelets/codelet_zgetrf_nopiv.c
runtime/starpu/codelets/codelet_zgetrf_nopiv.c
+2
-1
runtime/starpu/codelets/codelet_zhe2ge.c
runtime/starpu/codelets/codelet_zhe2ge.c
+2
-1
runtime/starpu/codelets/codelet_zhemm.c
runtime/starpu/codelets/codelet_zhemm.c
+2
-1
runtime/starpu/codelets/codelet_zher2k.c
runtime/starpu/codelets/codelet_zher2k.c
+2
-1
runtime/starpu/codelets/codelet_zherfb.c
runtime/starpu/codelets/codelet_zherfb.c
+2
-1
runtime/starpu/codelets/codelet_zherk.c
runtime/starpu/codelets/codelet_zherk.c
+2
-1
runtime/starpu/codelets/codelet_zhessq.c
runtime/starpu/codelets/codelet_zhessq.c
+2
-1
runtime/starpu/codelets/codelet_zlacpy.c
runtime/starpu/codelets/codelet_zlacpy.c
+2
-1
runtime/starpu/codelets/codelet_zlag2c.c
runtime/starpu/codelets/codelet_zlag2c.c
+2
-1
runtime/starpu/codelets/codelet_zlange.c
runtime/starpu/codelets/codelet_zlange.c
+2
-1
runtime/starpu/codelets/codelet_zlanhe.c
runtime/starpu/codelets/codelet_zlanhe.c
+2
-1
runtime/starpu/codelets/codelet_zlansy.c
runtime/starpu/codelets/codelet_zlansy.c
+2
-1
runtime/starpu/codelets/codelet_zlantr.c
runtime/starpu/codelets/codelet_zlantr.c
+2
-1
runtime/starpu/codelets/codelet_zlascal.c
runtime/starpu/codelets/codelet_zlascal.c
+2
-1
runtime/starpu/codelets/codelet_zlaset.c
runtime/starpu/codelets/codelet_zlaset.c
+2
-1
runtime/starpu/codelets/codelet_zlaset2.c
runtime/starpu/codelets/codelet_zlaset2.c
+2
-1
runtime/starpu/codelets/codelet_zlatro.c
runtime/starpu/codelets/codelet_zlatro.c
+2
-1
runtime/starpu/codelets/codelet_zlauum.c
runtime/starpu/codelets/codelet_zlauum.c
+2
-1
runtime/starpu/codelets/codelet_zplghe.c
runtime/starpu/codelets/codelet_zplghe.c
+2
-1
runtime/starpu/codelets/codelet_zplgsy.c
runtime/starpu/codelets/codelet_zplgsy.c
+2
-1
runtime/starpu/codelets/codelet_zplrnt.c
runtime/starpu/codelets/codelet_zplrnt.c
+2
-1
runtime/starpu/codelets/codelet_zplssq.c
runtime/starpu/codelets/codelet_zplssq.c
+2
-1
runtime/starpu/codelets/codelet_zpotrf.c
runtime/starpu/codelets/codelet_zpotrf.c
+2
-1
runtime/starpu/codelets/codelet_zssssm.c
runtime/starpu/codelets/codelet_zssssm.c
+2
-1
runtime/starpu/codelets/codelet_zsymm.c
runtime/starpu/codelets/codelet_zsymm.c
+2
-1
runtime/starpu/codelets/codelet_zsyr2k.c
runtime/starpu/codelets/codelet_zsyr2k.c
+2
-1
runtime/starpu/codelets/codelet_zsyrk.c
runtime/starpu/codelets/codelet_zsyrk.c
+2
-1
runtime/starpu/codelets/codelet_zsyssq.c
runtime/starpu/codelets/codelet_zsyssq.c
+2
-1
runtime/starpu/codelets/codelet_zsytrf_nopiv.c
runtime/starpu/codelets/codelet_zsytrf_nopiv.c
+2
-1
runtime/starpu/codelets/codelet_ztile_zero.c
runtime/starpu/codelets/codelet_ztile_zero.c
+2
-1
runtime/starpu/codelets/codelet_ztplqt.c
runtime/starpu/codelets/codelet_ztplqt.c
+2
-1
runtime/starpu/codelets/codelet_ztpmlqt.c
runtime/starpu/codelets/codelet_ztpmlqt.c
+2
-1
runtime/starpu/codelets/codelet_ztpmqrt.c
runtime/starpu/codelets/codelet_ztpmqrt.c
+2
-1
runtime/starpu/codelets/codelet_ztpqrt.c
runtime/starpu/codelets/codelet_ztpqrt.c
+2
-1
runtime/starpu/codelets/codelet_ztradd.c
runtime/starpu/codelets/codelet_ztradd.c
+2
-1
runtime/starpu/codelets/codelet_ztrasm.c
runtime/starpu/codelets/codelet_ztrasm.c
+2
-1
runtime/starpu/codelets/codelet_ztrmm.c
runtime/starpu/codelets/codelet_ztrmm.c
+2
-1
runtime/starpu/codelets/codelet_ztrsm.c
runtime/starpu/codelets/codelet_ztrsm.c
+2
-1
runtime/starpu/codelets/codelet_ztrssq.c
runtime/starpu/codelets/codelet_ztrssq.c
+2
-1
runtime/starpu/codelets/codelet_ztrtri.c
runtime/starpu/codelets/codelet_ztrtri.c
+2
-1
runtime/starpu/codelets/codelet_ztslqt.c
runtime/starpu/codelets/codelet_ztslqt.c
+2
-1
runtime/starpu/codelets/codelet_ztsmlq.c
runtime/starpu/codelets/codelet_ztsmlq.c
+2
-1
runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
+2
-1
runtime/starpu/codelets/codelet_ztsmqr.c
runtime/starpu/codelets/codelet_ztsmqr.c
+2
-1
runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
+2
-1
runtime/starpu/codelets/codelet_ztsqrt.c
runtime/starpu/codelets/codelet_ztsqrt.c
+2
-1
runtime/starpu/codelets/codelet_ztstrf.c
runtime/starpu/codelets/codelet_ztstrf.c
+2
-1
runtime/starpu/codelets/codelet_zttlqt.c
runtime/starpu/codelets/codelet_zttlqt.c
+2
-1
runtime/starpu/codelets/codelet_zttmlq.c
runtime/starpu/codelets/codelet_zttmlq.c
+2
-1
runtime/starpu/codelets/codelet_zttmqr.c
runtime/starpu/codelets/codelet_zttmqr.c
+2
-1
runtime/starpu/codelets/codelet_zttqrt.c
runtime/starpu/codelets/codelet_zttqrt.c
+2
-1
runtime/starpu/codelets/codelet_zunmlq.c
runtime/starpu/codelets/codelet_zunmlq.c
+2
-1
runtime/starpu/codelets/codelet_zunmqr.c
runtime/starpu/codelets/codelet_zunmqr.c
+2
-1
runtime/starpu/control/runtime_async.c
runtime/starpu/control/runtime_async.c
+2
-1
runtime/starpu/control/runtime_context.c
runtime/starpu/control/runtime_context.c
+2
-1
runtime/starpu/control/runtime_control.c
runtime/starpu/control/runtime_control.c
+2
-1
runtime/starpu/control/runtime_descriptor.c
runtime/starpu/control/runtime_descriptor.c
+2
-1
runtime/starpu/control/runtime_options.c
runtime/starpu/control/runtime_options.c
+2
-1
runtime/starpu/control/runtime_profiling.c
runtime/starpu/control/runtime_profiling.c
+2
-1
runtime/starpu/control/runtime_workspace.c
runtime/starpu/control/runtime_workspace.c
+2
-1
runtime/starpu/control/runtime_zlocality.c
runtime/starpu/control/runtime_zlocality.c
+2
-1
runtime/starpu/control/runtime_zprofiling.c
runtime/starpu/control/runtime_zprofiling.c
+2
-1
runtime/starpu/include/chameleon_starpu.h.in
runtime/starpu/include/chameleon_starpu.h.in
+2
-1
runtime/starpu/include/runtime_codelet_profile.h
runtime/starpu/include/runtime_codelet_profile.h
+2
-1
runtime/starpu/include/runtime_codelet_z.h
runtime/starpu/include/runtime_codelet_z.h
+2
-1
runtime/starpu/include/runtime_codelets.h
runtime/starpu/include/runtime_codelets.h
+2
-1
runtime/starpu/include/runtime_profiling.h
runtime/starpu/include/runtime_profiling.h
+2
-1
runtime/starpu/include/runtime_workspace.h
runtime/starpu/include/runtime_workspace.h
+2
-1
simucore/CMakeLists.txt
simucore/CMakeLists.txt
+2
-1
testing/CMakeLists.txt
testing/CMakeLists.txt
+2
-1
testing/lin/CMakeLists.txt
testing/lin/CMakeLists.txt
+2
-1
testing/testing_zauxiliary.c
testing/testing_zauxiliary.c
+2
-1
testing/testing_zauxiliary.h
testing/testing_zauxiliary.h
+2
-1
testing/testing_zgeadd.c
testing/testing_zgeadd.c
+2
-1
testing/testing_zgels.c
testing/testing_zgels.c
+2
-1
testing/testing_zgels_hqr.c
testing/testing_zgels_hqr.c
+2
-1
testing/testing_zgels_systolic.c
testing/testing_zgels_systolic.c
+2
-1
testing/testing_zgemm.c
testing/testing_zgemm.c
+2
-1
testing/testing_zgeqrf_qdwh.c
testing/testing_zgeqrf_qdwh.c
+2
-1
testing/testing_zgesv_incpiv.c
testing/testing_zgesv_incpiv.c
+2
-1
testing/testing_zgesvd.c
testing/testing_zgesvd.c
+2
-1
testing/testing_zheevd.c
testing/testing_zheevd.c
+2
-1
testing/testing_zhemm.c
testing/testing_zhemm.c
+2
-1
testing/testing_zher2k.c
testing/testing_zher2k.c
+2
-1
testing/testing_zherk.c
testing/testing_zherk.c
+2
-1
testing/testing_zlange.c
testing/testing_zlange.c
+2
-1
testing/testing_zpemv.c
testing/testing_zpemv.c
+2
-1
testing/testing_zposv.c
testing/testing_zposv.c
+2
-1
testing/testing_zpotri.c
testing/testing_zpotri.c
+2
-1
testing/testing_zsymm.c
testing/testing_zsymm.c
+2
-1
testing/testing_zsyr2k.c
testing/testing_zsyr2k.c
+2
-1
testing/testing_zsyrk.c
testing/testing_zsyrk.c
+2
-1
testing/testing_ztrmm.c
testing/testing_ztrmm.c
+2
-1
testing/testing_ztrsm.c
testing/testing_ztrsm.c
+2
-1
timing/CMakeLists.txt
timing/CMakeLists.txt
+2
-1
timing/flops.h
timing/flops.h
+2
-1
timing/time_zgelqf.c
timing/time_zgelqf.c
+2
-0
timing/time_zgelqf_tile.c
timing/time_zgelqf_tile.c
+2
-0
timing/time_zgels.c
timing/time_zgels.c
+2
-0
timing/time_zgels_tile.c
timing/time_zgels_tile.c
+2
-0
timing/time_zgemm.c
timing/time_zgemm.c
+2
-0
timing/time_zgemm_tile.c
timing/time_zgemm_tile.c
+2
-0
timing/time_zgeqrf.c
timing/time_zgeqrf.c
+2
-0
timing/time_zgeqrf_hqr.c
timing/time_zgeqrf_hqr.c
+2
-1
timing/time_zgeqrf_hqr_tile.c
timing/time_zgeqrf_hqr_tile.c
+2
-1
timing/time_zgeqrf_tile.c
timing/time_zgeqrf_tile.c
+2
-0
timing/time_zgeqrs_tile.c
timing/time_zgeqrs_tile.c
+2
-0
timing/time_zgesv_incpiv.c
timing/time_zgesv_incpiv.c
+2
-0
timing/time_zgesv_incpiv_tile.c
timing/time_zgesv_incpiv_tile.c
+2
-0
timing/time_zgesv_nopiv.c
timing/time_zgesv_nopiv.c
+2
-0
timing/time_zgesv_nopiv_tile.c
timing/time_zgesv_nopiv_tile.c
+2
-0
timing/time_zgesvd_tile.c
timing/time_zgesvd_tile.c
+2
-0
timing/time_zgetrf_incpiv.c
timing/time_zgetrf_incpiv.c
+2
-0
timing/time_zgetrf_incpiv_tile.c
timing/time_zgetrf_incpiv_tile.c
+2
-0
timing/time_zgetrf_nopiv.c
timing/time_zgetrf_nopiv.c
+2
-0
timing/time_zgetrf_nopiv_tile.c
timing/time_zgetrf_nopiv_tile.c
+2
-0
timing/time_zgetri_tile.c
timing/time_zgetri_tile.c
+2
-0
timing/time_zgetrs_incpiv_tile.c
timing/time_zgetrs_incpiv_tile.c
+2
-0
timing/time_zgetrs_nopiv_tile.c
timing/time_zgetrs_nopiv_tile.c
+2
-0
timing/time_zheevd_tile.c
timing/time_zheevd_tile.c
+2
-0
timing/time_zlange.c
timing/time_zlange.c
+3
-1
timing/time_zlange_tile.c
timing/time_zlange_tile.c
+2
-0
timing/time_zposv.c
timing/time_zposv.c
+2
-0
timing/time_zposv_tile.c
timing/time_zposv_tile.c
+2
-0
timing/time_zpotrf.c
timing/time_zpotrf.c
+2
-0
timing/time_zpotrf_tile.c
timing/time_zpotrf_tile.c
+2
-0
timing/time_zpotri_tile.c
timing/time_zpotri_tile.c
+2
-0
timing/time_zpotrs_tile.c
timing/time_zpotrs_tile.c
+2
-0
timing/time_zsytrf_tile.c
timing/time_zsytrf_tile.c
+2
-0
timing/time_ztrsm.c
timing/time_ztrsm.c
+2
-0
timing/timing.c
timing/timing.c
+2
-1
timing/timing.h
timing/timing.h
+2
-0
timing/timing_zauxiliary.c
timing/timing_zauxiliary.c
+2
-0
timing/timing_zauxiliary.h
timing/timing_zauxiliary.h
+2
-0
No files found.
CMakeLists.txt
View file @
34b0b92a
###
#
# @file CMakeLists.txt
#
# @copyright 2009-2014 The University of Tennessee and The University of
# Tennessee Research Foundation. All rights reserved.
# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
...
...
@@ -7,7 +9,6 @@
#
###
#
# @file CMakeLists.txt
#
# @project CHAMELEON
# CHAMELEON is a software package provided by:
...
...
LICENCE.txt
View file @
34b0b92a
###
#
# @file LICENCE.txt
#
# @copyright 2009-2014 The University of Tennessee and The University of
# Tennessee Research Foundation. All rights reserved.
# @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
...
...
cmake_modules/GenPkgConfig.cmake
View file @
34b0b92a
###
#
# @file GenPkgConfig.cmake
#
# @copyright 2009-2014 The University of Tennessee and The University of
# Tennessee Research Foundation. All rights reserved.
# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
...
...
@@ -7,7 +9,6 @@
#
###
#
# @file GenPkgConfig.cmake
#
# @project MORSE
# MORSE is a software package provided by:
...
...
cmake_modules/PrintOpts.cmake
View file @
34b0b92a
###
#
# @file PrintOpts.cmake
#
# @copyright 2009-2014 The University of Tennessee and The University of
# Tennessee Research Foundation. All rights reserved.
# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
...
...
@@ -7,7 +9,6 @@
#
###
#
# @file PrintOpts.cmake
#
# @project MORSE
# MORSE is a software package provided by:
...
...
compute/CMakeLists.txt
View file @
34b0b92a
###
#
# @file CMakeLists.txt
#
# @copyright 2009-2014 The University of Tennessee and The University of
# Tennessee Research Foundation. All rights reserved.
# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
...
...
@@ -7,7 +9,6 @@
#
###
#
# @file CMakeLists.txt
#
# @project MORSE
# MORSE is a software package provided by:
...
...
compute/pzbuild.c
View file @
34b0b92a
/**
*
* @file pzbuild.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzbuild.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzgebrd_ge2gb.c
View file @
34b0b92a
/**
*
* @file pzgebrd_ge2gb.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzgebrd_ge2gb.c
*
* PLASMA auxiliary routines
* PLASMA is a software package provided by Univ. of Tennessee,
...
...
compute/pzgelqf.c
View file @
34b0b92a
/**
*
* @file pzgelqf.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzgelqf.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzgelqf_param.c
View file @
34b0b92a
/**
*
* @file pzgelqf_param.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzgelqf_param.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzgelqfrh.c
View file @
34b0b92a
/**
*
* @file pzgelqfrh.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzgelqfrh.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzgemm.c
View file @
34b0b92a
/**
*
* @file pzgemm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzgemm.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzgeqrf.c
View file @
34b0b92a
/**
*
* @file pzgeqrf.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzgeqrf.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzgeqrf_param.c
View file @
34b0b92a
/**
*
* @file pzgeqrf_param.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzgeqrf_param.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzgeqrfrh.c
View file @
34b0b92a
/**
*
* @file pzgeqrfrh.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzgeqrfrh.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzgetrf_incpiv.c
View file @
34b0b92a
/**
*
* @file pzgetrf_incpiv.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzgetrf_incpiv.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzgetrf_nopiv.c
View file @
34b0b92a
/**
*
* @file pzgetrf_nopiv.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzgetrf_nopiv.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzhemm.c
View file @
34b0b92a
/**
*
* @file pzhemm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzhemm.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzher2k.c
View file @
34b0b92a
/**
*
* @file pzher2k.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzher2k.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzherk.c
View file @
34b0b92a
/**
*
* @file pzherk.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzherk.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzhetrd_he2hb.c
View file @
34b0b92a
/**
*
* @file pzhetrd_he2hb.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzhetrd_he2hb.c
*
* PLASMA auxiliary routines
* PLASMA is a software package provided by Univ. of Tennessee,
...
...
compute/pzlacpy.c
View file @
34b0b92a
/**
*
* @file pzlacpy.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzlacpy.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzlag2c.c
View file @
34b0b92a
/**
*
* @file pzlag2c.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzlag2c.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzlange.c
View file @
34b0b92a
/**
*
* @file pzlange.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzlange.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
...
...
compute/pzlanhe.c
View file @
34b0b92a
/**
*
* @file pzlanhe.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzlanhe.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
...
...
compute/pzlansy.c
View file @
34b0b92a
/**
*
* @file pzlansy.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzlansy.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
...
...
compute/pzlantr.c
View file @
34b0b92a
/**
*
* @file pzlantr.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzlantr.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
...
...
compute/pzlascal.c
View file @
34b0b92a
/**
*
* @file pzlascal.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzlascal.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzlaset.c
View file @
34b0b92a
/**
*
* @file pzlaset.c
*
* @copyright 2009-2014 The University of Tennessee and The University of