AARE
Data analysis library for PSI hybrid detectors
Loading...
Searching...
No Matches
Functions
NDView.test.cpp File Reference
#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")
 

Function Documentation

◆ TEST_CASE() [1/11]

TEST_CASE ( "compare two views"  )

◆ TEST_CASE() [2/11]

TEST_CASE ( "divide with another span"  )

◆ TEST_CASE() [3/11]

TEST_CASE ( "Element reference 1D"  )

◆ TEST_CASE() [4/11]

TEST_CASE ( "Element reference 2D"  )

◆ TEST_CASE() [5/11]

TEST_CASE ( "Element reference 3D"  )

◆ TEST_CASE() [6/11]

TEST_CASE ( "elementwise assign"  )

◆ TEST_CASE() [7/11]

TEST_CASE ( "iterators"  )

◆ TEST_CASE() [8/11]

TEST_CASE ( "Multiply and divide with single value"  )

◆ TEST_CASE() [9/11]

TEST_CASE ( "Plus and miuns with single value"  )

◆ TEST_CASE() [10/11]

TEST_CASE ( "Retrieve shape"  )

◆ TEST_CASE() [11/11]

TEST_CASE ( "shape from vector"  )