Main Page | Class List | File List | Class Members | File Members | Related Pages

double-_dgematrix.hpp

Go to the documentation of this file.
00001 //=============================================================================
00002 /*! double*_dgematrix operator */
00003 inline _dgematrix operator*(const double& d, const _dgematrix& mat)
00004 {
00005   dscal_(mat.Ml*mat.Nl, d, mat.Array, 1);
00006   
00007   return mat;
00008 }

Generated on Sat Jan 31 19:25:44 2004 for CPPScaLapack by doxygen 1.3.5