ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
mat.cpp File Reference
#include <stdexcept>
#include <string.h>
#include "mat.h"
#include "esp_log.h"
#include "dsps_math.h"
#include "dspm_matrix.h"
#include <math.h>
#include <cmath>
#include <inttypes.h>
Include dependency graph for mat.cpp:

Go to the source code of this file.

Namespaces

namespace  dspm
 DSP matrix namespace.

Functions

Mat dspm::operator+ (const Mat &A, const Mat &B)
Mat dspm::operator+ (const Mat &A, float C)
bool dspm::operator== (const Mat &A, const Mat &B)
Mat dspm::operator- (const Mat &A, const Mat &B)
Mat dspm::operator- (const Mat &A, float C)
Mat dspm::operator* (const Mat &A, const Mat &B)
Mat dspm::operator* (const Mat &A, float C)
Mat dspm::operator* (float C, const Mat &A)
Mat dspm::operator/ (const Mat &A, float C)
Mat dspm::operator/ (const Mat &A, const Mat &B)
ostream & dspm::operator<< (ostream &os, const Mat &m)
ostream & dspm::operator<< (ostream &os, const Mat::Rect &rect)
istream & dspm::operator>> (istream &is, Mat &m)