Home | History | Annotate | Download | only in actions

Lines Matching refs:Action_hessenberg

2 // File   :  action_hessenberg.hh
19 #ifndef ACTION_HESSENBERG
20 #define ACTION_HESSENBERG
31 class Action_hessenberg {
37 Action_hessenberg( int size ):_size(size)
39 MESSAGE("Action_hessenberg Ctor");
63 Action_hessenberg( const Action_hessenberg & )
65 INFOS("illegal call to Action_hessenberg Copy Ctor");
71 ~Action_hessenberg( void ){
73 MESSAGE("Action_hessenberg Dtor");