Lines Matching refs:Action_cholesky
2 // File : action_cholesky.hh
19 #ifndef ACTION_CHOLESKY
20 #define ACTION_CHOLESKY
31 class Action_cholesky {
37 Action_cholesky( int size ):_size(size)
39 MESSAGE("Action_cholesky Ctor");
64 Action_cholesky( const Action_cholesky & )
66 INFOS("illegal call to Action_cholesky Copy Ctor");
72 ~Action_cholesky( void ){
74 MESSAGE("Action_cholesky Dtor");