Changeset 956 in Sophya for trunk/SophyaLib/TArray/tmatrix.h
- Timestamp:
- Apr 17, 2000, 6:56:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.h
r926 r956 147 147 { TMatrix<T> result(a); result.SetTemp(true); return(result.Multiply(b)); } 148 148 149 //! Define Matrix to be TMatrix<r_8> 149 // Typedef pour simplifier et compatibilite Peida 150 /*! \ingroup TArray 151 \typedef Matrix 152 \brief To simplified TMatrix<r_8> writing 153 */ 150 154 typedef TMatrix<r_8> Matrix; 151 155
Note:
See TracChangeset
for help on using the changeset viewer.