Expression Templates Library (ETL)
vec Directory Reference
Directory dependency graph for vec:
include/etl/impl/vec

Files

file  bias_add.hpp [code]
 Standard implementation of the outer product.
 
file  dot.hpp [code]
 Unified vectorized implementation of the "dot" reduction.
 
file  gemm_cc_to_c.hpp [code]
 Kernels for column-major matrix - column-major matrix multiplication and assignment to a column-major matrix.
 
file  gemm_cr_to_c.hpp [code]
 Kernels for colum-major matrix - row-major matrix multiplication and assignment to a column-major matrix.
 
file  gemm_cr_to_r.hpp [code]
 Kernels for colum-major matrix - row-major matrix multiplication and assignment to a row-major matrix.
 
file  gemm_rc_to_c.hpp [code]
 Kernels for row-major matrix - column-major matrix multiplication and assignment to a column-major matrix.
 
file  gemm_rc_to_r.hpp [code]
 Kernels for row-major matrix - column-major matrix multiplication and assignment to a row-major matrix.
 
file  gemm_rr_to_r.hpp [code]
 Kernels for row-major matrix - row-major matrix multiplication and assignment to a row-major matrix.
 
file  outer.hpp [code]
 Standard implementation of the outer product.
 
file  sum.hpp [code]
 Unified vectorized implementation of the "sum" reduction.
 
file  transpose.hpp [code]
 Vectorized implementation of the transpose operation.