NAME
ow_sum_matrix_rows - An ow_ version of sum_matrix_rows() does not really make sense, but it is the
SYNOPSIS
#include "m/m_mat_stat.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 ow_sum_matrix_rows
(
Vector *output_vp,
const Matrix *input_mp
);
DESCRIPTION
easiest solution to forcing the answer to go into a specified matrix which is
done in annotate.c to put the results into a subset of a vector.
SEE ALSO
average_matrix_vector_rows
,
average_matrix_rows
,
average_matrix_rows_without_missing
,
average_matrix_rows_without_negatives
,
sum_matrix_rows
,
sum_matrix_rows_without_missing
,
sum_matrix_rows_without_negatives
,
get_matrix_row_stats
,
get_matrix_row_stats_2
,
average_matrix_cols
,
average_matrix_cols_without_missing
,
average_matrix_cols_without_negatives
,
sum_matrix_cols
,
sum_matrix_cols_without_missing
,
sum_matrix_cols_without_negatives
,
get_fixed_clustering_of_3D_data
,
get_fixed_cluster_average_of_3D_data