OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions
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

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

Definition at line 53 of file Index.cpp.

References PAssert_GT.

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: