Download this file
8 lines (7 with data), 268 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.