[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mx_el_gt
From: |
John W. Eaton |
Subject: |
mx_el_gt |
Date: |
Tue, 28 Jul 2009 11:03:10 -0400 |
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
- mx_el_gt, Rishi Amrit, 2009/07/27
- mx_el_gt,
John W. Eaton <=