Project liboctave 4.2: Difference between revisions

no edit summary
(Created page with "Especially for new developers it is hard to get started with liboctave, one of the core elements of GNU Octave. Liboctave defines and implements data types, operators, and muc...")
 
No edit summary
Line 18: Line 18:
** What are preservable convenience classes?
** What are preservable convenience classes?
** Is there code redundancy?
** Is there code redundancy?
* Is there a necessity to specialize?
** e.g. ComplexRowVector and RowVector vs. RowVector<T>