Changeset 3033 in Sophya for trunk/SophyaPI/PIext/nomtmatvecadapter.cc
- Timestamp:
- Jul 17, 2006, 6:06:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomtmatvecadapter.cc
r2999 r3033 89 89 char buff[32]; 90 90 sprintf(buff, "%ld", (long)mMtx->Size()); 91 return string(buff); 92 } 93 else if ((opts[0] == "nrow") || (opts[0] == "nrows")) { 94 char buff[32]; 95 sprintf(buff, "%ld", (long)mMtx->NRows()); 96 return string(buff); 97 } 98 else if ((opts[0] == "ncol") || (opts[0] == "ncols")) { 99 char buff[32]; 100 sprintf(buff, "%ld", (long)mMtx->NCols()); 91 101 return string(buff); 92 102 }
Note:
See TracChangeset
for help on using the changeset viewer.