![]() |
IgANet
IGAnets - Isogeometric Analysis Networks
|
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) | |
| #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 | |||
| ) |