Implementations must return TRUE or FALSE.
If TRUE (returned by the default method unless the mapper
contains an is_rowwise variable), users of the mapper
may assume the mapper uses its inputs in "rowwise" manner, so that
blockwise evaluation is always possible.
Methods (by class)
ibm_is_rowwise(default): Returns logicalis_rowwisefrom the mapper object if it exists, and otherwiseTRUE.
See also
Other mapper methods:
bru_mapper_generics,
ibm_eval(),
ibm_eval2(),
ibm_inla_subset(),
ibm_invalid_output(),
ibm_is_linear(),
ibm_jacobian(),
ibm_linear(),
ibm_n(),
ibm_n_output(),
ibm_names(),
ibm_simplify(),
ibm_values()