kspaceFirstOrder3D-OMP
1.2
The C++ implementation of the k-wave toolbox for the time-domain simulation of acoustic wave fields in 3D
|
Files | |
file | BaseFloatMatrix.cpp [code] |
The implementation file containing the base class for single precisions floating point numbers (floats). | |
file | BaseFloatMatrix.h [code] |
The header file containing the base class for single precisions floating point numbers (floats). | |
file | BaseIndexMatrix.cpp [code] |
The implementation file containing the base class for index matrices (based on the size_t datatype). | |
file | BaseIndexMatrix.h [code] |
The header file containing the base class for index matrices (based on the size_t datatype). | |
file | BaseMatrix.h [code] |
The header file of the common ancestor of all matrix classes. A pure abstract class. | |
file | ComplexMatrix.cpp [code] |
The implementation file with the class for complex matrices. | |
file | ComplexMatrix.h [code] |
The header file with the class for complex matrices. | |
file | FftwComplexMatrix.cpp [code] |
The implementation file containing the class that implements 3D FFT using the FFTW interface. | |
file | FftwComplexMatrix.h [code] |
The header file containing the class that implements 3D FFT using the FFTW interface. | |
file | IndexMatrix.cpp [code] |
The implementation file containing the class for 64b integer matrices. | |
file | IndexMatrix.h [code] |
The header file containing the class for 64b integer matrices. | |
file | RealMatrix.cpp [code] |
The implementation file containing the class for real matrices. | |
file | RealMatrix.h [code] |
The header file containing the class for real matrices. | |