mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix all the doxygen warnings.
This commit is contained in:
@@ -30,15 +30,15 @@
|
||||
#ifndef SPARSELU_COLUMN_DFS_H
|
||||
#define SPARSELU_COLUMN_DFS_H
|
||||
|
||||
template <typename Scalar, typename StorageIndex>
|
||||
class SparseLUImpl;
|
||||
// IWYU pragma: private
|
||||
#include "./InternalHeaderCheck.h"
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
namespace internal {
|
||||
|
||||
template <typename Scalar, typename StorageIndex>
|
||||
class SparseLUImpl;
|
||||
|
||||
template <typename IndexVector, typename ScalarVector>
|
||||
struct column_dfs_traits : no_assignment_operator {
|
||||
typedef typename ScalarVector::Scalar Scalar;
|
||||
|
||||
Reference in New Issue
Block a user