Subversion Repositories gelsvn

Rev

Rev 22 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 41
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
 
-
 
60
						/// Assignment multiplication of matrix by scalar.
-
 
61
						const MT& operator *=(ScalarType k) 
-
 
62
								{
-
 
63
										ArithMatFloat<VT,VT,MT,ROWS>::operator*=(k);
-
 
64
								}
-
 
65
 
59
      void identity()
66
						void identity()
60
	{
67
								{
61
	  for(int i=0;i<ROWS;++i)
68
										for(int i=0;i<ROWS;++i)
62
	    {
69
										{
63
	      for(int j=0;j<ROWS;++j)
70
												for(int j=0;j<ROWS;++j)