shape_doc 0.1
|
#include <fxv.hpp>
typedef C value_type |
bool operator!= | ( | int | n | ) | const [inline] |
bool operator!= | ( | const self_t & | p | ) | const [inline] |
self_t& operator%= | ( | const X & | x | ) | [inline] |
self_t& operator*= | ( | const X & | x | ) | [inline] |
self_t& operator+= | ( | const X & | x | ) | [inline] |
self_t& operator-= | ( | const X & | x | ) | [inline] |
self_t& operator/= | ( | const X & | x | ) | [inline] |
point< C, with_color< V >, N > & operator= | ( | const fxv< C2, N, H2 > & | v | ) |
Definition at line 199 of file fxv.hpp.
References mmx::copy(), and fxv< C, N, H >::data.
self_t& operator= | ( | const C & | x | ) |
self_t& operator= | ( | const texp::template_expression< S > & | M | ) | [inline] |
bool operator== | ( | int | n | ) | const |
bool operator== | ( | const self_t & | p | ) | const |
const C& operator[] | ( | unsigned | i | ) | const [inline] |
const int _dimension_ = N [static] |
C data[N] |
Definition at line 34 of file fxv.hpp.
Referenced by mmx::add(), mmx::distance(), mmx::div(), mmx::dotprod(), mmx::init(), mmx::max(), qnode::mbox(), mmx::mul(), mmx::norm(), mmx::operator<<(), fxv< C, N, H >::operator=(), fxv< Interval< C >, N >::operator[](), mmx::scdiv(), mmx::scmul(), mmx::sub(), and mmx::urand().