TMtxByte::ColExchange Method

TMtxInt *ColExchange(int i, int j);

Exchange matrix columns.

#NameTypeDescription
1iint
2jint
Remarks:

Exchange the i-tj and j-th columns of the calling matrix in-place. An exception is raised if matrix bounds are overrun.

See Also: TMtxByte::RowExchange, TMtxByte::ColPermute, TMtxByte::RowPermute
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler