tmp/tmpivguw0n4/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### Introduction <a id="linalg.transp.intro">[[linalg.transp.intro]]</a>
|
| 2 |
+
|
| 3 |
+
`layout_transpose` is an `mdspan` layout mapping policy that swaps the
|
| 4 |
+
two indices, extents, and strides of any unique `mdspan` layout mapping
|
| 5 |
+
policy.
|
| 6 |
+
|
| 7 |
+
The `transposed` function takes an `mdspan` representing a matrix, and
|
| 8 |
+
returns a new `mdspan` representing the transpose of the input matrix.
|
| 9 |
+
|