C++ CLASSES
1. Susceptibility - Public methods
1.1. Susceptibility - Default
1.2. Susceptibility - From system
1.3. Susceptibility - From file
1.4. ~Susceptibility
1.5. WriteToBinaryFile
1.6. ReadBinaryErrors
1.7. RawToTextFile
1.8. FirstToTextFile
1.9. SecondToTextFile
1.10. ThirdToTextFile
1.11. TestSums
1.12. operator* - Response*Signal
1.13. GetOrder
1.14. GetSize
1.15. GetTimeInc
2. Signal - Public methods
2.1. Signal - Default
2.2. Signal - Step function
2.3. Signal - From vector
2.4. Signal - From signal
2.5. ~Signal
2.6. operator+ - Signal+Signal
2.7. operator- - Signal-Signal
2.8. operator* - Signal*Signal - Convolution
2.9. operator/ - Signal/Signal - Deconvolution
2.10. operator+ - Signal+constant
2.11. operator- - Signal-constant
2.12. operator* - Signal*constant
2.13. operator/ - Signal/constant
2.14. operator=
2.15. Derivative
2.16. Integral
2.17. Primitive
2.18. WriteToTextFile
2.19. ReadFromTextFile
2.20. GetSize
2.21. GetTimeInc
2.22. *GetPtrToData
3. Response - Public methods
3.1. Response - Default
3.2. Response - From matrix
3.3. Response - From response
3.4. ~Response
3.5. operator=
3.6. operator[]
3.7. WriteToTextFile
3.8. GetOrder
3.9. GetSize
3.10. GetTimeInc
4. System - Public methods
4.1. System - Default
4.2. System - De novo
4.3. ~System
4.4. Functional
5. System - Protected methods
5.1. IntegrateOneStep
5.2. InitSS
5.3. EvaluateSystem
6. System - Protected data members
|