mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Comment cleanup v3: trailing ??, informal language, FIXME/TODO colons
libeigen/eigen!2197 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -633,7 +633,7 @@ bool MatrixBase<Derived>::isLowerTriangular(const RealScalar& prec) const {
|
||||
|
||||
namespace internal {
|
||||
|
||||
// TODO currently a triangular expression has the form TriangularView<.,.>
|
||||
// TODO: currently a triangular expression has the form TriangularView<.,.>
|
||||
// in the future triangular-ness should be defined by the expression traits
|
||||
// such that Transpose<TriangularView<.,.> > is valid. (currently TriangularBase::transpose() is overloaded to make
|
||||
// it work)
|
||||
|
||||
Reference in New Issue
Block a user