CbmRoot
F64vec1 Class Reference

#include <PSEUDO_F64vec1.h>

Public Member Functions

double & operator[] (int i)
 
double operator[] (int i) const
 
 F64vec1 ()
 
 F64vec1 (const F64vec1 &a)
 
 F64vec1 (const double &a)
 
 vec_arithmetic (F64vec1, double)
 

Public Attributes

double v [1]
 

Friends

double min (double x, double y)
 
double max (double x, double y)
 
double asgnb (double x, double y)
 
double rsqrt (double x)
 
double rcp (double x)
 
double sgn (double x)
 
F64vec1 operator+ (const F64vec1 &a, const F64vec1 &b)
 
F64vec1 operator- (const F64vec1 &a, const F64vec1 &b)
 
F64vec1 operator* (const F64vec1 &a, const F64vec1 &b)
 
F64vec1 operator/ (const F64vec1 &a, const F64vec1 &b)
 
F64vec1 min (const F64vec1 &a, const F64vec1 &b)
 
F64vec1 max (const F64vec1 &a, const F64vec1 &b)
 
F64vec1 asgnb (const F64vec1 &a, const F64vec1 &b)
 
F64vec1 sqrt (const F64vec1 &a)
 
F64vec1 rsqrt (const F64vec1 &a)
 
F64vec1 rcp (const F64vec1 &a)
 
F64vec1 fabs (const F64vec1 &a)
 
F64vec1 sgn (const F64vec1 &a)
 
F64vec1 exp (const F64vec1 &a)
 
F64vec1 log (const F64vec1 &a)
 
F64vec1 sin (const F64vec1 &a)
 
F64vec1 cos (const F64vec1 &a)
 
std::ostream & operator<< (std::ostream &strm, const F64vec1 &a)
 
std::istream & operator>> (std::istream &strm, F64vec1 &a)
 

Detailed Description

Definition at line 14 of file PSEUDO_F64vec1.h.

Constructor & Destructor Documentation

◆ F64vec1() [1/3]

F64vec1::F64vec1 ( )
inline

Definition at line 25 of file PSEUDO_F64vec1.h.

References x, and y.

◆ F64vec1() [2/3]

F64vec1::F64vec1 ( const F64vec1 a)
inline

Definition at line 26 of file PSEUDO_F64vec1.h.

References x, and y.

◆ F64vec1() [3/3]

F64vec1::F64vec1 ( const double &  a)
inline

Definition at line 27 of file PSEUDO_F64vec1.h.

References fabs, x, and y.

Member Function Documentation

◆ operator[]() [1/2]

double& F64vec1::operator[] ( int  i)
inline

Definition at line 22 of file PSEUDO_F64vec1.h.

References v.

◆ operator[]() [2/2]

double F64vec1::operator[] ( int  i) const
inline

Definition at line 23 of file PSEUDO_F64vec1.h.

References v.

◆ vec_arithmetic()

F64vec1::vec_arithmetic ( F64vec1  ,
double   
)

Friends And Related Function Documentation

◆ asgnb [1/2]

F64vec1 asgnb ( const F64vec1 a,
const F64vec1 b 
)
friend

Definition at line 60 of file PSEUDO_F64vec1.h.

◆ asgnb [2/2]

double asgnb ( double  x,
double  y 
)
friend

Definition at line 31 of file PSEUDO_F64vec1.h.

◆ cos

F64vec1 cos ( const F64vec1 a)
friend

Definition at line 69 of file PSEUDO_F64vec1.h.

◆ exp

F64vec1 exp ( const F64vec1 a)
friend

Definition at line 66 of file PSEUDO_F64vec1.h.

◆ fabs

F64vec1 fabs ( const F64vec1 a)
friend

Definition at line 64 of file PSEUDO_F64vec1.h.

Referenced by F64vec1().

◆ log

F64vec1 log ( const F64vec1 a)
friend

Definition at line 67 of file PSEUDO_F64vec1.h.

◆ max [1/2]

F64vec1 max ( const F64vec1 a,
const F64vec1 b 
)
friend

Definition at line 59 of file PSEUDO_F64vec1.h.

◆ max [2/2]

double max ( double  x,
double  y 
)
friend

Definition at line 30 of file PSEUDO_F64vec1.h.

◆ min [1/2]

F64vec1 min ( const F64vec1 a,
const F64vec1 b 
)
friend

Definition at line 58 of file PSEUDO_F64vec1.h.

◆ min [2/2]

double min ( double  x,
double  y 
)
friend

Definition at line 29 of file PSEUDO_F64vec1.h.

◆ operator*

F64vec1 operator* ( const F64vec1 a,
const F64vec1 b 
)
friend

Definition at line 54 of file PSEUDO_F64vec1.h.

◆ operator+

F64vec1 operator+ ( const F64vec1 a,
const F64vec1 b 
)
friend

Definition at line 52 of file PSEUDO_F64vec1.h.

◆ operator-

F64vec1 operator- ( const F64vec1 a,
const F64vec1 b 
)
friend

Definition at line 53 of file PSEUDO_F64vec1.h.

◆ operator/

F64vec1 operator/ ( const F64vec1 a,
const F64vec1 b 
)
friend

Definition at line 55 of file PSEUDO_F64vec1.h.

◆ operator<<

std::ostream& operator<< ( std::ostream &  strm,
const F64vec1 a 
)
friend

Definition at line 78 of file PSEUDO_F64vec1.h.

◆ operator>>

std::istream& operator>> ( std::istream &  strm,
F64vec1 a 
)
friend

Definition at line 83 of file PSEUDO_F64vec1.h.

◆ rcp [1/2]

F64vec1 rcp ( const F64vec1 a)
friend

Definition at line 63 of file PSEUDO_F64vec1.h.

◆ rcp [2/2]

double rcp ( double  x)
friend

Definition at line 35 of file PSEUDO_F64vec1.h.

◆ rsqrt [1/2]

F64vec1 rsqrt ( const F64vec1 a)
friend

Definition at line 62 of file PSEUDO_F64vec1.h.

◆ rsqrt [2/2]

double rsqrt ( double  x)
friend

Definition at line 34 of file PSEUDO_F64vec1.h.

◆ sgn [1/2]

F64vec1 sgn ( const F64vec1 a)
friend

Definition at line 65 of file PSEUDO_F64vec1.h.

◆ sgn [2/2]

double sgn ( double  x)
friend

Definition at line 36 of file PSEUDO_F64vec1.h.

◆ sin

F64vec1 sin ( const F64vec1 a)
friend

Definition at line 68 of file PSEUDO_F64vec1.h.

◆ sqrt

F64vec1 sqrt ( const F64vec1 a)
friend

Definition at line 61 of file PSEUDO_F64vec1.h.

Member Data Documentation

◆ v

double F64vec1::v[1]

Definition at line 20 of file PSEUDO_F64vec1.h.

Referenced by operator[]().


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