#include <mmul.hpp>
|
|
using | accum_type = accum< accum_class_for_mul_types_v< TypeA, TypeB >, AccumBits, Elems > |
| |
|
|
| C_block () |
| |
|
| C_block (const accum_type &acc) |
| |
|
template<typename T > |
| | C_block (const vector< T, Elems > &v, int shift=0) |
| |
|
| operator accum_type () const |
| |
|
accum_type | to_accum () const |
| |
|
template<typename T > |
| vector< T, Elems > | to_vector (int shift=0) const |
| |
|
template<typename T > |
| vector< T, Elems > | to_vector_sign (bool v_sign, int shift=0) const |
| |
The documentation for this struct was generated from the following file: