NAME
get_min_matrix_element - Finds the smallest element of a matrix
SYNOPSIS
#include "m/m_mat_norm.h"
Example compile flags (system dependent):
-DLINUX_386 -DLINUX_386_P4
-I/home/kobus/include
-L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
-lKJB -llapack -lblas -lg2c -lXext -lX11
int get_min_matrix_element
(
const Matrix *mp,
double *min_ptr,
int *min_i_ptr,
int *min_j_ptr
);
DESCRIPTION
This routine finds the smallest element in the matrix specified by "mp", and
puts it into *min_ptr. The row and column of the element are returned in
*row_ptr and *col_ptr, respectively. Any of these three values can be NULL,
if you are not interested.
RETURNS
NO_ERROR on sucess or ERROR if there are problems.
DISCLAIMER
This software is not adequatedly tested. It is recomended that
results are checked independantly where appropriate.
AUTHOR
Kobus Barnard
DOCUMENTOR
Kobus Barnard
SEE ALSO
frobenius_matrix_norm
,
get_matrix_col_norms
,
get_matrix_row_norms
,
min_abs_matrix_element
,
min_matrix_element
,
max_abs_matrix_element
,
max_matrix_element
,
get_max_matrix_element