OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matrixQR
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h
133
const MatrixType&
matrixQR
() const
473
c.applyOnTheLeft(householderSequence(dec().
matrixQR
(), dec().hCoeffs())
478
dec().
matrixQR
()
486
= dec().
matrixQR
()
HouseholderQR.h
125
const MatrixType&
matrixQR
() const
192
template<typename
MatrixQR
, typename HCoeffs>
193
void householder_qr_inplace_unblocked(
MatrixQR
& mat, HCoeffs& hCoeffs, typename
MatrixQR
::Scalar* tempData = 0)
195
typedef typename
MatrixQR
::Index Index;
196
typedef typename
MatrixQR
::Scalar Scalar;
197
typedef typename
MatrixQR
::RealScalar RealScalar;
204
typedef Matrix<Scalar,
MatrixQR
::ColsAtCompileTime,1> TempType;
228
template<typename
MatrixQR
, typename HCoeffs>
229
void householder_qr_inplace_blocked(
MatrixQR
& mat, HCoeffs& hCoeffs
[
all
...]
FullPivHouseholderQR.h
147
const MatrixType&
matrixQR
() const
487
.applyHouseholderOnTheLeft(dec().
matrixQR
().col(k).tail(remainingSize-1),
502
dec().
matrixQR
()
Completed in 65 milliseconds