Home
last modified time | relevance | path

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

/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/tests/
H A Dtest-fsyrk.C48 bool check_fsyrk (const Field &F, size_t n, size_t k, in check_fsyrk() function
356 ok = ok && check_fsyrk(*F,n,k,alpha,beta,FflasUpper,FflasNoTrans,G); in run_with_field()
357 ok = ok && check_fsyrk(*F,n,k,alpha,beta,FflasUpper,FflasTrans,G); in run_with_field()
358 ok = ok && check_fsyrk(*F,n,k,alpha,beta,FflasLower,FflasNoTrans,G); in run_with_field()
359 ok = ok && check_fsyrk(*F,n,k,alpha,beta,FflasLower,FflasTrans,G); in run_with_field()
370 ok = ok && check_fsyrk(*F,n,k+n,alpha,beta,FflasUpper,FflasNoTrans,G); in run_with_field()
371 ok = ok && check_fsyrk(*F,n,k+n,alpha,beta,FflasUpper,FflasTrans,G); in run_with_field()
372 ok = ok && check_fsyrk(*F,n,k+n,alpha,beta,FflasLower,FflasNoTrans,G); in run_with_field()
373 ok = ok && check_fsyrk(*F,n,k+n,alpha,beta,FflasLower,FflasTrans,G); in run_with_field()