mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #998: Started fixing doxygen warnings
This commit is contained in:
@@ -792,10 +792,8 @@ class SparseMatrix
|
||||
std::free(m_innerNonZeros);
|
||||
}
|
||||
|
||||
#ifndef EIGEN_PARSED_BY_DOXYGEN
|
||||
/** Overloaded for performance */
|
||||
Scalar sum() const;
|
||||
#endif
|
||||
|
||||
# ifdef EIGEN_SPARSEMATRIX_PLUGIN
|
||||
# include EIGEN_SPARSEMATRIX_PLUGIN
|
||||
|
||||
@@ -11,7 +11,10 @@
|
||||
#ifndef EIGEN_SPARSE_TRIANGULARVIEW_H
|
||||
#define EIGEN_SPARSE_TRIANGULARVIEW_H
|
||||
|
||||
namespace Eigen {
|
||||
#ifndef EIGEN_PARSED_BY_DOXYGEN
|
||||
// Doxygen gets confused with template specialization:
|
||||
// https://bugzilla.gnome.org/show_bug.cgi?id=406027
|
||||
namespace Eigen {
|
||||
|
||||
template<typename MatrixType, unsigned int Mode> class TriangularViewImpl<MatrixType,Mode,Sparse>
|
||||
: public SparseMatrixBase<TriangularView<MatrixType,Mode> >
|
||||
@@ -275,4 +278,6 @@ SparseMatrixBase<Derived>::triangularView() const
|
||||
|
||||
} // end namespace Eigen
|
||||
|
||||
#endif // not EIGEN_PARSED_BY_DOXYGEN
|
||||
|
||||
#endif // EIGEN_SPARSE_TRIANGULARVIEW_H
|
||||
|
||||
Reference in New Issue
Block a user