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