Mercurial > hg > octave-nkf
comparison src/ov.h @ 2830:10a8198b1733
[project @ 1997-03-26 00:12:41 by jwe]
author | jwe |
---|---|
date | Wed, 26 Mar 1997 00:13:00 +0000 |
parents | 60ae49e1284f |
children | 8b262e771614 |
comparison
equal
deleted
inserted
replaced
2829:6655bdca97fb | 2830:10a8198b1733 |
---|---|
448 // | 448 // |
449 // (for A undefined). Only matters when resize_on_range_error is also | 449 // (for A undefined). Only matters when resize_on_range_error is also |
450 // TRUE. | 450 // TRUE. |
451 extern bool Vprefer_column_vectors; | 451 extern bool Vprefer_column_vectors; |
452 | 452 |
453 // If TRUE, prefer logical (zore-one) indexing over normal indexing | |
454 // when there is a conflice. For example, given a = [2, 3], the | |
455 // expression a ([1, 1]) would return [2 3] (instead of [2 2], which | |
456 // would be returned if prefer_zero_one_indxing were FALSE). | |
457 extern bool Vprefer_zero_one_indexing; | |
458 | |
459 // If TRUE, print the name along with the value. | 453 // If TRUE, print the name along with the value. |
460 extern bool Vprint_answer_id_name; | 454 extern bool Vprint_answer_id_name; |
461 | 455 |
462 // Should operations on empty matrices return empty matrices or an | 456 // Should operations on empty matrices return empty matrices or an |
463 // error? A positive value means yes. A negative value means yes, | 457 // error? A positive value means yes. A negative value means yes, |