@@ -92,6 +92,7 @@ inline NRSMat<T>::NRSMat(const T& a, const int n) : nn(n),
{
*count=1;
if(a!=(T)0)for(inti=0;i<NN2;i++)v[i]=a;
elsememset(v,0,NN2*sizeof(T));
}
template<typenameT>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.