GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Array-util.h"
#include "mx-m-dm.h"
#include "mx-op-defs.h"
#include "dMatrix.h"
#include "dDiagMatrix.h"
Go to the source code of this file.
Functions | |
Matrix | operator* (const Matrix &m, const DiagMatrix &dm) |
Matrix | operator+ (const Matrix &m, const DiagMatrix &dm) |
Matrix | operator- (const Matrix &m, const DiagMatrix &dm) |
Matrix operator* | ( | const Matrix & | m, |
const DiagMatrix & | dm | ||
) |
Definition at line 10 of file mx-m-dm.cc.
Matrix operator+ | ( | const Matrix & | m, |
const DiagMatrix & | dm | ||
) |
Definition at line 10 of file mx-m-dm.cc.
Matrix operator- | ( | const Matrix & | m, |
const DiagMatrix & | dm | ||
) |
Definition at line 10 of file mx-m-dm.cc.