cuLite v0.3.1
A lite CUDA C++ Interface
Loading...
Searching...
No Matches
cuSOLVER Utilities

cuSOLVER library wrapper and handle management. More...

Functions

CuSolverHandlerculite::globalCuSolverHandler ()
 Returns the global cuSOLVER handler instance.

Detailed Description

cuSOLVER library wrapper and handle management.

Provides wrapper functionality for cuSOLVER handles used in linear algebra computations such as matrix factorizations, eigenvalue problems, and linear system solving on GPU.

Classes:

Function Documentation

◆ globalCuSolverHandler()

CuSolverHandler & culite::globalCuSolverHandler ( )
inline

Returns the global cuSOLVER handler instance.

Provides access to a singleton cuSOLVER handler that can be used throughout the application for cuSOLVER operations.

Returns
Reference to the global CuSolverHandler instance.