APM:Libraries
Functions
math_test.h File Reference
#include <iostream>
#include <AP_gtest.h>
#include <AP_Math/AP_Math.h>
Include dependency graph for math_test.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
::std::ostream & operator<< (::std::ostream &os, const Matrix3< T > &m)
 
template<typename T >
::std::ostream & operator<< (::std::ostream &os, const Vector3< T > &v)
 

Function Documentation

◆ operator<<() [1/2]

template<typename T >
::std::ostream& operator<< ( ::std::ostream &  os,
const Matrix3< T > &  m 
)

Definition at line 30 of file math_test.h.

◆ operator<<() [2/2]

template<typename T >
::std::ostream& operator<< ( ::std::ostream &  os,
const Vector3< T > &  v 
)

Definition at line 38 of file math_test.h.