|
| void | InitParam (HipMCLParam ¶m) |
| |
| void | ShowParam (HipMCLParam ¶m) |
| |
| void | ProcessParam (int argc, char *argv[], HipMCLParam ¶m) |
| |
| void | ShowOptions () |
| |
| template<typename IT , typename NT , typename DER > |
| FullyDistVec< IT, IT > | Interpret (SpParMat< IT, NT, DER > &A) |
| |
| template<typename IT , typename NT , typename DER > |
| void | MakeColStochastic (SpParMat< IT, NT, DER > &A) |
| |
| template<typename IT , typename NT , typename DER > |
| void | MakeColStochastic3D (SpParMat3D< IT, NT, DER > &A3D) |
| |
| template<typename IT , typename NT , typename DER > |
| NT | Chaos (SpParMat< IT, NT, DER > &A) |
| |
| template<typename IT , typename NT , typename DER > |
| NT | Chaos3D (SpParMat3D< IT, NT, DER > &A3D) |
| |
| template<typename IT , typename NT , typename DER > |
| void | Inflate (SpParMat< IT, NT, DER > &A, double power) |
| |
| template<typename IT , typename NT , typename DER > |
| void | Inflate3D (SpParMat3D< IT, NT, DER > &A3D, double power) |
| |
| template<typename IT , typename NT , typename DER > |
| void | AdjustLoops (SpParMat< IT, NT, DER > &A) |
| |
| template<typename IT , typename NT , typename DER > |
| void | RemoveIsolated (SpParMat< IT, NT, DER > &A, HipMCLParam ¶m) |
| |
| template<typename IT , typename NT , typename DER > |
| void | RandPermute (SpParMat< IT, NT, DER > &A, HipMCLParam ¶m) |
| |
| template<typename IT , typename NT , typename DER > |
| FullyDistVec< IT, IT > | HipMCL (SpParMat< IT, NT, DER > &A, HipMCLParam ¶m) |
| |
| template<typename IT , typename NT , typename DER > |
| void | Symmetricize (SpParMat< IT, NT, DER > &A) |
| |
| template<typename GIT , typename LIT , typename NT > |
| void | MainBody (HipMCLParam ¶m) |
| |
| int | main (int argc, char *argv[]) |
| |