00001 #ifndef Pv_Matrix_Sc_Included 00002 #define Pv_Matrix_Sc_Included 00003 00004 #include "pv_matrix.h" 00005 00006 /*declarations*/ 00007 00008 class Pv_Matrix_Sc:public Pv_Matrix{ 00009 public: 00010 /*constructors*/ 00011 Pv_Matrix_Sc(double x); 00012 Pv_Matrix_Sc(double x,double y,double z); 00013 00014 /*destructor*/ 00015 00016 /*reset*/ 00017 00018 /*equals*/ 00019 00020 /*set*/ 00021 00022 /*get*/ 00023 00024 /*display*/ 00025 00026 /*operators*/; 00027 00028 /*friends*/ 00029 00030 /*miscellaneous*/ 00031 00032 }; 00033 00034 /*string operator*/ 00035 00036 /*other operators*/ 00037 00038 #endif
1.2.18