pub fn create_2_to_4_spmat<'c>(
    context: &'c Context,
    sp_mat: Type<'c>,
    async_dependencies: &[Value<'c, '_>],
    rows: Value<'c, '_>,
    cols: Value<'c, '_>,
    memref: Value<'c, '_>,
    location: Location<'c>
) -> Create2To4SpMatOperation<'c>
Expand description

Creates a create_2to4_spmat operation.