Ginger 1.1.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
ginger::Matrix2< T1, T2 > Member List

This is the complete list of members for ginger::Matrix2< T1, T2 >, including all inherited members.

det() const -> doubleginger::Matrix2< T1, T2 >inline
Matrix2(T1 x, T2 y) noexceptginger::Matrix2< T1, T2 >inline
mdot(const Vector2< U1, U2 > &other) const -> T1ginger::Matrix2< T1, T2 >inline
operator*ginger::Matrix2< T1, T2 >friend
operator*ginger::Matrix2< T1, T2 >friend
operator*=(const R &alpha) -> Matrix2< T1, T2 > &ginger::Matrix2< T1, T2 >inline
operator+ginger::Matrix2< T1, T2 >friend
operator+=(const Matrix2< U1, U2 > &other) -> Matrix2< T1, T2 > &ginger::Matrix2< T1, T2 >inline
operator-() const -> Matrix2< T1, T2 >ginger::Matrix2< T1, T2 >inline
operator-ginger::Matrix2< T1, T2 >friend
operator-=(const Matrix2< U1, U2 > &other) -> Matrix2< T1, T2 > &ginger::Matrix2< T1, T2 >inline
operator/ginger::Matrix2< T1, T2 >friend
operator/=(const R &alpha) -> Matrix2< T1, T2 > &ginger::Matrix2< T1, T2 >inline
x() const -> const T1 &ginger::Matrix2< T1, T2 >inline
y() const -> const T2 &ginger::Matrix2< T1, T2 >inline