Commit graph

7 commits

Author SHA1 Message Date
Dave Goodwin
f5ffa16a48 changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
Dave Goodwin
501e9f1ac1 changed doublereal* to iterator in axpy 2006-04-25 09:52:39 +00:00
Dave Goodwin
9bd690ae04 Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
Harry Moffat
db9f2b1b87 static_cast added to avoid VC++ compiler issues. 2004-07-01 23:25:14 +00:00
Dave Goodwin
05b839c561 *** empty log message *** 2003-11-13 13:57:55 +00:00
Harry Moffat
916c065a9f Added the function ptrColumn(), which returns a pointer to the
top of a column of the matrix.
2003-07-03 16:23:43 +00:00
Dave Goodwin
1e8d3822ff Initial revision 2003-04-14 17:57:48 +00:00