PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <Scalar.hpp>
Public Member Functions | |
Scalar ()=delete | |
Scalar (const Matrix< Type, 1, 1 > &other) | |
Scalar (Type other) | |
operator const Type & () | |
operator Matrix< Type, 1, 1 > () const | |
operator Vector< Type, 1 > () const | |
Private Attributes | |
const Type | _value |
Definition at line 17 of file Scalar.hpp.
|
delete |
|
inline |
Definition at line 22 of file Scalar.hpp.
|
inline |
Definition at line 27 of file Scalar.hpp.
|
inline |
Definition at line 31 of file Scalar.hpp.
References matrix::Scalar< Type >::_value.
|
inline |
Definition at line 36 of file Scalar.hpp.
References matrix::Scalar< Type >::_value.
|
inline |
Definition at line 42 of file Scalar.hpp.
References matrix::Scalar< Type >::_value.
|
private |
Definition at line 49 of file Scalar.hpp.
Referenced by matrix::Scalar< Type >::operator const Type &(), matrix::Scalar< Type >::operator Matrix< Type, 1, 1 >(), and matrix::Scalar< Type >::operator Vector< Type, 1 >().