NAME

ow_horizontal_flip_matrix - Performs in-place reordering of the matrix's columns

SYNOPSIS

#include "m/m_mat_flip.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


int ow_horizontal_flip_matrix(Matrix *m_p);

DESCRIPTION

This routine alters the order of the columns, such that the entire contents of the matrix are flipped left to right. The previous first column becomes the last column, and so on.

RETURNS

NO_ERROR on success, and ERROR on failure, with an error message being set.

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Andrew Predoehl

DOCUMENTER

Andrew Predoehl and Kobus Barnard

SEE ALSO

ow_vertical_flip_matrix