mx_el_gt
John W. Eaton
jwe at octave.org
Tue Jul 28 10:03:10 CDT 2009
On 27-Jul-2009, Rishi Amrit wrote:
| Could you please tell me what data type *mx_el_gt *(or similar functions)
| return ? It seems like a boolean vector.
Either boolMatrix or boolNDArray, depending on the arguments.
| In octave its a vector of zeros and
| one, not sure what it is.
Use
typeinfo (x)
to determine the type of an object in Octave.
| Is there a good documentation for these functions
| ?
You have to use the source files. In this case, you need to look at
mx-op-defs.h.
jwe
More information about the Help-octave
mailing list