Functions | |
template<class TScalarType , unsigned int VInputVectorSize> | |
void | EvaluateInnerProduct (const vnl_matrix< TScalarType > &inputMatrix, const CovariantVector< TScalarType, VInputVectorSize > &inputVector, vnl_vector< TScalarType > &outputVector) |
void itk::ImplementationDetails::EvaluateInnerProduct | ( | const vnl_matrix< TScalarType > & | inputMatrix, |
const CovariantVector< TScalarType, VInputVectorSize > & | inputVector, | ||
vnl_vector< TScalarType > & | outputVector ) |
Multiplies the input matrix and the input vector.
Definition at line 312 of file itkAdvancedTransform.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |