*** empty log message ***
This commit is contained in:
parent
47a1a24807
commit
24c048d210
@ -14,7 +14,7 @@ const NRSMat<T> twoside_transform(const NRSMat<T> &S, const NRMat<T> &C, bool tr
|
|||||||
if(transp)
|
if(transp)
|
||||||
{
|
{
|
||||||
NRMat<T> tmp = C * S;
|
NRMat<T> tmp = C * S;
|
||||||
NRMat<T> result(C.rows(),C.nrows());
|
NRMat<T> result(C.nrows(),C.nrows());
|
||||||
result.gemm((T)0,tmp,'n',C,'t',(T)1);
|
result.gemm((T)0,tmp,'n',C,'t',(T)1);
|
||||||
return NRSMat<T>(result);
|
return NRSMat<T>(result);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user