Home
last modified time | relevance | path

Searched defs:arma_config (Results 1 – 2 of 2) sorted by relevance

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Darma_config.hpp24 struct arma_config struct
48 static constexpr bool atlas = true;
50 static constexpr bool atlas = false;
55 static constexpr bool lapack = true;
62 static constexpr bool blas = true;
64 static constexpr bool blas = false;
69 static constexpr bool newarp = true;
76 static constexpr bool arpack = true;
90 static constexpr bool hdf5 = true;
92 static constexpr bool hdf5 = false;
[all …]
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Darma_config.hpp24 struct arma_config struct
48 static constexpr bool atlas = true;
50 static constexpr bool atlas = false;
55 static constexpr bool lapack = true;
62 static constexpr bool blas = true;
64 static constexpr bool blas = false;
69 static constexpr bool newarp = true;
76 static constexpr bool arpack = true;
90 static constexpr bool hdf5 = true;
92 static constexpr bool hdf5 = false;
[all …]