52 template<
typename dtype>
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition: Error.hpp:36
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
uint32 numCols() const noexcept
Definition: NdArrayCore.hpp:3602
size_type size() const noexcept
Definition: NdArrayCore.hpp:4497
Shape shape() const noexcept
Definition: NdArrayCore.hpp:4483
bool issquare() const noexcept
Definition: NdArrayCore.hpp:3088
bool isflat() const noexcept
Definition: NdArrayCore.hpp:3025
NdArray< dtype > & reshape(size_type inSize)
Definition: NdArrayCore.hpp:4260
NdArray< double > inv(const NdArray< dtype > &inArray)
Definition: inv.hpp:54
NdArray< double > solve(const NdArray< dtype > &inA, const NdArray< dtype > &inB)
Definition: solve.hpp:53
Definition: Coordinate.hpp:45
NdArray< dtype > dot(const NdArray< dtype > &inArray1, const NdArray< dtype > &inArray2)
Definition: dot.hpp:47