Subversion Repositories gelsvn

Rev

Rev 12 | Rev 45 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 44
Line 54... Line 54...
54
	{
54
	{
55
	  (*this) = (*this) * m2;
55
	  (*this) = (*this) * m2;
56
	  return static_cast<const MT&>(*this);
56
	  return static_cast<const MT&>(*this);
57
	}
57
	}
58
		
58
		
-
 
59
      const MT& operator *=(ScalarType k) 
-
 
60
	{
-
 
61
	  return ArithMatFloat<VT,VT,MT,ROWS>::operator*=(k);
-
 
62
	}
-
 
63
 
59
      void identity()
64
      void identity()
60
	{
65
	{
61
	  for(int i=0;i<ROWS;++i)
66
	  for(int i=0;i<ROWS;++i)
62
	    {
67
	    {
63
	      for(int j=0;j<ROWS;++j)
68
	      for(int j=0;j<ROWS;++j)