OpenCV  4.7.0-dev
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::v_float64x2 Struct Reference

#include <opencv2/core/hal/intrin_rvv.hpp>

Public Types

enum  { nlanes = 2 }
 
typedef double lane_type
 

Public Member Functions

 v_float64x2 ()
 
 v_float64x2 (vfloat64m1_t v)
 
 v_float64x2 (double v0, double v1)
 
double get0 () const
 
 operator vfloat64m1_t () const
 

Public Attributes

double val [2]
 

Member Typedef Documentation

◆ lane_type

typedef double cv::v_float64x2::lane_type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
nlanes 

Constructor & Destructor Documentation

◆ v_float64x2() [1/3]

cv::v_float64x2::v_float64x2 ( )
inline

◆ v_float64x2() [2/3]

cv::v_float64x2::v_float64x2 ( vfloat64m1_t  v)
inlineexplicit

◆ v_float64x2() [3/3]

cv::v_float64x2::v_float64x2 ( double  v0,
double  v1 
)
inline

Member Function Documentation

◆ get0()

double cv::v_float64x2::get0 ( ) const
inline

◆ operator vfloat64m1_t()

cv::v_float64x2::operator vfloat64m1_t ( ) const
inline

Member Data Documentation

◆ val

double cv::v_float64x2::val[2]

The documentation for this struct was generated from the following file: