|
typedef vector< M, float_t > | vector_t |
|
|
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 () |
|
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: