Ion
|
Internal helper functions. More...
Functions | |
template<int Dimension, typename T , typename VectorType > | |
VectorType | MultiplyMatrixAndVector (const Matrix< Dimension, T > &m, const VectorType &v) |
Multiplies a matrix and some type of column vector (Vector or Point) to produce another column vector of the same type. More... | |
Internal helper functions.
VectorType ion::math::internal::MultiplyMatrixAndVector | ( | const Matrix< Dimension, T > & | m, |
const VectorType & | v | ||
) |
Multiplies a matrix and some type of column vector (Vector or Point) to produce another column vector of the same type.
Definition at line 45 of file matrixutils.h.
Referenced by ion::math::operator*().