libsimdpp
1.0
|
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
simdpp::float64< N, void > Class Template Reference
Class representing a float64 vector of arbitrary length. More...
Inheritance diagram for simdpp::float64< N, void >:

Public Types | |
using | element_type = double |
using | base_vector_type = float64v |
using | expr_type = void |
![]() | |
using | element_type = double |
using | uint_element_type = uint64_t |
using | int_vector_type = int64< N > |
using | uint_vector_type = uint64< N > |
using | mask_vector_type = mask_float64< N > |
Public Member Functions | |
float64 ()=default | |
float64 (const float64< N > &)=default | |
float64< N > & | operator= (const float64< N > &)=default |
template<class E > | |
float64 (const float64< N, E > &d) | |
template<class V > | |
float64 (const any_vec< N *8, V > &d) | |
template<class V > | |
float64< N > & | operator= (const any_vec< N *8, V > &d) |
const float64v & | operator[] (unsigned i) const |
float64v & | operator[] (unsigned i) |
float64< N > | eval () const |
Static Public Member Functions | |
static float64< N > | zero () |
Creates a float64 vector with the contents set to zero. More... | |
Static Public Attributes | |
static const unsigned | type_tag = SIMDPP_TAG_FLOAT |
![]() | |
static const unsigned | length |
static const unsigned | vec_length |
static const unsigned | num_bits |
static const uint_element_type | all_bits |
![]() | |
static const unsigned | size_tag |
![]() | |
static const unsigned | length_bytes |
Detailed Description
template<unsigned N>
class simdpp::float64< N, void >
Class representing a float64 vector of arbitrary length.
The vector always contains at least one native vector.
Member Typedef Documentation
template<unsigned N>
using simdpp::float64< N, void >::base_vector_type = float64v |
template<unsigned N>
using simdpp::float64< N, void >::element_type = double |
template<unsigned N>
using simdpp::float64< N, void >::expr_type = void |
Constructor & Destructor Documentation
template<unsigned N>
|
default |
template<unsigned N>
|
default |
template<unsigned N>
template<class E >
|
inline |
template<unsigned N>
template<class V >
|
inlineexplicit |
Member Function Documentation
template<unsigned N>
|
inline |
template<unsigned N>
|
default |
template<unsigned N>
template<class V >
|
inline |
template<unsigned N>
|
inline |
template<unsigned N>
|
inline |
template<unsigned N>
|
inlinestatic |
Creates a float64 vector with the contents set to zero.
r0 = 0.0f
...
rN = 0.0f
Member Data Documentation
template<unsigned N>
|
static |
The documentation for this class was generated from the following file:
- types/float64.h
Generated on Tue Apr 8 2014 03:14:35 for libsimdpp by
