1 #include <lifev/core/array/VectorSmall.hpp> 2 #include <lifev/core/array/MatrixSmall.hpp> 14 MatrixSmall<3, 3> result;
16 for (
UInt i = 0; i < 3; i++ )
17 for (
UInt j = 0; j < 3; j++ )
19 result[i][j] = M_coords[ i ] * vector.M_coords[ j ];
MatrixSmall< 3, 3 > outerProduct(VectorSmall< 3 > const &vector) const
Outer product.
void updateInverseJacobian(const UInt &iQuadPt)
uint32_type UInt
generic unsigned integer (used mainly for addressing)