Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Rocblas.C File Reference

Implementation of Rocblas. More...

#include "Rocblas.h"
Include dependency graph for Rocblas.C:

Go to the source code of this file.

Functions

void Rocblas_load_module (const char *name)
 Calls Rocblas initialization function. More...
 
void Rocblas_unload_module (const char *name)
 
void rocblas_load_module (const char *name, int length)
 
void rocblas_unload_module (const char *name, int length)
 
void rocblas_load_module_ (const char *name, int length)
 
void rocblas_unload_module_ (const char *name, int length)
 
void ROCBLAS_LOAD_MODULE (const char *name, int length)
 
void ROCBLAS_UNLOAD_MODULE (const char *name, int length)
 
void ROCBLAS_LOAD_MODULE_ (const char *name, int length)
 
void ROCBLAS_UNLOAD_MODULE_ (const char *name, int length)
 

Detailed Description

Implementation of Rocblas.

Definition in file Rocblas.C.

Function Documentation

void Rocblas_load_module ( const char *  name)

Calls Rocblas initialization function.

Definition at line 118 of file Rocblas.C.

References Rocblas::init().

Referenced by main().

118  {
119  Rocblas::init(std::string(name));
120 }
static void init(const std::string &name)
Creates window for Rocblas and registers functions.
Definition: Rocblas.C:37

Here is the call graph for this function:

Here is the caller graph for this function:

void rocblas_load_module ( const char *  name,
int  length 
)

Definition at line 128 of file Rocblas.C.

References Rocblas::init().

129 { Rocblas::init( std::string(name, length)); }
static void init(const std::string &name)
Creates window for Rocblas and registers functions.
Definition: Rocblas.C:37
double length(Vector3D *const v, int n)

Here is the call graph for this function:

void ROCBLAS_LOAD_MODULE ( const char *  name,
int  length 
)

Definition at line 138 of file Rocblas.C.

References Rocblas::init().

139 { Rocblas::init( std::string(name, length)); }
static void init(const std::string &name)
Creates window for Rocblas and registers functions.
Definition: Rocblas.C:37
double length(Vector3D *const v, int n)

Here is the call graph for this function:

void rocblas_load_module_ ( const char *  name,
int  length 
)

Definition at line 133 of file Rocblas.C.

References Rocblas::init().

134 { Rocblas::init( std::string(name, length)); }
static void init(const std::string &name)
Creates window for Rocblas and registers functions.
Definition: Rocblas.C:37
double length(Vector3D *const v, int n)

Here is the call graph for this function:

void ROCBLAS_LOAD_MODULE_ ( const char *  name,
int  length 
)

Definition at line 143 of file Rocblas.C.

References Rocblas::init().

144 { Rocblas::init( std::string(name, length)); }
static void init(const std::string &name)
Creates window for Rocblas and registers functions.
Definition: Rocblas.C:37
double length(Vector3D *const v, int n)

Here is the call graph for this function:

void Rocblas_unload_module ( const char *  name)

Definition at line 121 of file Rocblas.C.

References Rocblas::finalize().

Referenced by main().

121  {
122  Rocblas::finalize(std::string(name));
123 }
static void finalize(const std::string &name)
Delete window for Rocblas.
Definition: Rocblas.C:112

Here is the call graph for this function:

Here is the caller graph for this function:

void rocblas_unload_module ( const char *  name,
int  length 
)

Definition at line 130 of file Rocblas.C.

References Rocblas::finalize().

131 { Rocblas::finalize( std::string(name, length)); }
double length(Vector3D *const v, int n)
static void finalize(const std::string &name)
Delete window for Rocblas.
Definition: Rocblas.C:112

Here is the call graph for this function:

void ROCBLAS_UNLOAD_MODULE ( const char *  name,
int  length 
)

Definition at line 140 of file Rocblas.C.

References Rocblas::finalize().

141 { Rocblas::finalize( std::string(name, length)); }
double length(Vector3D *const v, int n)
static void finalize(const std::string &name)
Delete window for Rocblas.
Definition: Rocblas.C:112

Here is the call graph for this function:

void rocblas_unload_module_ ( const char *  name,
int  length 
)

Definition at line 135 of file Rocblas.C.

References Rocblas::finalize().

136 { Rocblas::finalize( std::string(name, length)); }
double length(Vector3D *const v, int n)
static void finalize(const std::string &name)
Delete window for Rocblas.
Definition: Rocblas.C:112

Here is the call graph for this function:

void ROCBLAS_UNLOAD_MODULE_ ( const char *  name,
int  length 
)

Definition at line 145 of file Rocblas.C.

References Rocblas::finalize().

146 { Rocblas::finalize( std::string(name, length)); }
double length(Vector3D *const v, int n)
static void finalize(const std::string &name)
Delete window for Rocblas.
Definition: Rocblas.C:112

Here is the call graph for this function: