Changeset 4035 in Sophya for trunk/SophyaLib/TArray/basarr.cc
- Timestamp:
- Nov 14, 2011, 5:28:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/basarr.cc
r3669 r4035 118 118 mm == FortranMemoryMapping : Fortran like memory mapping 119 119 \endverbatim 120 \return default memory mapping value 120 121 \verbatim 121 122 # ===== For Matrices … … 138 139 ex: Mc[2][0] = Mmath(3,1) = 31 139 140 Mc[0][2] = Mmath(1,3) = 13 140 *** RESUME diffIdl/Fortan/C/Math:141 *** SUMMARY difference Idl/Fortan/C/Math: 141 142 Midl(col-1,row-1) = Mfor(col,row) = Mc[row-1][col-1] = Mmath(row,col) 142 143 TRANSPOSE(column-major array) --> row-major array 143 144 \endverbatim 144 \return default memory mapping value145 145 */ 146 146 short BaseArray::SetDefaultMemoryMapping(short mm) … … 565 565 } 566 566 567 //! Return attached DVList567 //! Return the attached DVList info object 568 568 DVList& BaseArray::Info() 569 569 { … … 571 571 return(*mInfo); 572 572 } 573 574 573 575 574 576 //! Update sizes and information for array
Note:
See TracChangeset
for help on using the changeset viewer.