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

Function determinant

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

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

Source from the content-addressed store, hash-verified

39 * \return The determinant
40 */
41 DeterminantMatrix determinant() const
42 {
43 return impl().determinant();
44 }
45 /**
46 * \brief Computes the log-determinant of this matrix.
47 * \return The log-determinant

Callers

nothing calls this directly

Calls 1

determinantMethod · 0.45

Tested by

no test coverage detected