OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
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 312 milliseconds