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

  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 205 * One way to work around that is to use logAbsDeterminant() instead.
207 * \sa logAbsDeterminant(), MatrixBase::determinant()
224 typename MatrixType::RealScalar logAbsDeterminant() const;
398 CompleteOrthogonalDecomposition<MatrixType>::logAbsDeterminant() const {
399 return m_cpqr.logAbsDeterminant();
HouseholderQR.h 185 * One way to work around that is to use logAbsDeterminant() instead.
187 * \sa logAbsDeterminant(), MatrixBase::determinant()
203 typename MatrixType::RealScalar logAbsDeterminant() const;
245 typename MatrixType::RealScalar HouseholderQR<MatrixType>::logAbsDeterminant() const
ColPivHouseholderQR.h 229 * One way to work around that is to use logAbsDeterminant() instead.
231 * \sa logAbsDeterminant(), MatrixBase::determinant()
247 typename MatrixType::RealScalar logAbsDeterminant() const;
457 typename MatrixType::RealScalar ColPivHouseholderQR<MatrixType>::logAbsDeterminant() const
FullPivHouseholderQR.h 220 * One way to work around that is to use logAbsDeterminant() instead.
222 * \sa logAbsDeterminant(), MatrixBase::determinant()
238 typename MatrixType::RealScalar logAbsDeterminant() const;
434 typename MatrixType::RealScalar FullPivHouseholderQR<MatrixType>::logAbsDeterminant() const
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 249 * One way to work around that is to use logAbsDeterminant() instead.
251 * \sa logAbsDeterminant(), signDeterminant()
283 Scalar logAbsDeterminant() const
307 * \sa absDeterminant(), logAbsDeterminant()
335 * \sa absDeterminant(), logAbsDeterminant()

Completed in 91 milliseconds