Changeset 804 in Sophya for trunk/SophyaLib/TArray/utilarr.cc
- Timestamp:
- Apr 3, 2000, 7:36:01 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/utilarr.cc
r785 r804 27 27 } 28 28 29 /* 29 30 Range & Range::operator = (uint_4 start) 30 31 { … … 34 35 return (*this); 35 36 } 37 */ 38 39 40 IdentityMatrix::IdentityMatrix(double diag, uint_4 n) 41 { 42 size_ = n; 43 diag_ = diag; 44 }
Note:
See TracChangeset
for help on using the changeset viewer.