 |
NumCpp
2.4.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Go to the documentation of this file.
49 template<
typename dtype>
64 const auto array1Value = inArray1[row];
67 [array1Value](dtype value) -> dtype
69 return array1Value * value;
uint32 size(const NdArray< dtype > &inArray) noexcept
Definition: size.hpp:45
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition: StaticAsserts.hpp:50
OutputIt transform(InputIt first, InputIt last, OutputIt destination, UnaryOperation unaryFunction)
Definition: StlAlgorithms.hpp:702
std::uint32_t uint32
Definition: Types.hpp:40
iterator end() noexcept
Definition: NdArrayCore.hpp:1431
size_type size() const noexcept
Definition: NdArrayCore.hpp:4370
Definition: Coordinate.hpp:44
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition: Error.hpp:36
iterator begin() noexcept
Definition: NdArrayCore.hpp:1087
NdArray< dtype > outer(const NdArray< dtype > &inArray1, const NdArray< dtype > &inArray2)
Definition: outer.hpp:50