gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <STensor63.h>
Public Member Functions | |
STensor63 (const double val=0) | |
STensor63 (const STensor63 &src) | |
double & | operator() (int i, int j, int k, int l, int m, int n) |
double | operator() (int i, int j, int k, int l, int m, int n) const |
STensor63 & | operator= (const STensor63 &other) |
STensor63 & | operator+= (const STensor63 &other) |
STensor63 & | operator-= (const STensor63 &other) |
STensor63 & | operator*= (const double &other) |
Protected Attributes | |
double | _val [3][3][3][3][3][3] |
Definition at line 8 of file STensor63.h.
STensor63::STensor63 | ( | const double | val = 0 | ) |
Definition at line 8 of file STensor63.cpp.
STensor63::STensor63 | ( | const STensor63 & | src | ) |
Definition at line 18 of file STensor63.cpp.
|
inline |
Definition at line 15 of file STensor63.h.
|
inline |
Definition at line 19 of file STensor63.h.
|
inline |
Definition at line 56 of file STensor63.h.
Definition at line 34 of file STensor63.h.
Definition at line 45 of file STensor63.h.
Definition at line 23 of file STensor63.h.
|
protected |
Definition at line 10 of file STensor63.h.
Referenced by operator()(), operator*=(), operator+=(), operator-=(), operator=(), and STensor63().