File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
module_container/base/third_party Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments