58 template<
typename dtype>
66 for (
uint32 col = 0; col < n; ++col)
68 result(row, col) = std::pow(x[row], col);
96 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:138
size_type size() const noexcept
Definition: NdArrayCore.hpp:4477
Definition: Cartesian.hpp:40
auto vander(const NdArray< dtype > &x, uint32 n, bool increasing=true)
Definition: vander.hpp:59
NdArray< dtype > fliplr(const NdArray< dtype > &inArray)
Definition: fliplr.hpp:46
std::uint32_t uint32
Definition: Types.hpp:40