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 » Mon Jun 27, 2022 1:54 am

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 » Mon Jun 27, 2022 2:54 am

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 » Wed Oct 04, 2023 7:27 pm

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 » Mon Mar 11, 2024 3:05 am

I found it in T2Vector.h Candy Crush

Post Reply