![]() |
fml
0.1-0
Fused Matrix Library
|
Cfml::card | GPU data and methods |
Cfml::comm | MPI communicator data and helpers |
Cfml::gpuscalar< T > | |
Cfml::grid | 2-dimensional MPI process grid |
Cfml::parmat< MAT, VEC, REAL > | |
▼Cfml::parmat< cpumat< REAL >, cpuvec< REAL >, REAL > | |
Cfml::parmat_cpu< REAL > | |
▼Cfml::parmat< gpumat< REAL >, gpuvec< REAL >, REAL > | |
Cfml::parmat_gpu< REAL > | |
▼Cfml::unimat< REAL > | Base matrix class. Not meant for direct use. Instead see cpumat , gpumat , and mpimat |
Cfml::cpumat< REAL > | Matrix class for data held on a single CPU |
Cfml::gpumat< REAL > | Matrix class for data held on a single GPU |
Cfml::mpimat< REAL > | Matrix class for data distributed over MPI in the 2-d block cyclic format |
▼Cfml::univec< T > | Base vector class. Not meant for direct use. Instead see cpuvec and gpuvec |
Cfml::cpuvec< T > | Vector class for data held on a single CPU |
Cfml::gpuvec< T > | Vector class for data held on a single GPU |