add log/2 and exp/2

This commit is contained in:
Vítor Santos de Costa
2008-10-22 00:40:15 +01:00
parent 7eeaf24db2
commit b3cb7b1071
2 changed files with 78 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ typedef enum {
matrix_agg_cols/3,
matrix_to_logs/1,
matrix_to_exps/1,
matrix_to_logs/2,
matrix_to_exps/2,
matrix_op/4,
matrix_op_to_all/4,
matrix_op_to_lines/4,