OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
Index.cpp File Reference
#include "Index/Index.h"
#include "Utility/PAssert.h"
Include dependency graph for Index.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const Index &I)
void lcm (int s1, int s2, int &s, int &m1, int &m2)

Function Documentation

◆ lcm()

void lcm ( int s1,
int s2,
int & s,
int & m1,
int & m2 )
inline

Definition at line 53 of file Index.cpp.

References PAssert_GT.

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const Index & I )

Definition at line 38 of file Index.cpp.

References Index::first(), Index::last(), and Index::stride().

Here is the call graph for this function: