HomeSort by relevance Sort by last modified time
    Searched full:nonunit (Results 1 - 3 of 3) sorted by null

  /external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh 87 BLAS_FUNC(trsv)(&lower, &notrans, &nonunit, &N, L, &N, X, &intone);
92 BLAS_FUNC(trsm)(&right, &lower, &notrans, &nonunit, &N, &N, &fone, L, &N, X, &N);
96 BLAS_FUNC(trmm)(&left, &lower, &notrans,&nonunit, &N,&N,&fone,A,&N,B,&N);
blas_interface.hh 59 static char nonunit = 'N'; variable
  /external/eigen/bench/
bench_gemm.cpp 40 static char nonunit = 'N'; variable

Completed in 80 milliseconds