NAME
verify_probability_matrix_vector - (MACRO) Debug verification of a matrix vector
SYNOPSIS
#include "m/m_mat_basic.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
void verify_probability_matrix_vector(const Matrix_vector *mp);
DESCRIPTION
When TEST is defined (typically this is "development" mode),
verify_probability_matrix_vector checks that all elements of a matrix vector
are valid numbers, and that they are in the range of [0,1]. NULL input is
considered valid. If invalid numbers are found, then they are set to either
zero or one (depending on which side of [0,1] they fall), and a warning is
printed.
Wen TEST is not defined (typically "production" mode), then
verify_probability_matrix_vector becomes a NOP.
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
verify_matrix_vector
,
verify_non_negative_matrix_vector
,
verify_probability_row_matrix_vector
,
verify_matrix
,
verify_non_negative_matrix
,
verify_probability_matrix
,
verify_probability_row_matrix