HomeSort by relevance Sort by last modified time
    Searched refs:logAbsDeterminant (Results 1 - 6 of 6) sorted by null

  /external/eigen/test/
qr.cpp 84 VERIFY_IS_APPROX(internal::log(absdet), qr.logAbsDeterminant());
96 VERIFY_RAISES_ASSERT(qr.logAbsDeterminant())
qr_colpivoting.cpp 103 VERIFY_IS_APPROX(internal::log(absdet), qr.logAbsDeterminant());
120 VERIFY_RAISES_ASSERT(qr.logAbsDeterminant())
qr_fullpivoting.cpp 86 VERIFY_IS_APPROX(internal::log(absdet), qr.logAbsDeterminant());
103 VERIFY_RAISES_ASSERT(qr.logAbsDeterminant())
  /external/eigen/Eigen/src/QR/
HouseholderQR.h 142 * 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
ColPivHouseholderQR.h 156 * 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
FullPivHouseholderQR.h 176 * 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

Completed in 73 milliseconds