/[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.1.1.1 by delpinux, Mon Feb 17 16:32:52 2003 UTC revision 1.2 by delpinux, Fri Feb 21 13:32:46 2003 UTC
# Line 189  public: Line 189  public:
189    /// Default constructor does nothing.    /// Default constructor does nothing.
190    TinyMatrix()    TinyMatrix()
191    {    {
192        T* y = x[0];
193      for (int i=0; i<M*N; i++)      for (int i=0; i<M*N; i++)
194        y[i] = 0;        y[i] = 0;
   
195    }    }
196    
197    //! Copy constructor.    //! Copy constructor.

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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