59 template<
typename dtype>
67 for (
uint32 col = 0; col < n; ++col)
69 result(row, col) = std::pow(x[row], col);
97 template<
typename dtype>
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition: StaticAsserts.hpp:56
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:139
size_type size() const noexcept
Definition: NdArrayCore.hpp:4524
Definition: Cartesian.hpp:40
auto vander(const NdArray< dtype > &x, uint32 n, Increasing increasing=Increasing::YES)
Definition: vander.hpp:60
NdArray< dtype > fliplr(const NdArray< dtype > &inArray)
Definition: fliplr.hpp:46
std::uint32_t uint32
Definition: Types.hpp:40
Increasing
Increasing boolean.
Definition: Enums.hpp:83