TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
product_extra.cpp File Reference
#include "main.h"

Functions

template<typename MatrixType >
void product_extra (const MatrixType &m)
 
void mat_mat_scalar_scalar_product ()
 
template<typename MatrixType >
void zero_sized_objects (const MatrixType &m)
 
template<int >
void bug_127 ()
 
template<int >
void bug_817 ()
 
template<int >
void unaligned_objects ()
 
template<typename T >
EIGEN_DONT_INLINE Index test_compute_block_size (Index m, Index n, Index k)
 
template<typename T >
Index compute_block_size ()
 
template<typename >
void aliasing_with_resize ()
 
template<int >
void bug_1308 ()
 
 EIGEN_DECLARE_TEST (product_extra)
 

Function Documentation

◆ aliasing_with_resize()

template<typename >
void aliasing_with_resize ( )

◆ bug_127()

template<int >
void bug_127 ( )

◆ bug_1308()

template<int >
void bug_1308 ( )

◆ bug_817()

template<int >
void bug_817 ( )

◆ compute_block_size()

template<typename T >
Index compute_block_size ( )

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( product_extra  )

◆ mat_mat_scalar_scalar_product()

void mat_mat_scalar_scalar_product ( )

◆ product_extra()

template<typename MatrixType >
void product_extra ( const MatrixType m)

◆ test_compute_block_size()

template<typename T >
EIGEN_DONT_INLINE Index test_compute_block_size ( Index  m,
Index  n,
Index  k 
)

◆ unaligned_objects()

template<int >
void unaligned_objects ( )

◆ zero_sized_objects()

template<typename MatrixType >
void zero_sized_objects ( const MatrixType m)