Project liboctave 4.2: Difference between revisions

No edit summary
Line 12: Line 12:
[[File:liboctave-arrays-2014-11-26.jpg]]
[[File:liboctave-arrays-2014-11-26.jpg]]


Questions:
Questions / Tasks:


* Identify the difference between for example Array<char>, charNDArray, and charMatrix
* Identify the difference between for example Array<char>, charNDArray, and charMatrix
Line 21: Line 21:
* Is there a necessity to specialize?
* Is there a necessity to specialize?
** e.g. ComplexRowVector and RowVector vs. RowVector<T>
** e.g. ComplexRowVector and RowVector vs. RowVector<T>
* Does every file name reflect its content? (Nested classes, etc.)