mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
fix some search-and-replace damage
This commit is contained in:
parent
e093b43b2c
commit
e057beee4e
@ -22,10 +22,10 @@
|
|||||||
// License and a copy of the GNU General Public License along with
|
// License and a copy of the GNU General Public License along with
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#ifndef EIGEN_HouseholderQR_H
|
#ifndef EIGEN_QR_H
|
||||||
#define EIGEN_HouseholderQR_H
|
#define EIGEN_QR_H
|
||||||
|
|
||||||
/** \ingroup HouseholderQR_Module
|
/** \ingroup QR_Module
|
||||||
* \nonstableyet
|
* \nonstableyet
|
||||||
*
|
*
|
||||||
* \class HouseholderQR
|
* \class HouseholderQR
|
||||||
@ -230,4 +230,4 @@ MatrixBase<Derived>::householderQr() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // EIGEN_HouseholderQR_H
|
#endif // EIGEN_QR_H
|
||||||
|
Loading…
Reference in New Issue
Block a user