Deep RTS
Classes | Functions
cppmat Namespace Reference

Classes

class  matrix
 

Functions

template<class X >
matrix< X > operator* (const matrix< X > &A, const matrix< X > &B)
 
template<class X >
matrix< X > operator/ (const matrix< X > &A, const matrix< X > &B)
 
template<class X >
matrix< X > operator+ (const matrix< X > &A, const matrix< X > &B)
 
template<class X >
matrix< X > operator- (const matrix< X > &A, const matrix< X > &B)
 
template<class X >
matrix< X > operator* (const matrix< X > &A, const X &B)
 
template<class X >
matrix< X > operator/ (const matrix< X > &A, const X &B)
 
template<class X >
matrix< X > operator+ (const matrix< X > &A, const X &B)
 
template<class X >
matrix< X > operator- (const matrix< X > &A, const X &B)
 
template<class X >
matrix< X > operator* (const X &A, const matrix< X > &B)
 
template<class X >
matrix< X > operator/ (const X &A, const matrix< X > &B)
 
template<class X >
matrix< X > operator+ (const X &A, const matrix< X > &B)
 
template<class X >
matrix< X > operator- (const X &A, const matrix< X > &B)
 

Function Documentation

◆ operator*() [1/3]

template<class X >
matrix< X > cppmat::operator* ( const matrix< X > &  A,
const matrix< X > &  B 
)
inline

◆ operator*() [2/3]

template<class X >
matrix< X > cppmat::operator* ( const matrix< X > &  A,
const X &  B 
)
inline

◆ operator*() [3/3]

template<class X >
matrix< X > cppmat::operator* ( const X &  A,
const matrix< X > &  B 
)
inline

◆ operator+() [1/3]

template<class X >
matrix< X > cppmat::operator+ ( const matrix< X > &  A,
const matrix< X > &  B 
)
inline

◆ operator+() [2/3]

template<class X >
matrix< X > cppmat::operator+ ( const matrix< X > &  A,
const X &  B 
)
inline

◆ operator+() [3/3]

template<class X >
matrix< X > cppmat::operator+ ( const X &  A,
const matrix< X > &  B 
)
inline

◆ operator-() [1/3]

template<class X >
matrix< X > cppmat::operator- ( const matrix< X > &  A,
const matrix< X > &  B 
)
inline

◆ operator-() [2/3]

template<class X >
matrix< X > cppmat::operator- ( const matrix< X > &  A,
const X &  B 
)
inline

◆ operator-() [3/3]

template<class X >
matrix< X > cppmat::operator- ( const X &  A,
const matrix< X > &  B 
)
inline

◆ operator/() [1/3]

template<class X >
matrix< X > cppmat::operator/ ( const matrix< X > &  A,
const matrix< X > &  B 
)
inline

◆ operator/() [2/3]

template<class X >
matrix< X > cppmat::operator/ ( const matrix< X > &  A,
const X &  B 
)
inline

◆ operator/() [3/3]

template<class X >
matrix< X > cppmat::operator/ ( const X &  A,
const matrix< X > &  B 
)
inline