Mobile API Reference  MicroStrategy 2019
Permutation Class Reference

#include <Matrix.H>

Public Member Functions

 Permutation (Index)
 
 Permutation (Permutation &)
 
 ~Permutation ()
 
Indexoperator[] (Index n)
 
Indexoperator() (Index n)
 
PermutationAddCycle (Index, Index)
 
 Permutation (Index)
 
 Permutation (Permutation &)
 
 ~Permutation ()
 
Indexoperator[] (Index n)
 
Indexoperator() (Index n)
 
PermutationAddCycle (Index, Index)
 

Public Attributes

const Index dim
 

Constructor & Destructor Documentation

◆ Permutation() [1/4]

Permutation::Permutation ( Index  d)
inline

◆ Permutation() [2/4]

Permutation::Permutation ( Permutation X)
inline

◆ ~Permutation() [1/2]

Permutation::~Permutation ( )
inline

◆ Permutation() [3/4]

Permutation::Permutation ( Index  )

◆ Permutation() [4/4]

Permutation::Permutation ( Permutation )

◆ ~Permutation() [2/2]

Permutation::~Permutation ( )

Member Function Documentation

◆ AddCycle() [1/2]

Permutation & Permutation::AddCycle ( Index  i,
Index  j 
)
inline

◆ AddCycle() [2/2]

Permutation& Permutation::AddCycle ( Index  ,
Index   
)

◆ operator()() [1/2]

Index& Permutation::operator() ( Index  n)

◆ operator()() [2/2]

Index & Permutation::operator() ( Index  n)
inline

◆ operator[]() [1/2]

Index& Permutation::operator[] ( Index  n)

◆ operator[]() [2/2]

Index & Permutation::operator[] ( Index  n)
inline

Member Data Documentation

◆ dim

const Index Permutation::dim