NAME

get_max_int_matrix_row_elements - Retrieves a vector with the max element from each of the Int_matrix rows.

SYNOPSIS

#include "m/m_mat_norm.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 get_max_int_matrix_row_elements
(
	Int_vector **result_ivpp,
	const Int_matrix *imp
);

DESCRIPTION

This routine extracts the max elements the rows of a matrix. The max element for each row is returned as an element of the vector pointed to by result_vpp. That vector is created or resized as need be.

RETURNS

NO_ERROR on success, and ERROR if there is a problem with the error message being set.

DISCLAIMER

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

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

frobenius_matrix_norm , get_matrix_col_norms , get_matrix_row_norms , min_abs_matrix_element , min_matrix_element , get_min_matrix_element , max_abs_matrix_element , max_matrix_element , get_max_matrix_element , get_max_matrix_row_elements , min_thresh_matrix , ow_min_abs_thresh_matrix , ow_min_thresh_matrix , max_thresh_matrix , ow_max_thresh_matrix