Template Function helpme::matrixVectorProduct¶
Defined in File cartesiantransform.h
Function Documentation¶
-
template<typename Real>
void helpme::matrixVectorProduct(const Matrix<Real> &transformer, const Real *inputVector, Real *outputVector)¶ matrixVectorProduct A naive implementation of matrix-vector products, avoiding BLAS requirements (for now).
- Parameters:
transformer – the transformation matrix.
inputVector – the vector to be transformed.
outputVector – the transformed vector.