Commit 7cc86b48 authored by D'azevedo, Ed's avatar D'azevedo, Ed
Browse files

minor update

parent 66f63590
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ void cal_kron_flops(
    double flops_BX = (2.0*nrowB) * ncolB * ncolX;
    
    int ncolBX = ncolX;
    double flops_BX_At =  (2.0*nrowY) * ncolY * ncolBX;
    int nrowBX = nrowB;
    double flops_BX_At =  (2.0*nrowBX) * ncolBX * nrowA;
    double flops_method1 = flops_BX + flops_BX_At;
    
    /*