AARE
Data analysis library for PSI hybrid detectors
|
#include "aare/core/NDView.hpp"
#include <catch2/catch_test_macros.hpp>
#include <iostream>
#include <vector>
Functions | |
TEST_CASE ("Element reference 1D") | |
TEST_CASE ("Element reference 2D") | |
TEST_CASE ("Element reference 3D") | |
TEST_CASE ("Plus and miuns with single value") | |
TEST_CASE ("Multiply and divide with single value") | |
TEST_CASE ("elementwise assign") | |
TEST_CASE ("iterators") | |
TEST_CASE ("shape from vector") | |
TEST_CASE ("divide with another span") | |
TEST_CASE ("Retrieve shape") | |
TEST_CASE ("compare two views") | |
TEST_CASE | ( | "compare two views" | ) |
TEST_CASE | ( | "divide with another span" | ) |
TEST_CASE | ( | "Element reference 1D" | ) |
TEST_CASE | ( | "Element reference 2D" | ) |
TEST_CASE | ( | "Element reference 3D" | ) |
TEST_CASE | ( | "elementwise assign" | ) |
TEST_CASE | ( | "iterators" | ) |
TEST_CASE | ( | "Multiply and divide with single value" | ) |
TEST_CASE | ( | "Plus and miuns with single value" | ) |
TEST_CASE | ( | "Retrieve shape" | ) |
TEST_CASE | ( | "shape from vector" | ) |