covariance-matrix.c (is_origin): New function
authorJason H Stover <jhs@math.gcsu.edu>
Fri, 13 Mar 2009 21:28:37 +0000 (17:28 -0400)
committerJason H Stover <jhs@math.gcsu.edu>
Fri, 13 Mar 2009 21:28:37 +0000 (17:28 -0400)
commit428b694be3fe5ab2b4ba430f3a1d12d60a8e510c
treee3e4d87a9a2525670ea5bfc22a4e58fbe678fff7
parentccdebe6fb14add7beff4294d2b65cdec43c44c77
covariance-matrix.c (is_origin): New function

covariance-matrix.c (get_exact_subscript): New function

covariance-matrix.c (covariance_matrix_insert): Use get_exact_subscript.

covariance-matrix.c (is_covariance_contributor): New function.

covariance-matrix.c (covariance_accumulator_to_matrix): Iterate over
the rows and columns of the covariance matrix, and the hash table to
accumulate values for each entry of the matrix.

design-matrix.c (design_matrix_get_n_cols): New function

design-matrix.c (design_matrix_get_n_rows): New function
src/math/covariance-matrix.c
src/math/design-matrix.c
src/math/design-matrix.h