operator && for Vector

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
kstn
Posts: 9
Joined: Tue Jul 10, 2012 3:56 am
Location: Ruhr University Bochum

operator && for Vector

Post by kstn »

I saw somewhere in the code this computation is used:

double normTS = pow( TStressDev && TStressDev, 0.5);

However, when I look into the definition of Vector in matrix/Vector.h, I did not see the operator && defined. Could anyone help to explain the source of this operation?

Best
Giang
kstn
Posts: 9
Joined: Tue Jul 10, 2012 3:56 am
Location: Ruhr University Bochum

Re: operator && for Vector

Post by kstn »

OK, i found it. It's in T2Vector.h
mostlypen
Posts: 7
Joined: Sun Jun 04, 2023 11:11 pm

Re: operator && for Vector

Post by mostlypen »

It's in T2Vector.h skibidi toilet
caylakling
Posts: 2
Joined: Fri Feb 02, 2024 2:54 am

Re: operator && for Vector

Post by caylakling »

I found it in T2Vector.h Candy Crush
Post Reply