Changeset 10791 in ntrip for trunk/BNC/newmat/newmat3.cpp
- Timestamp:
- Dec 3, 2025, 5:37:16 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/BNC/newmat/newmat3.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/newmat/newmat3.cpp
r9434 r10791 668 668 Throw(InternalException("SymmetricBandMatrix::GetRow(MatrixRowCol&)")); 669 669 int w = w1+lower_val; s += w-ncols_val; Real* RowCopy; 670 if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; 670 if (s>0) w -= s; 671 mrc.storage = w; 672 int w2 = w-w1; 671 673 if (!(mrc.cw*HaveStore)) 672 674 { … … 709 711 Throw(InternalException("SymmetricBandMatrix::GetCol(MatrixRowCol&)")); 710 712 int w = w1+lower_val; s += w-ncols_val; Real* ColCopy; 711 if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; 713 if (s>0) w -= s; 714 mrc.storage = w; 715 int w2 = w-w1; 712 716 713 717 if ( +(mrc.cw*HaveStore) ) { REPORT ColCopy = mrc.data; } … … 759 763 760 764 int w = w1+lower_val; s += w-ncols_val; 761 if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; 765 if (s>0) w -= s; 766 mrc.storage = w; 767 int w2 = w-w1; 762 768 763 769 Real* ColCopy = mrc.data = mrc.store+mrc.skip;
Note:
See TracChangeset
for help on using the changeset viewer.
