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

double-_dgematrix.hpp File Reference

Go to the source code of this file.

Functions

_dgematrix operator * (const double &d, const _dgematrix &mat)


Function Documentation

_dgematrix operator * const double &  d,
const _dgematrix mat
[inline]
 

double*_dgematrix operator

Definition at line 3 of file double-_dgematrix.hpp.

References _dgematrix::Array, _dgematrix::Ml, and _dgematrix::Nl.

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