Searched refs:logAbsDeterminant (Results 1 - 6 of 6) sorted by relevance

/external/eigen/test/
H A Dqr_fullpivoting.cpp86 VERIFY_IS_APPROX(internal::log(absdet), qr.logAbsDeterminant());
103 VERIFY_RAISES_ASSERT(qr.logAbsDeterminant())
H A Dqr.cpp84 VERIFY_IS_APPROX(internal::log(absdet), qr.logAbsDeterminant());
96 VERIFY_RAISES_ASSERT(qr.logAbsDeterminant())
H A Dqr_colpivoting.cpp103 VERIFY_IS_APPROX(internal::log(absdet), qr.logAbsDeterminant());
120 VERIFY_RAISES_ASSERT(qr.logAbsDeterminant())
/external/eigen/Eigen/src/QR/
H A DHouseholderQR.h142 * One way to work around that is to use logAbsDeterminant() instead.
144 * \sa logAbsDeterminant(), MatrixBase::determinant()
160 typename MatrixType::RealScalar logAbsDeterminant() const;
182 typename MatrixType::RealScalar HouseholderQR<MatrixType>::logAbsDeterminant() const function in class:Eigen::HouseholderQR
H A DColPivHouseholderQR.h156 * One way to work around that is to use logAbsDeterminant() instead.
158 * \sa logAbsDeterminant(), MatrixBase::determinant()
174 typename MatrixType::RealScalar logAbsDeterminant() const;
351 typename MatrixType::RealScalar ColPivHouseholderQR<MatrixType>::logAbsDeterminant() const function in class:Eigen::ColPivHouseholderQR
H A DFullPivHouseholderQR.h176 * One way to work around that is to use logAbsDeterminant() instead.
178 * \sa logAbsDeterminant(), MatrixBase::determinant()
194 typename MatrixType::RealScalar logAbsDeterminant() const;
371 typename MatrixType::RealScalar FullPivHouseholderQR<MatrixType>::logAbsDeterminant() const function in class:Eigen::FullPivHouseholderQR

Completed in 49 milliseconds