52 template<
typename dtype>
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition: Error.hpp:36
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
uint32 numCols() const noexcept
Definition: NdArrayCore.hpp:3416
size_type size() const noexcept
Definition: NdArrayCore.hpp:4289
Shape shape() const noexcept
Definition: NdArrayCore.hpp:4276
bool issquare() const noexcept
Definition: NdArrayCore.hpp:2908
bool isflat() const noexcept
Definition: NdArrayCore.hpp:2847
NdArray< dtype > & reshape(size_type inSize)
Definition: NdArrayCore.hpp:4064
NdArray< double > inv(const NdArray< dtype > &inArray)
Definition: inv.hpp:56
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