MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / logDeterminant

Function logDeterminant

extensions/include/cuMat/src/DecompositionBase.h:49–52  ·  view source on GitHub ↗

* \brief Computes the log-determinant of this matrix. * \return The log-determinant */

Source from the content-addressed store, hash-verified

47 * \return The log-determinant
48 */
49 DeterminantMatrix logDeterminant() const
50 {
51 return impl().logDeterminant();
52 }
53};
54
55CUMAT_NAMESPACE_END

Callers

nothing calls this directly

Calls 1

logDeterminantMethod · 0.45

Tested by

no test coverage detected