| 488 | |
| 489 | template<class Cmpt> |
| 490 | inline typename innerProduct<Vector<Cmpt>, Tensor<Cmpt>>::type |
| 491 | operator/(const Vector<Cmpt>& v, const Tensor<Cmpt>& t) |
| 492 | { |
| 493 | return inv(t) & v; |
| 494 | } |
| 495 | |
| 496 | |
| 497 | // * * * * * * * * * * * * * * * Global Functions * * * * * * * * * * * * * // |