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

  /external/eigen/Eigen/src/QR/
HouseholderQR.h 162 * One way to work around that is to use logAbsDeterminant() instead.
164 * \sa logAbsDeterminant(), MatrixBase::determinant()
180 typename MatrixType::RealScalar logAbsDeterminant() const;
208 typename MatrixType::RealScalar HouseholderQR<MatrixType>::logAbsDeterminant() const
ColPivHouseholderQR.h 195 * One way to work around that is to use logAbsDeterminant() instead.
197 * \sa logAbsDeterminant(), MatrixBase::determinant()
213 typename MatrixType::RealScalar logAbsDeterminant() const;
409 typename MatrixType::RealScalar ColPivHouseholderQR<MatrixType>::logAbsDeterminant() const
FullPivHouseholderQR.h 192 * One way to work around that is to use logAbsDeterminant() instead.
194 * \sa logAbsDeterminant(), MatrixBase::determinant()
210 typename MatrixType::RealScalar logAbsDeterminant() const;
394 typename MatrixType::RealScalar FullPivHouseholderQR<MatrixType>::logAbsDeterminant() const
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 254 * One way to work around that is to use logAbsDeterminant() instead.
256 * \sa logAbsDeterminant(), signDeterminant()
288 Scalar logAbsDeterminant() const
309 * \sa absDeterminant(), logAbsDeterminant()

Completed in 374 milliseconds