Download this file
13 lines (10 with data), 298 Bytes
1
2
3
4
5
6
7
8
9
10
11
12 | //=============================================================================
/*! cast to _zrovector */
inline _zrovector drovector::to_zrovector() const
{VERBOSE_REPORT;
zrovector newvec(l);
for(long i=0; i<l; i++){
newvec.array[i] =comple(array[i], 0.);
}
return _(newvec);
}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.