Download this file
8 lines (7 with data), 266 Bytes
| //=============================================================================
/*! 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.