mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
SVD::solve() : port to new API and improvements
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user