<< mustBeReal | Validators | mustBeScalarOrEmpty >> |
mustBeRow(var) |
mustBeRow(var, argPosition) |
C++: void mustBeRow(const ArrayOfVector& args, int argPosition) |
a variable: all supported types and classes that implement isrow method.
a positive integer value: Position of input argument.
mustBeRow checks that value is a row vector or raise an error.
mustBeRow([1, 1])
mustBeRow([])
mustBeRow([1; 1])
Version | Description |
---|---|
1.10.0 | initial version |
Allan CORNET