Download this file
12 lines (11 with data), 248 Bytes
| //=============================================================================
/*! */
template<long n>
inline dcovector_small<n> t(const drovector_small<n>& A)
{
dcovector_small<n> X;
for(long i=0; i<n; i++){
X(i)=A(i);
}
return X;
}
|
×
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.