kspaceFirstOrder3D-CUDA  1.1
The CUDA/C++ implementation of the k-wave toolbox for the time-domain simulation of acoustic wave fields in 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MatrixClasses Directory Reference
Directory dependency graph for MatrixClasses:
MatrixClasses

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 64b-wide integers implemented as size_t datatype.
 
file  BaseIndexMatrix.h [code]
 The header file containing the base class for 64b-wide integers implemented as 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  CUFFTComplexMatrix.cpp [code]
 The implementation file containing the class that implements 3D FFT using the cuFFT interface.
 
file  CUFFTComplexMatrix.h [code]
 The header file containing the class that implements 3D FFT using the cuFFT 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.