#include <boost/numeric/ublas/storage.hpp>
Go to the source code of this file.
|
template<typename T , uint16_type Dim> |
T | Feel::details::dot (FmsPoint< T, Dim > const &a, FmsPoint< T, Dim > const &b) |
|
template<typename T , uint16_type Dim> |
T | Feel::details::norm (FmsPoint< T, Dim > const &a) |
|
template<typename T , uint16_type Dim> |
FmsPoint< T, Dim > | Feel::details::operator* (FmsPoint< T, Dim > const &a, T f) |
|
template<typename T , uint16_type Dim> |
FmsPoint< T, Dim > | Feel::details::operator* (T f, FmsPoint< T, Dim > const &a) |
|
template<typename T , uint16_type Dim> |
FmsPoint< T, Dim > | Feel::details::operator- (FmsPoint< T, Dim > const &m, FmsPoint< T, Dim > const &s) |
|