Changeset 3101 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc
- Timestamp:
- Nov 2, 2006, 3:57:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.cc
r2927 r3101 1 // $Id: tmatrix.cc,v 1.3 6 2006-04-03 08:55:26ansari Exp $1 // $Id: tmatrix.cc,v 1.37 2006-11-02 14:57:20 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "sopnamsp.h" … … 24 24 higher dimension arrays (3D for examples) can be used to represent large 25 25 number of small matrices or vectors. 26 27 \warning Matrix row, column indices (r,c) correspond to array indices 28 (r=jy, c=ix) for CMemoryMapping and to (r=ix, c=jy) for FortranMemoryMapping. 26 29 27 30 \b Matrix is a typedef for double precision floating point matrix ( TMatrix<r_8> ).
Note:
See TracChangeset
for help on using the changeset viewer.