nn::math::MTX23::operator+ Member Function

Syntax

self_type operator+() const;

self_type operator+(
     const self_type & rhs
) const;

List of Overloaded Member Functions

operator+ ( ) Returns its own matrix.
operator+ ( const self_type & ) Returns the result of matrix addition.

Description of operator+ ( )

Returns its own matrix.

Description of operator+ ( const self_type & )

Returns the result of matrix addition.


CONFIDENTIAL