operations.hh File Reference
Go to the source code of this file.
Classes | |
class | concepts::multiplies< F, G, H > |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
std | |
Functions | |
uint | std::abs (const uint &v) |
template<class F , uint dim> | |
Mapping< F, dim > | concepts::adjugate (const Mapping< F, dim > &m) |
template<class F , uint dim> | |
Mapping< F, dim > & | concepts::adjugate (Mapping< F, dim > &m) |
const concepts::Real | std::conj (const concepts::Real &v) |
Returns the conjugate complex of a real value. More... | |
template<class F , uint dim> | |
F | concepts::determinant (const Mapping< F, dim > &m) |
template<class F > | |
F | concepts::inverse (const F &f) |
template<class F , uint dim> | |
Mapping< F, dim > | concepts::inverse (const Mapping< F, dim > &m) |
template<class F > | |
F & | concepts::inverse (F &f) |
template<class F , uint dim> | |
Mapping< F, dim > & | concepts::inverse (Mapping< F, dim > &m) |
const concepts::Real | std::norm (const concepts::Real &v) |
Returns the square of a real value. More... | |
template<class F , uint dim> | |
Mapping< F, dim > | concepts::prodTranspose (const Mapping< F, dim > &m) |
template<class F , uint dim> | |
Mapping< F, dim > & | concepts::prodTranspose (Mapping< F, dim > &m) |
template<class F , class G > | |
G | concepts::product (const F &m, const G &v) |
template<class F , class G > | |
G & | concepts::product (const F &m, G &v) |
template<class F , uint dim> | |
Mapping< F, dim > | concepts::transpose (const Mapping< F, dim > &m) |
template<class F , uint dim> | |
Mapping< F, dim > & | concepts::transpose (Mapping< F, dim > &m) |
Detailed Description
Basic operations
Definition in file operations.hh.