OpenCV  4.5.3
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::v_float32x4 Struct Reference

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

Public Types

enum  { nlanes = 4 }
 
typedef float lane_type
 

Public Member Functions

 v_float32x4 ()
 
 v_float32x4 (vfloat32m1_t v)
 
 v_float32x4 (float v0, float v1, float v2, float v3)
 
float get0 () const
 
 operator vfloat32m1_t () const
 

Public Attributes

float val [4]
 

Member Typedef Documentation

◆ lane_type

typedef float cv::v_float32x4::lane_type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
nlanes 

Constructor & Destructor Documentation

◆ v_float32x4() [1/3]

cv::v_float32x4::v_float32x4 ( )
inline

◆ v_float32x4() [2/3]

cv::v_float32x4::v_float32x4 ( vfloat32m1_t  v)
inlineexplicit

◆ v_float32x4() [3/3]

cv::v_float32x4::v_float32x4 ( float  v0,
float  v1,
float  v2,
float  v3 
)
inline

Member Function Documentation

◆ get0()

float cv::v_float32x4::get0 ( ) const
inline

◆ operator vfloat32m1_t()

cv::v_float32x4::operator vfloat32m1_t ( ) const
inline

Member Data Documentation

◆ val

float cv::v_float32x4::val[4]

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