SVD::solve() : port to new API and improvements

This commit is contained in:
Benoit Jacob
2009-10-30 08:51:33 -04:00
parent 6b48e932e9
commit f975b9bd3e
3 changed files with 89 additions and 41 deletions

View File

@@ -200,7 +200,7 @@ template<typename MatrixType> class FullPivLU
return ei_fullpivlu_image_impl<MatrixType>(*this, originalMatrix.derived());
}
/** This method returns a solution x to the equation Ax=b, where A is the matrix of which
/** \return a solution x to the equation Ax=b, where A is the matrix of which
* *this is the LU decomposition.
*
* \param b the right-hand-side of the equation to solve. Can be a vector or a matrix,