comparison src/ov.h @ 8366:8b1a2555c4e2

implement diagonal matrix objects * * *
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 03 Dec 2008 13:32:57 +0100
parents 8302788f09db
children 445d27d79f4e
comparison
equal deleted inserted replaced
8365:65ca196fff28 8366:8b1a2555c4e2
460 { return rep->is_bool_matrix (); } 460 { return rep->is_bool_matrix (); }
461 461
462 bool is_char_matrix (void) const 462 bool is_char_matrix (void) const
463 { return rep->is_char_matrix (); } 463 { return rep->is_char_matrix (); }
464 464
465 bool is_diag_matrix (void) const
466 { return rep->is_diag_matrix (); }
467
465 bool is_string (void) const 468 bool is_string (void) const
466 { return rep->is_string (); } 469 { return rep->is_string (); }
467 470
468 bool is_sq_string (void) const 471 bool is_sq_string (void) const
469 { return rep->is_sq_string (); } 472 { return rep->is_sq_string (); }