TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
special_functions.cpp File Reference
#include <limits.h>
#include "main.h"
#include "../Eigen/SpecialFunctions"

Functions

template<typename Derived >
Eigen::CommaInitializer< Derived > operator<< (Eigen::DenseBase< Derived > &dense, double v)
 
template<typename XprType >
Eigen::CommaInitializer< XprType > & operator, (Eigen::CommaInitializer< XprType > &ci, double v)
 
template<typename X , typename Y >
void verify_component_wise (const X &x, const Y &y)
 
template<typename ArrayType >
void array_special_functions ()
 
 EIGEN_DECLARE_TEST (special_functions)
 

Function Documentation

◆ array_special_functions()

template<typename ArrayType >
void array_special_functions ( )

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( special_functions  )

◆ operator,()

template<typename XprType >
Eigen::CommaInitializer< XprType > & operator, ( Eigen::CommaInitializer< XprType > &  ci,
double  v 
)

◆ operator<<()

template<typename Derived >
Eigen::CommaInitializer< Derived > operator<< ( Eigen::DenseBase< Derived > &  dense,
double  v 
)

◆ verify_component_wise()

template<typename X , typename Y >
void verify_component_wise ( const X x,
const Y y 
)