modm API documentation
|
Classes | |
class | modm::LUDecomposition |
Class for decomposing matrices More... | |
class | modm::Matrix< T, ROWS, COLUMNS > |
Class for handling common matrix operations More... | |
template<typename T , uint8_t N> | |
T | modm::determinant (const modm::Matrix< T, N, N > &m) |
Calculate the determinant. More... | |
lbuild module: modm:math:matrix
T modm::determinant | ( | const modm::Matrix< T, N, N > & | m | ) |
Calculate the determinant.
m | Matrix |