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

  /external/eigen/Eigen/src/QR/
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
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
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 79 milliseconds