scicpp::logspace
Defined in header <scicpp/core.hpp>
Return numbers spaced evenly on a log scale.
-
template<std::size_t
N
, typename T
, int Base
= 10>
std::array<T, N> logspace
(T start, T stop)
-
template<typename
T
, int Base
= 10>
std::vector<T> logspace
(T start, T stop, std::size_t num)
- See also
- Scipy documentation