mustBeNonSparse
Checks that value is not sparse.
Syntax
mustBeNonSparse(var)
mustBeNonSparse(var, argPosition)
C++: void mustBeNonSparse(const ArrayOfVector& args, int argPosition)
Input argument
var - a variable: all supported types and classes that implement issparse method.
argPosition - a positive integer value: Position of input argument.
Description
mustBeNonSparse checks that value is not sparse or raise an error.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated
Was this helpful?