forked from M-Labs/nac3
lyken
b158ec80b4
It also checks for inconsistent dimensions if the input is a list. e.g., rejecting `[[1.0, 2.0], [3.0]]`.
12 lines
365 B
C++
12 lines
365 B
C++
#include <irrt/exception.hpp>
|
|
#include <irrt/int_types.hpp>
|
|
#include <irrt/list.hpp>
|
|
#include <irrt/math_util.hpp>
|
|
#include <irrt/ndarray/array.hpp>
|
|
#include <irrt/ndarray/basic.hpp>
|
|
#include <irrt/ndarray/def.hpp>
|
|
#include <irrt/ndarray/indexing.hpp>
|
|
#include <irrt/ndarray/iter.hpp>
|
|
#include <irrt/original.hpp>
|
|
#include <irrt/range.hpp>
|
|
#include <irrt/slice.hpp> |