|
Tatooine
|
Go to the source code of this file.
Classes | |
| struct | tatooine::mat< ValueType, M, N > |
Namespaces | |
| namespace | tatooine |
Functions | |
| template<std::size_t C, typename... Rows> | |
| tatooine::mat (Rows const(&&... rows)[C]) -> mat< common_type< Rows... >, sizeof...(Rows), C > | |
| template<typename Mat , typename ValueType , std::size_t M, std::size_t N> | |
| tatooine::mat (base_tensor< Mat, ValueType, M, N >) -> mat< ValueType, M, N > | |