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

  /external/eigen/test/
qr.cpp 85 VERIFY_IS_APPROX(log(absdet), qr.logAbsDeterminant());
97 VERIFY_RAISES_ASSERT(qr.logAbsDeterminant())
qr_colpivoting.cpp 103 VERIFY_IS_APPROX(log(absdet), qr.logAbsDeterminant());
120 VERIFY_RAISES_ASSERT(qr.logAbsDeterminant())
qr_fullpivoting.cpp 87 VERIFY_IS_APPROX(log(absdet), qr.logAbsDeterminant());
104 VERIFY_RAISES_ASSERT(qr.logAbsDeterminant())
  /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;
214 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;
415 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;
400 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
310 * \sa absDeterminant(), logAbsDeterminant()
338 * \sa absDeterminant(), logAbsDeterminant()

Completed in 154 milliseconds