Home
last modified time | relevance | path

Searched refs:FlopsInSuperLU (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/superlu/SuperLU_4.1/MATLAB/
H A Dmexlusolve.c42 double FlopsInSuperLU; /* ... as should the flop counter. */ in mexFunction() local
44 Real FlopsInSuperLU; /* ... as should the flop counter */ in mexFunction() local
108 FlopsInSuperLU = 0; in mexFunction()
121 FlopsInSuperLU += LUFactFlops(&stat) + LUSolveFlops(&stat); in mexFunction()
122 if ( verbose ) mexPrintf("LUSOLVE flops: %.f\n", FlopsInSuperLU); in mexFunction()
124 *(mxGetPr(X)) += FlopsInSuperLU; in mexFunction()
H A Dmexsuperlu.c49 double FlopsInSuperLU; /* ... as should the flop counter */ in mexFunction() local
51 Real FlopsInSuperLU; /* ... as should the flop counter */ in mexFunction() local
110 FlopsInSuperLU = 0; in mexFunction()
131 FlopsInSuperLU += LUFactFlops(&stat); in mexFunction()
132 if (verbose) mexPrintf("SUPERLU flops: %.f\n", FlopsInSuperLU); in mexFunction()
134 *(mxGetPr(X)) += FlopsInSuperLU; in mexFunction()
/dports/math/superlu/superlu-5.2.2/MATLAB/
H A Dmexlusolve.c51 double FlopsInSuperLU; /* ... as should the flop counter. */ in mexFunction() local
123 FlopsInSuperLU = 0; in mexFunction()
136 FlopsInSuperLU += LUFactFlops(&stat) + LUSolveFlops(&stat); in mexFunction()
137 if ( verbose ) mexPrintf("LUSOLVE flops: %.f\n", FlopsInSuperLU); in mexFunction()
139 *(mxGetPr(X)) += FlopsInSuperLU; in mexFunction()
H A Dmexsuperlu.c53 double FlopsInSuperLU; /* ... as should the flop counter */ in mexFunction() local
127 FlopsInSuperLU = 0; in mexFunction()
148 FlopsInSuperLU += LUFactFlops(&stat); in mexFunction()
149 if (verbose) mexPrintf("SUPERLU flops: %.f\n", FlopsInSuperLU); in mexFunction()
151 *(mxGetPr(X)) += FlopsInSuperLU; in mexFunction()