Skip to content

Index checking

Shane Parker requested to merge index_checking into master

Introduce the indices<T> type for accepting tensor indices. The extra special super fun feature of indices<T> is that it will make sure the number of indices matches the rank of T at compile time.

Merge request reports