#include <STensor43.h>
|
int | getIndex (int i, int j, int k, int l) const |
|
| STensor43 (const STensor43 &other) |
|
| STensor43 (const double v=0.0) |
|
| STensor43 (const double vik, const double vil) |
|
double & | operator() (int i, int j, int k, int l) |
|
double | operator() (int i, int j, int k, int l) const |
|
STensor43 | operator+ (const STensor43 &other) const |
|
STensor43 & | operator+= (const STensor43 &other) |
|
STensor43 & | operator-= (const STensor43 &other) |
|
STensor43 & | operator= (const STensor43 &other) |
|
STensor43 & | operator*= (const double &other) |
|
STensor43 | transpose (int n, int m) const |
|
void | print (const char *) const |
|
const double * | data () const |
|
double * | data () |
|
void | axpy (const double a, const STensor43 &other) |
|
Definition at line 19 of file STensor43.h.
◆ STensor43() [1/3]
STensor43::STensor43 |
( |
const STensor43 & |
other | ) |
|
|
inline |
◆ STensor43() [2/3]
STensor43::STensor43 |
( |
const double |
v = 0.0 | ) |
|
|
inline |
◆ STensor43() [3/3]
STensor43::STensor43 |
( |
const double |
vik, |
|
|
const double |
vil |
|
) |
| |
|
inline |
◆ axpy()
void STensor43::axpy |
( |
const double |
a, |
|
|
const STensor43 & |
other |
|
) |
| |
|
inline |
◆ data() [1/2]
double* STensor43::data |
( |
| ) |
|
|
inline |
◆ data() [2/2]
const double* STensor43::data |
( |
| ) |
const |
|
inline |
◆ getIndex()
int STensor43::getIndex |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k, |
|
|
int |
l |
|
) |
| const |
|
inline |
◆ operator()() [1/2]
double& STensor43::operator() |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k, |
|
|
int |
l |
|
) |
| |
|
inline |
◆ operator()() [2/2]
double STensor43::operator() |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k, |
|
|
int |
l |
|
) |
| const |
|
inline |
◆ operator*=()
STensor43& STensor43::operator*= |
( |
const double & |
other | ) |
|
|
inline |
◆ operator+()
◆ operator+=()
◆ operator-=()
◆ operator=()
◆ print()
void STensor43::print |
( |
const char * |
s | ) |
const |
◆ transpose()
STensor43 STensor43::transpose |
( |
int |
n, |
|
|
int |
m |
|
) |
| const |
|
inline |
◆ _val
double STensor43::_val[81] |
|
protected |
The documentation for this class was generated from the following files: