numerics
Loading...
Searching...
No Matches
impl.hpp File Reference

Private declarations for the SIMD backend. Only included by src/core/vector.cpp and src/core/matrix.cpp. More...

#include "core/vector.hpp"
#include "core/matrix.hpp"

Go to the source code of this file.

Namespaces

namespace  num
 
namespace  num::backends
 
namespace  num::backends::simd
 

Functions

void num::backends::simd::matmul (const Matrix &A, const Matrix &B, Matrix &C, idx block_size)
 
void num::backends::simd::matvec (const Matrix &A, const Vector &x, Vector &y)
 

Detailed Description

Private declarations for the SIMD backend. Only included by src/core/vector.cpp and src/core/matrix.cpp.

Definition in file impl.hpp.