#include <PSEUDO_F64vec1.h>
|
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) |
|
Definition at line 14 of file PSEUDO_F64vec1.h.
◆ F64vec1() [1/3]
◆ F64vec1() [2/3]
F64vec1::F64vec1 |
( |
const F64vec1 & |
a | ) |
|
|
inline |
◆ F64vec1() [3/3]
F64vec1::F64vec1 |
( |
const double & |
a | ) |
|
|
inline |
◆ operator[]() [1/2]
double& F64vec1::operator[] |
( |
int |
i | ) |
|
|
inline |
◆ operator[]() [2/2]
double F64vec1::operator[] |
( |
int |
i | ) |
const |
|
inline |
◆ vec_arithmetic()
F64vec1::vec_arithmetic |
( |
F64vec1 |
, |
|
|
double |
|
|
) |
| |
◆ asgnb [1/2]
double asgnb |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
friend |
◆ asgnb [2/2]
◆ cos
◆ exp
◆ fabs
◆ log
◆ max [1/2]
double max |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
friend |
◆ max [2/2]
◆ min [1/2]
double min |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
friend |
◆ min [2/2]
◆ operator*
◆ operator+
◆ operator-
◆ operator/
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
strm, |
|
|
const F64vec1 & |
a |
|
) |
| |
|
friend |
◆ operator>>
std::istream& operator>> |
( |
std::istream & |
strm, |
|
|
F64vec1 & |
a |
|
) |
| |
|
friend |
◆ rcp [1/2]
◆ rcp [2/2]
◆ rsqrt [1/2]
Definition at line 28 of file PSEUDO_F64vec1.h.
28 {
return 1. /
sqrt(x); }
friend F64vec1 sqrt(const F64vec1 &a)
◆ rsqrt [2/2]
◆ sgn [1/2]
◆ sgn [2/2]
◆ sin
◆ sqrt
The documentation for this class was generated from the following file: