pub fn sparse_sparse_matmul_numeric_req<I, E>(
    dst: SymbolicSparseColMatRef<'_, I>,
    parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>
where I: Index, E: ComplexField,
Expand description

Computes the size and alignment of the workspace required to perform the numeric matrix multiplication into dst.