Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
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
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
150 additions
and
74 deletions
+150
-74
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
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
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzlaset.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzlaset2.c
View file @
34b0b92a
/**
*
* @file pzlaset2.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzlaset2.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzlauum.c
View file @
34b0b92a
/**
*
* @file pzlauum.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzlauum.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzplghe.c
View file @
34b0b92a
/**
*
* @file pzplghe.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzplghe.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzplgsy.c
View file @
34b0b92a
/**
*
* @file pzplgsy.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzplgsy.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzplrnt.c
View file @
34b0b92a
/**
*
* @file pzplrnt.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzplrnt.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzpotrf.c
View file @
34b0b92a
/**
*
* @file pzpotrf.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzpotrf.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzpotrimm.c
View file @
34b0b92a
/**
*
* @file pzpotrimm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzpotrimm.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzsymm.c
View file @
34b0b92a
/**
*
* @file pzsymm.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzsymm.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzsyr2k.c
View file @
34b0b92a
/**
*
* @file pzsyr2k.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzsyr2k.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzsyrk.c
View file @
34b0b92a
/**
*
* @file pzsyrk.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzsyrk.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pzsytrf.c
View file @
34b0b92a
/**
*
* @file pzsytrf.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pzsytrf.c
*
* MORSE auxiliary routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pztile2band.c
View file @
34b0b92a
/**
*
* @file pztile2band.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pztile2band.c
*
* PLASMA auxiliary routines
* PLASMA is a software package provided by Univ. of Tennessee,
...
...
compute/pztpgqrt.c
View file @
34b0b92a
/**
*
* @file pztpgqrt.c
*
* @copyright 2009-2016 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -8,7 +10,6 @@
*
***
*
* @file pztpgqrt.c
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pztpqrt.c
View file @
34b0b92a
/**
*
* @file pztpqrt.c
*
* @copyright 2009-2016 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -8,7 +10,6 @@
*
***
*
* @file pztpqrt.c
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
...
...
compute/pztradd.c
View file @
34b0b92a
/**
*
* @file pztradd.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
...
...
@@ -7,7 +9,6 @@
*
***
*
* @file pztradd.c