gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
STensor33.h File Reference
#include "STensor3.h"
#include "fullMatrix.h"
#include "Numeric.h"
Include dependency graph for STensor33.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STensor33
 

Functions

void tensprod (const SVector3 &a, const STensor3 &b, STensor33 &c)
 
void tensprod (const STensor3 &a, const SVector3 &b, STensor33 &c)
 
double dot (const STensor33 &a, const STensor33 &b)
 
STensor33 operator* (const STensor33 &t, double m)
 
STensor33 operator* (double m, const STensor33 &t)
 
STensor3 operator* (const STensor33 &t, const SVector3 &m)
 
STensor3 operator* (const SVector3 &m, const STensor33 &t)
 
SVector3 operator* (const STensor33 &t, const STensor3 &m)
 
SVector3 operator* (const STensor3 &m, const STensor33 &t)
 
double operator* (const STensor33 &m, const STensor33 &t)
 

Function Documentation

◆ dot()

double dot ( const STensor33 a,
const STensor33 b 
)
inline

Definition at line 125 of file STensor33.h.

◆ operator*() [1/7]

SVector3 operator* ( const STensor3 m,
const STensor33 t 
)
inline

Definition at line 173 of file STensor33.h.

◆ operator*() [2/7]

double operator* ( const STensor33 m,
const STensor33 t 
)
inline

Definition at line 182 of file STensor33.h.

◆ operator*() [3/7]

SVector3 operator* ( const STensor33 t,
const STensor3 m 
)
inline

Definition at line 165 of file STensor33.h.

◆ operator*() [4/7]

STensor3 operator* ( const STensor33 t,
const SVector3 m 
)
inline

Definition at line 148 of file STensor33.h.

◆ operator*() [5/7]

STensor33 operator* ( const STensor33 t,
double  m 
)
inline

Definition at line 135 of file STensor33.h.

◆ operator*() [6/7]

STensor3 operator* ( const SVector3 m,
const STensor33 t 
)
inline

Definition at line 156 of file STensor33.h.

◆ operator*() [7/7]

STensor33 operator* ( double  m,
const STensor33 t 
)
inline

Definition at line 141 of file STensor33.h.

◆ tensprod() [1/2]

void tensprod ( const STensor3 a,
const SVector3 b,
STensor33 c 
)
inline

Definition at line 118 of file STensor33.h.

Here is the call graph for this function:

◆ tensprod() [2/2]

void tensprod ( const SVector3 a,
const STensor3 b,
STensor33 c 
)
inline

Definition at line 112 of file STensor33.h.

Here is the call graph for this function: