ML::SimpleMat< T > Member List

This is the complete list of members for ML::SimpleMat< T >, including all inherited members.

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 =0ML::SimpleMat< T >pure virtual
mML::SimpleMat< T >
nML::SimpleMat< T >
operator=(const SimpleMat< T > &other)=deleteML::SimpleMat< T >
print(std::ostream &oss) const =0ML::SimpleMat< T >pure virtual
SimpleMat(int m, int n)ML::SimpleMat< T >inline