BmnRoot
Loading...
Searching...
No Matches
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 23 of file PSEUDO_F64vec1.h.

◆ F64vec1() [2/3]

F64vec1::F64vec1 ( const F64vec1 a)
inline

Definition at line 24 of file PSEUDO_F64vec1.h.

References v.

◆ F64vec1() [3/3]

F64vec1::F64vec1 ( const double &  a)
inline

Definition at line 27 of file PSEUDO_F64vec1.h.

References v.

Member Function Documentation

◆ operator[]() [1/2]

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

Definition at line 20 of file PSEUDO_F64vec1.h.

References i, and v.

◆ operator[]() [2/2]

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

Definition at line 21 of file PSEUDO_F64vec1.h.

References i, and v.

◆ vec_arithmetic()

F64vec1::vec_arithmetic ( F64vec1  ,
double   
)

Friends And Related Symbol Documentation

◆ asgnb [1/2]

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

Definition at line 51 of file PSEUDO_F64vec1.h.

◆ asgnb [2/2]

double asgnb ( double  x,
double  y 
)
friend

Definition at line 33 of file PSEUDO_F64vec1.h.

◆ cos

F64vec1 cos ( const F64vec1 a)
friend

Definition at line 60 of file PSEUDO_F64vec1.h.

◆ exp

F64vec1 exp ( const F64vec1 a)
friend

Definition at line 57 of file PSEUDO_F64vec1.h.

◆ fabs

F64vec1 fabs ( const F64vec1 a)
friend

Definition at line 55 of file PSEUDO_F64vec1.h.

◆ log

F64vec1 log ( const F64vec1 a)
friend

Definition at line 58 of file PSEUDO_F64vec1.h.

◆ max [1/2]

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

Definition at line 50 of file PSEUDO_F64vec1.h.

◆ max [2/2]

double max ( double  x,
double  y 
)
friend

Definition at line 32 of file PSEUDO_F64vec1.h.

◆ min [1/2]

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

Definition at line 49 of file PSEUDO_F64vec1.h.

◆ min [2/2]

double min ( double  x,
double  y 
)
friend

Definition at line 31 of file PSEUDO_F64vec1.h.

◆ operator*

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

Definition at line 45 of file PSEUDO_F64vec1.h.

◆ operator+

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

Definition at line 43 of file PSEUDO_F64vec1.h.

◆ operator-

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

Definition at line 44 of file PSEUDO_F64vec1.h.

◆ operator/

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

Definition at line 46 of file PSEUDO_F64vec1.h.

◆ operator<<

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

Definition at line 69 of file PSEUDO_F64vec1.h.

◆ operator>>

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

Definition at line 74 of file PSEUDO_F64vec1.h.

◆ rcp [1/2]

F64vec1 rcp ( const F64vec1 a)
friend

Definition at line 54 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 53 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 56 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 59 of file PSEUDO_F64vec1.h.

◆ sqrt

F64vec1 sqrt ( const F64vec1 a)
friend

Definition at line 52 of file PSEUDO_F64vec1.h.

Member Data Documentation

◆ v

double F64vec1::v[1]

Definition at line 18 of file PSEUDO_F64vec1.h.

Referenced by F64vec1(), F64vec1(), operator[](), and operator[]().


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