#include <BlasLapackKernels.h>
◆ amaxsMultiVector()
Template for computing \( l_{\inf} \) norms of all the numVec vectors in a multi Vector.
- Parameters
-
[in] | vecSize | size of each vector |
[in] | numVec | number of vectors in the multi Vector |
[in] | multiVecData | multi vector data in row major format i.e. vector index is the fastest index |
- Returns
- \( l_{\inf} \) norms of all the vectors
◆ nrms2MultiVector()
Template for computing \( l_2 \) norms of all the numVec vectors in a multi Vector.
- Parameters
-
[in] | vecSize | size of each vector |
[in] | numVec | number of vectors in the multi Vector |
[in] | multiVecData | multi vector data in row major format i.e. vector index is the fastest index |
- Returns
- \( l_2 \) norms of all the vectors
The documentation for this class was generated from the following files: