![]() |
IgANet
IgANets - Isogeometric Analysis Networks
|
Compile-time block-tensor unittests. More...
Macros | |
#define | test_binary_op(op, A, B, ...) |
#define | test_binary_special_op(op, A, B, ...) |
#define | test_ternary_op(op, A, B, C, ...) |
#define | test_ternary_special_op(op, A, B, C, ...) |
#define | test_unary_op(op, A, ...) |
#define | test_unary_special_op(op, A, ...) |
Functions | |
int | main (int argc, char **argv) |
TEST (BlockTensor, BlockTensor) | |
TEST (BlockTensor, BlockTensor_ops) | |
Compile-time block-tensor unittests.
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/.
#define test_binary_op | ( | op, | |
A, | |||
B, | |||
... | |||
) |
#define test_binary_special_op | ( | op, | |
A, | |||
B, | |||
... | |||
) |
#define test_ternary_op | ( | op, | |
A, | |||
B, | |||
C, | |||
... | |||
) |
#define test_ternary_special_op | ( | op, | |
A, | |||
B, | |||
C, | |||
... | |||
) |
#define test_unary_op | ( | op, | |
A, | |||
... | |||
) |
#define test_unary_special_op | ( | op, | |
A, | |||
... | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
TEST | ( | BlockTensor | , |
BlockTensor | |||
) |
TEST | ( | BlockTensor | , |
BlockTensor_ops | |||
) |