Constructs a 2x2 matrix (copied from 4, 8 bit integers)
CL_Mat2< Ty>::CL_ML_Mat2(); CL_Mat2< Ty>::CL_ML_Mat2( const CL_Mat2 < Type > & copy); CL_Mat2< Ty>::CL_ML_Mat2( const CL_Mat3 < Type > & copy); CL_Mat2< Ty>::CL_ML_Mat2( const CL_Mat4 < Type > & copy); CL_Mat2< Ty>::CL_ML_Mat2( const float * init_matrix); CL_Mat2< Ty>::CL_ML_Mat2( Type m00, Type m01, Type m10, Type m11); CL_Mat2< Ty>::CL_ML_Mat2( const double * init_matrix); CL_Mat2< Ty>::CL_ML_Mat2( const cl_byte64 * init_matrix); CL_Mat2< Ty>::CL_ML_Mat2( const cl_byte32 * init_matrix); CL_Mat2< Ty>::CL_ML_Mat2( const cl_byte16 * init_matrix); CL_Mat2< Ty>::CL_ML_Mat2( const cl_byte8 * init_matrix);