NAME

ow_homogenize_vector - Normalizes the values in the given Vector.

SYNOPSIS

#include "g/g_homogeneous_point.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_homogenize_vector(Vector *vector_to_homogenize);

PARAMETERS

Vector *vector_to_homogenize
The Vector to be changed.

DESCRIPTION

Changes the values of the vector directly, leaving z = 1.0. Returns ERROR or NO_ERROR as appropriate.

RETURNS

ERROR if the z-value = 0.0. NO_ERROR otherwise.

RELATED

homogenize_vector

DISCLAIMER

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

AUTHOR

Andrew Emmott (aemmott)

DOCUMENTER

Andrew Emmott (aemmott)

SEE ALSO

homogenize_vector