wektor 8hh source


Uklady_zepsolone: inc/wektor.hh Source File Main Page Classes Files File List inc/wektor.hh00001 #ifndef WEKTOR_HH 00002 #define WEKTOR_HH 00003 #include <iostream> 00004 00005 #include "macierz.hh" 00006 #include "lzespolona.hh" 00007 00008 #define ROZMIAR 3 00009 00010 00013 class Wektor 00014 { 00023 LZespolona TabW[ROZMIAR]; 00024 00025 public: 00026 00032 Wektor() 00033 { 00034 for ( int j = 0; j<ROZMIAR; j++) 00035 { 00036 TabW[j] = 0; 00037 } 00038 } 00039 00040 00041 00050 LZespolona operator [ ] ( unsigned int j ) const 00051 { return TabW[j-1]; } 00052 LZespolona & operator [ ] ( unsigned int j ) 00053 { return TabW[j-1]; } 00054 00055 00056 00057 00058 00067 bool Wektor::operator = (const Wektor W ); 00068 00069 00070 00071 00080 Wektor Wektor::operator * (const Macierz3x3 M ) const; 00081 Wektor Wektor::operator - (const Wektor WyrWol ); 00082 00083 00084 00085 00091 void WczytajWektor(); 00092 void WyswietlWektor(); 00093 00094 00095 00096 00097 00111 void Rozwiaz( const Macierz3x3 M , const Wektor WyrWol ); 00112 00113 00114 00115 00116 00126 double LiczBlad( const Macierz3x3 M , const Wektor WyrWol ) const; 00127 00128 }; 00129 00130 #endif  All Classes Functions Friends Generated on Mon Apr 19 09:52:43 2010 for Uklady_zepsolone by  1.6.3

Wyszukiwarka

Podobne podstrony:
manipulator 8hh source
lzespolona 8hh source
macierz 8hh source
macierz 8hh source
segment 8hh source
wspolrzedne 8hh source
obsluga 8hh source
lacze do gnuplota 8hh source
lzespolona 8hh source
source30
Matrix3?pp source
Thread?pp source
arm biquad ?scade ?1 ?st q31? source
arm conv ?2? source
arm mat mult q15? source
analiza wektorowa

więcej podobnych podstron