|
| Matrix< M, N > | matrix |
| |
| double | det |
| |
| uint32_t | rank |
| |
| double | trace |
| |
| uint8_t | orthogonaly |
| |
| uint8_t | invertible |
| |
| uint8_t | symetric |
| |
| uint8_t | lowerTriangular |
| |
| uint8_t | upperTriangular |
| |
| Matrix< N, M > | A |
| |
| Matrix< U, V > | B |
| |
| Matrix< N, M > | Ainv |
| |
| Matrix< U, V > | Binv |
| |
| Matrix< N, V > | AmultB |
| |
| Matrix< U, M > | BmultA |
| |
| Matrix< N, M > | AaddB |
| |
| Matrix< N, M > | AsubB |
| |
| Matrix< N, M > | BsubA |
| |
| Matrix< N, M > | AdiffB |
| |
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
| uint8_t uuT< M, N >::invertible |
template<uint8_t M, uint8_t N = 1>
| uint8_t uuT< M, N >::lowerTriangular |
template<uint8_t M, uint8_t N = 1>
template<uint8_t M, uint8_t N = 1>
| uint8_t uuT< M, N >::orthogonaly |
template<uint8_t M, uint8_t N = 1>
| uint32_t uuT< M, N >::rank |
template<uint8_t M, uint8_t N = 1>
| uint8_t uuT< M, N >::symetric |
template<uint8_t M, uint8_t N = 1>
| double uuT< M, N >::trace |
template<uint8_t M, uint8_t N = 1>
| uint8_t uuT< M, N >::upperTriangular |
The documentation for this struct was generated from the following files: