This class is used to apply an operation to each element in the matrix.
More...
#include <MatrixMapper.h>
This class is used to apply an operation to each element in the matrix.
◆ Map() [1/2]
Given a distributed matrix, apply this procedure to each element (cmplx).
- Parameters
-
inmat | the matrix to apply the procedure to. |
outmat | the matrix where each element has had proc called on it. |
proc | the procedure to apply. |
◆ Map() [2/2]
Given a distributed matrix, apply this procedure to each element (real).
- Parameters
-
inmat | the matrix to apply the procedure to. |
outmat | the matrix where each element has had proc called on it. |
proc | the procedure to apply. |
The documentation for this class was generated from the following files:
- /Users/wddawson/Desktop/NTPoly/Source/CPlusPlus/MatrixMapper.h
- /Users/wddawson/Desktop/NTPoly/Source/CPlusPlus/MatrixMapper.cc