pub fn intr_matrix_transpose<'c>(
    context: &'c Context,
    res: Type<'c>,
    matrix: Value<'c, '_>,
    rows: IntegerAttribute<'c>,
    columns: IntegerAttribute<'c>,
    location: Location<'c>
) -> MatrixTransposeOperation<'c>
Expand description

Creates an intr.matrix.transpose operation.