Skip to content

Commit 74cbdea

Browse files
committed
Update docs for LAPACK connector API files
1 parent afb4b2c commit 74cbdea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

source/source_base/module_container/base/third_party/lapack.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* @file lapack.h
33
* @brief This is a direct wrapper of some LAPACK routines.
4-
* Direct wrapping of standard LAPACK routines. (column major, fortran style)
4+
* \b Column-Major version.
5+
* Direct wrapping of standard LAPACK routines. (Column-Major, fortran style)
6+
*
7+
* @warning For Row-major version, please refer to \c source/source_base/module_external/lapack_connector.h.
58
*
69
* @note
710
* Some slight modification are made to fit the C++ style for overloading purpose.

source/source_base/module_external/lapack_connector.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
* @file lapack_connector.h
33
*
44
* @brief This is a wrapper of some LAPACK routines.
5+
* \b Row-Major version.
56
*
67
* @warning MAY BE DEPRECATED IN THE FUTURE.
8+
* @warning For Column-major version, please refer to \c source/source_base/module_container/base/third_party/lapack.h.
79
*
810
* @note
911
* !!! Note that

0 commit comments

Comments
 (0)