![]() |
cuLite v0.3.1
A lite CUDA C++ Interface
|
Typedefs | |
| using | culite::prop_t = ::cla3p::prop_t |
| Matrix algebraic property enumeration. | |
| using | culite::uplo_t = ::cla3p::uplo_t |
| Matrix fill type enumeration. | |
| using | culite::op_t = ::cla3p::op_t |
| Virtual matrix operation enumeration. | |
| using | culite::diag_t = ::cla3p::diag_t |
| Diagonal element type enumeration. | |
| using | culite::side_t = ::cla3p::side_t |
| Matrix operand positioning enumeration. | |
| using | culite::decomp_t = ::cla3p::decomp_t |
| Matrix decomposition method enumeration. | |
| using | culite::svdPolicy_t = ::cla3p::svdPolicy_t |
| Singular vector computation policy enumeration. | |
| using | culite::eigRange_t = ::cla3p::eigRange_t |
| Eigenvalue computation range enumeration. | |
Enumerations | |
| enum class | culite::alloc_t { alloc_t::Device = 0 , alloc_t::Pinned , alloc_t::Managed , alloc_t::Unregistered } |
| Specifies the memory allocation strategy and physical residency. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const culite::alloc_t &alloc_type) |
| Stream insertion operator for culite::alloc_t enumeration. | |