tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
blas3_matrix_product.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 
namespace  etl::linalg
 

Functions

template<in_matrix InMat1, in_matrix InMat2, out_matrix OutMat>
constexpr auto matrix_product (InMat1 a, InMat2 b, OutMat c) -> void
 Computes C = AB.