mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix include guard comments
This commit is contained in:
@@ -349,4 +349,4 @@ bool SkylineInplaceLU<MatrixType>::solve(const MatrixBase<BDerived> &b, MatrixBa
|
|||||||
|
|
||||||
} // end namespace Eigen
|
} // end namespace Eigen
|
||||||
|
|
||||||
#endif // EIGEN_SKYLINELU_H
|
#endif // EIGEN_SKYLINEINPLACELU_H
|
||||||
|
|||||||
@@ -859,4 +859,4 @@ protected:
|
|||||||
|
|
||||||
} // end namespace Eigen
|
} // end namespace Eigen
|
||||||
|
|
||||||
#endif // EIGEN_SkylineMatrix_H
|
#endif // EIGEN_SKYLINEMATRIX_H
|
||||||
|
|||||||
@@ -209,4 +209,4 @@ protected:
|
|||||||
|
|
||||||
} // end namespace Eigen
|
} // end namespace Eigen
|
||||||
|
|
||||||
#endif // EIGEN_SkylineMatrixBase_H
|
#endif // EIGEN_SKYLINEMATRIXBASE_H
|
||||||
|
|||||||
@@ -256,4 +256,4 @@ public:
|
|||||||
|
|
||||||
} // end namespace Eigen
|
} // end namespace Eigen
|
||||||
|
|
||||||
#endif // EIGEN_COMPRESSED_STORAGE_H
|
#endif // EIGEN_SKYLINE_STORAGE_H
|
||||||
|
|||||||
Reference in New Issue
Block a user