This is the complete list of members for ML::SimpleDenseMat< T >, including all inherited members.
assign_binary(const SimpleDenseMat< T > &other1, const SimpleDenseMat< T > &other2, Lambda &f, cudaStream_t stream) | ML::SimpleDenseMat< T > | inline |
assign_gemm(const raft::handle_t &handle, const T alpha, const SimpleDenseMat< T > &A, const bool transA, const SimpleMat< T > &B, const bool transB, const T beta, cudaStream_t stream) | ML::SimpleDenseMat< T > | inline |
assign_ternary(const SimpleDenseMat< T > &other1, const SimpleDenseMat< T > &other2, const SimpleDenseMat< T > &other3, Lambda &f, cudaStream_t stream) | ML::SimpleDenseMat< T > | inline |
assign_unary(const SimpleDenseMat< T > &other, Lambda f, cudaStream_t stream) | ML::SimpleDenseMat< T > | inline |
ax(const T a, const SimpleDenseMat< T > &x, cudaStream_t stream) | ML::SimpleDenseMat< T > | inline |
axpy(const T a, const SimpleDenseMat< T > &x, const SimpleDenseMat< T > &y, cudaStream_t stream) | ML::SimpleDenseMat< T > | inline |
copy_async(const SimpleDenseMat< T > &other, cudaStream_t stream) | ML::SimpleDenseMat< T > | inline |
data | ML::SimpleDenseMat< T > | |
fill(const T val, cudaStream_t stream) | ML::SimpleDenseMat< T > | inline |
gemm(const raft::handle_t &handle, const T alpha, const SimpleDenseMat< T > &A, const bool transA, const SimpleDenseMat< T > &B, const bool transB, const T beta, SimpleDenseMat< T > &C, cudaStream_t stream) | ML::SimpleDenseMat< T > | inlinestatic |
gemmb(const raft::handle_t &handle, const T alpha, const SimpleDenseMat< T > &A, const bool transA, const bool transB, const T beta, SimpleDenseMat< T > &C, cudaStream_t stream) const override | ML::SimpleDenseMat< T > | inlinevirtual |
len | ML::SimpleDenseMat< T > | |
m | ML::SimpleMat< T > | |
n | ML::SimpleMat< T > | |
operator=(const SimpleDenseMat< T > &other)=delete | ML::SimpleDenseMat< T > | |
ML::SimpleMat::operator=(const SimpleMat< T > &other)=delete | ML::SimpleMat< T > | |
ord | ML::SimpleDenseMat< T > | |
print(std::ostream &oss) const override | ML::SimpleDenseMat< T > | inlinevirtual |
reset(T *data_, int m_, int n_) | ML::SimpleDenseMat< T > | inline |
SimpleDenseMat(STORAGE_ORDER order=COL_MAJOR) | ML::SimpleDenseMat< T > | inline |
SimpleDenseMat(T *data, int m, int n, STORAGE_ORDER order=COL_MAJOR) | ML::SimpleDenseMat< T > | inline |
SimpleMat(int m, int n) | ML::SimpleMat< T > | inline |
Super typedef | ML::SimpleDenseMat< T > |