mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix ~40 typos found by codespell across the codebase
libeigen/eigen!2181 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -170,9 +170,9 @@ class ComplexQZ {
|
||||
template <typename SparseMatrixType_>
|
||||
void computeSparse(const SparseMatrixType_& A, const SparseMatrixType_& B, bool computeQZ = true);
|
||||
|
||||
/** \brief Reports whether the last computation was successfull.
|
||||
/** \brief Reports whether the last computation was successful.
|
||||
*
|
||||
* \returns \c Success if computation was successfull, \c NoConvergence otherwise.
|
||||
* \returns \c Success if computation was successful, \c NoConvergence otherwise.
|
||||
*/
|
||||
ComputationInfo info() const { return m_info; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user