8 template<
int Rows,
int Cols,
typename Scalar>
19 template<
int Rows,
int Cols,
typename Scalar>
30 template<
int Rows,
int Cols,
typename Scalar>
37 template<
int Rows,
int Cols>
40 const Matrix<Rows,Cols,std::complex<double> >& matrix
My collection of tiny vector operations.
Matrix< Rows, Cols, Scalar > & operator*=(Matrix< Rows, Cols, Scalar > &matrix, const Scalar &scalar)
Matrix< Rows, Cols, Scalar > operator*(const Matrix< Rows, X, Scalar > &lhs, const Matrix< X, Cols, Scalar > &rhs)
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.