modelConstrainingTypeWrongDimsClass

Extends from Icons.TestCase.

Information

Tests that the constraining type of a replaceable array type must have the same number of dimensions as the extended type of the array type. This test should thus fail since Real3 and Real23 have different number of dimensions, even though T adds a dimension when extending Real3.

Components

TypeNameDefaultDescription
Tx{{1, 2, 3}, {4, 5, 6}}

Contents

NameDescription
Real3
Real23
T