/[ff3d]/ff3d/algebra/TinyMatrix.hpp
ViewVC logotype

Diff of /ff3d/algebra/TinyMatrix.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by delpinux, Fri Aug 8 08:39:56 2003 UTC revision 1.7 by delpinux, Wed Nov 26 18:50:19 2003 UTC
# Line 261  public: Line 261  public:
261      for (size_t i=0; i<M; i++)      for (size_t i=0; i<M; i++)
262        for (size_t j=0; j<N; j++)        for (size_t j=0; j<N; j++)
263          C.__x[i][j] = __x[i][j] + B.__x[i][j];          C.__x[i][j] = __x[i][j] + B.__x[i][j];
264      return B;      return C;
265    }    }
266    
267    /**    /**

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26