comparison src/ov.h @ 6116:b64fb24bf4a0

[project @ 2006-10-27 18:04:49 by jwe]
author jwe
date Fri, 27 Oct 2006 18:04:50 +0000
parents c68896f193e3
children e0065af38cf4
comparison
equal deleted inserted replaced
6115:bade9ff1814b 6116:b64fb24bf4a0
384 { return rep->is_empty (); } 384 { return rep->is_empty (); }
385 385
386 bool is_cell (void) const 386 bool is_cell (void) const
387 { return rep->is_cell (); } 387 { return rep->is_cell (); }
388 388
389 bool is_cellstr (void) const
390 { return rep->is_cellstr (); }
391
389 bool is_real_scalar (void) const 392 bool is_real_scalar (void) const
390 { return rep->is_real_scalar (); } 393 { return rep->is_real_scalar (); }
391 394
392 bool is_real_matrix (void) const 395 bool is_real_matrix (void) const
393 { return rep->is_real_matrix (); } 396 { return rep->is_real_matrix (); }