batmat 0.0.16
Batched linear algebra routines
Loading...
Searching...
No Matches
structure.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace batmat::linalg {
6
7/// @ingroup topic-linalg
9
10/// @ingroup topic-linalg
15
16} // namespace batmat::linalg
constexpr MatrixStructure transpose(MatrixStructure s)
Definition structure.hpp:11