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

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

Protected Attributes

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

Detailed Description

Definition at line 8 of file STensor63.h.

Constructor & Destructor Documentation

◆ STensor63() [1/2]

STensor63::STensor63 ( const double  val = 0)

Definition at line 8 of file STensor63.cpp.

◆ STensor63() [2/2]

STensor63::STensor63 ( const STensor63 src)

Definition at line 18 of file STensor63.cpp.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 15 of file STensor63.h.

◆ operator()() [2/2]

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

Definition at line 19 of file STensor63.h.

◆ operator*=()

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

Definition at line 56 of file STensor63.h.

◆ operator+=()

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

Definition at line 34 of file STensor63.h.

◆ operator-=()

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

Definition at line 45 of file STensor63.h.

◆ operator=()

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

Definition at line 23 of file STensor63.h.

Member Data Documentation

◆ _val

double STensor63::_val[3][3][3][3][3][3]
protected

Definition at line 10 of file STensor63.h.

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


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