vmmlib  1.7.0
 All Classes Namespaces Functions Pages
vmml::blas_daxpy< M, float_t > Struct Template Reference
+ Collaboration diagram for vmml::blas_daxpy< M, float_t >:

Public Types

typedef vector< M, float_t > vector_t
 

Public Member Functions

bool compute (const float_t a_, const vector_t &B_, vector_t &C_)
 
template<size_t K, size_t N>
bool compute_mmm (const matrix< M, K, float_t > &left_m_, const matrix< K, N, float_t > &right_m_, matrix< M, N, float_t > &res_m_)
 
template<size_t K>
bool compute_mmm (const matrix< M, K, float_t > &left_m_, matrix< M, M, float_t > &res_m_)
 
const blas::daxpy_params
< float_t > & 
get_params ()
 

Public Attributes

blas::daxpy_params< float_t > p
 

Detailed Description

template<size_t M, typename float_t>
struct vmml::blas_daxpy< M, float_t >

Definition at line 154 of file blas_daxpy.hpp.


The documentation for this struct was generated from the following file: