Fix descriptor creation with lapack layout matrices
- When providing a matrix to
CHAMELEON_Desc_Create()
the ccrb format was incorrectly chosen while it should be cm by default in that case to ease the use with classical column major layout. - Optimize examples by preventing the data copy made by the call to Lap2Desc thanks to the above fix.