Home
last modified time | relevance | path

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

/dports/math/linbox/linbox-1.6.3/linbox/matrix/densematrix/
H A Dblas-matrix.h68 bool checkBlasApply(const Field &F, size_t n) in checkBlasApply() function
86 bool checkBlasApply(const Givaro::Modular<double> &, size_t) in checkBlasApply() function
92 bool checkBlasApply(const Givaro::ModularBalanced<double> &, size_t) in checkBlasApply() function
98 bool checkBlasApply(const Givaro::Modular<float> &, size_t) in checkBlasApply() function
104 bool checkBlasApply(const Givaro::ModularBalanced<float> &, size_t) in checkBlasApply() function
110 bool checkBlasApply(const Givaro::Modular<int64_t> &, size_t) in checkBlasApply() function
116 bool checkBlasApply(const Givaro::ModularBalanced<int64_t> &, size_t) in checkBlasApply() function
122 bool checkBlasApply(const Givaro::Modular<int32_t> &, size_t) in checkBlasApply() function
128 bool checkBlasApply(const Givaro::ModularBalanced<int32_t> &, size_t) in checkBlasApply() function
133 bool checkBlasApply(const Givaro::Modular<int16_t> &, size_t) in checkBlasApply() function
[all …]
H A Dblas-matrix.inl250 _use_fflas = Protected::checkBlasApply(field(),_col);
278 _use_fflas = Protected::checkBlasApply(field(),_col);
292 _use_fflas = Protected::checkBlasApply(field(), _col);
312 _use_fflas = Protected::checkBlasApply(field(), _col);
324 _use_fflas = Protected::checkBlasApply(field(), _col);
338 _use_fflas = Protected::checkBlasApply(field(), _col);
352 _use_fflas = Protected::checkBlasApply(field(), _col);
363 _use_fflas = Protected::checkBlasApply(field(), _col);
379 _use_fflas = Protected::checkBlasApply(field(), _col);
393 _use_fflas = Protected::checkBlasApply(field(), _col);
[all …]