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