Menu

[r151]: / trunk / include / complex- / complex-zhsmatrix.hpp  Maximize  Restore  History

Download this file

8 lines (7 with data), 266 Bytes

1
2
3
4
5
6
7
//=============================================================================
/*! complex*zhsmatrix operator */
inline _zgsmatrix operator*(const comple& d, const zhsmatrix& mat)
{CPPL_VERBOSE_REPORT;
zgsmatrix newmat( mat.to_zgsmatrix() );
return d*newmat;
}
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.