From 2632b3446cf687e9e3feff2850d53f7928837474 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 9 Oct 2015 12:10:58 +0200 Subject: Improve documentation of TriangularView. --- Eigen/src/Core/SolveTriangular.h | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'Eigen/src/Core/SolveTriangular.h') diff --git a/Eigen/src/Core/SolveTriangular.h b/Eigen/src/Core/SolveTriangular.h index ded42e0e8..f8bb4b314 100644 --- a/Eigen/src/Core/SolveTriangular.h +++ b/Eigen/src/Core/SolveTriangular.h @@ -161,13 +161,6 @@ struct triangular_solver_selector { * TriangularView methods ***************************************************************************/ -/** "in-place" version of TriangularView::solve() where the result is written in \a other - * - * \warning The parameter is only marked 'const' to make the C++ compiler accept a temporary expression here. - * This function will const_cast it, so constness isn't honored here. - * - * See TriangularView:solve() for the details. - */ template template void TriangularViewImpl::solveInPlace(const MatrixBase& _other) const @@ -188,27 +181,6 @@ void TriangularViewImpl::solveInPlace(const MatrixBase template const internal::triangular_solve_retval,Other> -- cgit v1.2.3