Menu

[r78]: / trunk / include / small / drovector_small-calc.hpp  Maximize  Restore  History

Download this file

12 lines (11 with data), 248 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
//=============================================================================
/*! */
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.