 |
NumCpp
2.1.0
A C++ implementation of the Python Numpy library
|
Go to the documentation of this file.
50 template<
typename dtype>
65 const auto array1Value = inArray1[row];
68 [array1Value](dtype value) -> dtype
70 return array1Value * value;
uint32 size(const NdArray< dtype > &inArray) noexcept
Definition: size.hpp:46
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition: StaticAsserts.hpp:51
OutputIt transform(InputIt first, InputIt last, OutputIt destination, UnaryOperation unaryFunction)
Definition: StlAlgorithms.hpp:703
std::uint32_t uint32
Definition: Types.hpp:41
iterator end() noexcept
Definition: NdArrayCore.hpp:1435
size_type size() const noexcept
Definition: NdArrayCore.hpp:4326
Definition: Coordinate.hpp:45
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition: Error.hpp:37
iterator begin() noexcept
Definition: NdArrayCore.hpp:1091
NdArray< dtype > outer(const NdArray< dtype > &inArray1, const NdArray< dtype > &inArray2)
Definition: outer.hpp:51