Ignore:
Timestamp:
Apr 27, 2026, 2:03:17 AM (5 days ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
eaee33e
Parents:
037dc57
Message:

proof-read array chapter

Location:
doc/theses/mike_brooks_MMath/programs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa

    r037dc57 r1037b4c  
    1212        @array@( string, C ) course_codes; $\C{// nested VLAs}$
    1313        @array@( string, S ) student_ids;
    14         @array@( int, C, S ) preferences; $\C{// multidimensional}$
     14        @array@( int, C, S ) preferences; $\C{// matrix, C x S}$
    1515};
    1616
  • doc/theses/mike_brooks_MMath/programs/hello-md.cfa

    r037dc57 r1037b4c  
    119119fill( m );
    120120/*
    121 r/c   0     1     2     3     4     5     6
    122 0.0  0.1  0.2  @0.3@  0.4  0.5  0.6 
    123 1.0  1.1  1.2  @1.3@  1.4  1.5  1.6 
    124 @2.0  2.1  2.2  2.3  2.4  2.5  2.6@ 
    125 3.0  3.1  3.2  @3.3@  3.4  3.5  3.6 
    126 4.0  4.1  4.2  @4.3@  4.4  4.5  4.6
     121r\c     0      1      2      3      4      5      6
     122  0.0   0.1   0.2   @0.3@   0.4   0.5   0.6 
     123  1.0   1.1   1.2   @1.3@   1.4   1.5   1.6 
     124  @2.0   2.1   2.2   2.3   2.4   2.5   2.6@ 
     125  3.0   3.1   3.2   @3.3@   3.4   3.5   3.6 
     126  4.0   4.1   4.2   @4.3@   4.4   4.5   4.6
    127127*/
    128128
Note: See TracChangeset for help on using the changeset viewer.