All Classes |Grouped Classes |Index

Function add

Add this matrix and a specified matrix.

	static CL_Mat2<Typt; CL_Mat2; Typeype >ddaddadd(
		const CL_Mat2 < Type > & matrix_1,
		const CL_Mat2 < Type > & matrix_2);

	CL_Mat2<Type>p; CL_Mat2; Typeype >::addadd(
		const CL_Mat2 < Type > & add_matrix);

Detailed description:

This adds the matrix as follows: this = add_matrix - this