pub fn intr_matrix_column_major_store<'c>(
    context: &'c Context,
    matrix: Value<'c, '_>,
    data: Value<'c, '_>,
    stride: Value<'c, '_>,
    is_volatile: IntegerAttribute<'c>,
    rows: IntegerAttribute<'c>,
    columns: IntegerAttribute<'c>,
    location: Location<'c>
) -> MatrixColumnMajorStoreOperation<'c>
Expand description

Creates an intr.matrix.column.major.store operation.