Deep RTS
Classes | Namespaces | Macros | Functions
matrix.h File Reference
#include <vector>
#include <cassert>
#include <algorithm>
#include <iomanip>

Go to the source code of this file.

Classes

class  cppmat::matrix< X >
 

Namespaces

namespace  cppmat
 

Macros

#define MAX_DIM   6
 

Functions

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

Macro Definition Documentation

◆ MAX_DIM

#define MAX_DIM   6