OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blas_interface
(Results
1 - 3
of
3
) sorted by null
/external/eigen/bench/btl/libs/BLAS/
main.cpp
21
#include "
blas_interface
.hh"
39
bench<Action_axpy<
blas_interface
<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
40
bench<Action_axpby<
blas_interface
<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
42
bench<Action_matrix_vector_product<
blas_interface
<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
43
bench<Action_atv_product<
blas_interface
<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
44
bench<Action_symv<
blas_interface
<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
45
bench<Action_syr2<
blas_interface
<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
47
bench<Action_ger<
blas_interface
<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
48
bench<Action_rot<
blas_interface
<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
50
bench<Action_matrix_matrix_product<
blas_interface
<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT)
[
all
...]
blas_interface.hh
2
// File :
blas_interface
.hh
54
template<class real> class
blas_interface
;
blas_interface_impl.hh
4
template<> class
blas_interface
<SCALAR> : public c_interface_base<SCALAR>
class in inherits:c_interface_base
150
SCALAR
blas_interface
<SCALAR>::fone = SCALAR(1);
151
SCALAR
blas_interface
<SCALAR>::fzero = SCALAR(0);
Completed in 73 milliseconds