Project
Loading...
Searching...
No Matches
o2::math_utils::detail::meta_dot< I > Struct Template Reference

#include <SMatrixGPU.h>

Static Public Member Functions

template<class A , class B , class T >
static GPUdi () T f(const A &lhs
 

Public Attributes

static const Brhs
 
static const B const Tx
 

Detailed Description

template<unsigned int I>
struct o2::math_utils::detail::meta_dot< I >

Definition at line 172 of file SMatrixGPU.h.

Member Function Documentation

◆ GPUdi()

template<unsigned int I>
template<class A , class B , class T >
static o2::math_utils::detail::meta_dot< I >::GPUdi ( ) const &
static

Member Data Documentation

◆ rhs

template<unsigned int I>
const B& o2::math_utils::detail::meta_dot< I >::rhs

Definition at line 174 of file SMatrixGPU.h.

◆ x

template<unsigned int I>
const B const T& o2::math_utils::detail::meta_dot< I >::x
Initial value:
{
return lhs.apply(I) * rhs.apply(I) + meta_dot<I - 1>::f(lhs, rhs, x)
GLint GLenum GLint x
Definition glcorearb.h:403

Definition at line 174 of file SMatrixGPU.h.


The documentation for this struct was generated from the following file: