![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Include dependency graph for matrix_legacy.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shammath |
| namespace for math utility | |
Functions | |
| template<class T > | |
| auto | shammath::compute_inv_33 (std::array< sycl::vec< T, 3 >, 3 > mat) -> std::array< sycl::vec< T, 3 >, 3 > |
| template<class T > | |
| auto | shammath::mat_prod_33 (std::array< sycl::vec< T, 3 >, 3 > mat_a, std::array< sycl::vec< T, 3 >, 3 > mat_b) -> std::array< sycl::vec< T, 3 >, 3 > |
Definition in file matrix_legacy.hpp.