QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RMatrix.cpp File Reference
#include <cassert>
#include <QDebug>
#include "RMath.h"
#include "RMatrix.h"
#include "RVector.h"

Functions

RMatrix operator* (double factor, const RMatrix &matrix)
 
QDebug operator<< (QDebug dbg, const RMatrix &m)
 Stream operator for QDebug.
 

Function Documentation

◆ operator*()

RMatrix operator* ( double factor,
const RMatrix & matrix )
Returns
$matrix \cdot factor$.

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const RMatrix & m )

Stream operator for QDebug.