gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
STensor53 Class Reference

#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
 
STensor53operator= (const STensor53 &other)
 
STensor53operator+= (const STensor53 &other)
 
STensor53operator-= (const STensor53 &other)
 
STensor53operator*= (const double &other)
 

Protected Attributes

double _val [3][3][3][3][3]
 

Detailed Description

Definition at line 8 of file STensor53.h.

Constructor & Destructor Documentation

◆ STensor53() [1/2]

STensor53::STensor53 ( const double  val = 0)

Definition at line 8 of file STensor53.cpp.

◆ STensor53() [2/2]

STensor53::STensor53 ( const STensor53 src)

Definition at line 17 of file STensor53.cpp.

Member Function Documentation

◆ operator()() [1/2]

double& STensor53::operator() ( int  i,
int  j,
int  k,
int  l,
int  m 
)
inline

Definition at line 15 of file STensor53.h.

◆ operator()() [2/2]

double STensor53::operator() ( int  i,
int  j,
int  k,
int  l,
int  m 
) const
inline

Definition at line 19 of file STensor53.h.

◆ operator*=()

STensor53& STensor53::operator*= ( const double &  other)
inline

Definition at line 53 of file STensor53.h.

◆ operator+=()

STensor53& STensor53::operator+= ( const STensor53 other)
inline

Definition at line 33 of file STensor53.h.

◆ operator-=()

STensor53& STensor53::operator-= ( const STensor53 other)
inline

Definition at line 43 of file STensor53.h.

◆ operator=()

STensor53& STensor53::operator= ( const STensor53 other)
inline

Definition at line 23 of file STensor53.h.

Member Data Documentation

◆ _val

double STensor53::_val[3][3][3][3][3]
protected

Definition at line 10 of file STensor53.h.

Referenced by operator()(), operator*=(), operator+=(), operator-=(), operator=(), and STensor53().


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