Triumvirate C++ API 0.5.0.post1.dev301+g026f21751
Three-point clustering measurements in large-scale structure analyses.
Loading...
Searching...
No Matches
trv::SphericalOrderTriplet Struct Reference

Spherical order triplet \( (m_1, m_2, M) \). More...

#include <threept.hpp>

Public Member Functions

SphericalOrderTriplet operator+ (const SphericalOrderTriplet &other)
 Return the sum with another spherical order triplet.
 
bool is_zeros ()
 Check if the spherical orders are all zeros.
 
bool is_inverse (const SphericalOrderTriplet &other)
 Check if another triplet is the additive inverse.
 

Public Attributes

int m1
 
int m2
 
int M
 spherical orders
 

Detailed Description

Spherical order triplet \( (m_1, m_2, M) \).

Definition at line 74 of file threept.hpp.

Member Function Documentation

◆ operator+()

SphericalOrderTriplet trv::SphericalOrderTriplet::operator+ ( const SphericalOrderTriplet & other)

Return the sum with another spherical order triplet.

Definition at line 40 of file threept.cpp.

◆ is_zeros()

bool trv::SphericalOrderTriplet::is_zeros ( )

Check if the spherical orders are all zeros.

Definition at line 49 of file threept.cpp.

+ Here is the caller graph for this function:

◆ is_inverse()

bool trv::SphericalOrderTriplet::is_inverse ( const SphericalOrderTriplet & other)

Check if another triplet is the additive inverse.

Definition at line 53 of file threept.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ m1

int trv::SphericalOrderTriplet::m1

Definition at line 75 of file threept.hpp.

◆ m2

int trv::SphericalOrderTriplet::m2

Definition at line 75 of file threept.hpp.

◆ M

int trv::SphericalOrderTriplet::M

spherical orders

Definition at line 75 of file threept.hpp.


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