comparison src/pt-const.h @ 51:7806354a10d3

[project @ 1993-08-11 20:48:00 by jwe]
author jwe
date Wed, 11 Aug 1993 20:50:40 +0000
parents c9d293a496cf
children 0a3d698c6e60
comparison
equal deleted inserted replaced
50:6028dcac27ef 51:7806354a10d3
474 friend tree_constant identity_matrix (tree_constant& a); 474 friend tree_constant identity_matrix (tree_constant& a);
475 friend tree_constant identity_matrix (tree_constant& a, tree_constant& b); 475 friend tree_constant identity_matrix (tree_constant& a, tree_constant& b);
476 476
477 friend tree_constant find_nonzero_elem_idx (tree_constant& a); 477 friend tree_constant find_nonzero_elem_idx (tree_constant& a);
478 478
479 friend tree_constant *matrix_exp (tree_constant& a);
480 friend tree_constant *matrix_log (tree_constant& a); 479 friend tree_constant *matrix_log (tree_constant& a);
481 friend tree_constant *matrix_sqrt (tree_constant& a); 480 friend tree_constant *matrix_sqrt (tree_constant& a);
482 481
483 friend tree_constant *column_max (tree_constant *args, int nargin, 482 friend tree_constant *column_max (tree_constant *args, int nargin,
484 int nargout); 483 int nargout);