Skip to main content

sp2md

Function sp2md 

Source
pub fn sp2md<T: ComplexScalar>(
    op_a: Trans,
    descr_a: &MatDescr,
    a: &ComplexSparseMatrix<T>,
    op_b: Trans,
    descr_b: &MatDescr,
    b: &ComplexSparseMatrix<T>,
    alpha: T,
    beta: T,
    c: &mut [T],
    layout: Order,
    ldc: usize,
) -> Result<()>
Expand description

Compute C := α · op_A(A) · op_B(B) + β · C for complex sparse A and B, dense complex C.