Renamed interaction_variable_get_var to interaction_get_variable.
authorJason H Stover <jhs@math.gcsu.edu>
Tue, 16 Jun 2009 16:20:57 +0000 (12:20 -0400)
committerJason H Stover <jhs@math.gcsu.edu>
Tue, 16 Jun 2009 16:20:57 +0000 (12:20 -0400)
commit8829e1f148c279db0f19b9e3bd746ace07d2d7f1
tree6167306f19178172f2a60abc31ff407102e0c510
parentd3e8952f1384ee4466aceaa83cde9c3ebfa1ac8e
Renamed interaction_variable_get_var to interaction_get_variable.

Renamed interaction_variable_get_member to interaction_get_member.

Split update_hash_entry into update_hash_entry and
update_hash_entry_intr for interactions.

inner_intr_loop: New function.

covariance_accumulate_pairwise: Loop separately over variables, then interactions.

interaction_variable_create: Make interactions type alpha when
appropriate.

interaction_value_create: Use value_resize to avoid copying more data than
necessary into new interaction_value.
src/math/covariance-matrix.c
src/math/covariance-matrix.h
src/math/interaction.c
src/math/interaction.h