MATHLIB User Guide
MATHLIB_debugPrint.h File Reference

Go to the source code of this file.

Functions

template<typename vecType >
static void MATHLIB_printVec (vecType vec)
 This method prints the contents of a vector datatype variable. More...
 

Function Documentation

◆ MATHLIB_printVec()

template<typename vecType >
static void MATHLIB_printVec ( vecType  vec)
inlinestatic

This method prints the contents of a vector datatype variable.

Template Parameters
T: vector datatype
Parameters
vec[in] : input vector to be printed
Remarks
None

Definition at line 67 of file MATHLIB_debugPrint.h.