Tuple utility unittests.
More...
#include <iganet/iganet.h>
#include <gtest/gtest.h>
#include <type_traits>
|
| | TEST (Tuple, ConcatenatesAndSlicesAlongNonzeroDimension) |
| |
| | TEST (Tuple, ConcatenatesAndTransformsTensors) |
| |
| | TEST (Tuple, EmptyConcatenationAndExplicitOffsetSlicing) |
| |
| | TEST (Tuple, SlicesTensorIntoTuple) |
| |
| | TEST (Tuple, TraitsConcatenationAndRepeat) |
| |
Tuple utility unittests.
- Author
- Matthias Moller
- Copyright
- This file is part of the IgANet project
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
◆ TEST() [1/5]
| TEST |
( |
Tuple |
, |
|
|
ConcatenatesAndSlicesAlongNonzeroDimension |
|
|
) |
| |
◆ TEST() [2/5]
| TEST |
( |
Tuple |
, |
|
|
ConcatenatesAndTransformsTensors |
|
|
) |
| |
◆ TEST() [3/5]
| TEST |
( |
Tuple |
, |
|
|
EmptyConcatenationAndExplicitOffsetSlicing |
|
|
) |
| |
◆ TEST() [4/5]
| TEST |
( |
Tuple |
, |
|
|
SlicesTensorIntoTuple |
|
|
) |
| |
◆ TEST() [5/5]
| TEST |
( |
Tuple |
, |
|
|
TraitsConcatenationAndRepeat |
|
|
) |
| |