WPILibC++ 2023.4.3-108-ge5452e3
HouseholderQR.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::traits< HouseholderQR< _MatrixType > >
 
class  Eigen::HouseholderQR< _MatrixType >
 Householder QR decomposition of a matrix. More...
 
struct  Eigen::internal::householder_qr_inplace_blocked< MatrixQR, HCoeffs, MatrixQRScalar, InnerStrideIsOne >
 

Namespaces

namespace  Eigen
 Namespace containing all symbols from the Eigen library.
 
namespace  Eigen::internal
 

Functions

template<typename MatrixQR , typename HCoeffs >
void Eigen::internal::householder_qr_inplace_unblocked (MatrixQR &mat, HCoeffs &hCoeffs, typename MatrixQR::Scalar *tempData=0)