nr-scale-matrix-ops.h revision 6b15695578f07a3f72c4c9475c1a261a3021472a
#ifndef SEEN_LIBNR_NR_SCALE_MATRIX_OPS_H
#define SEEN_LIBNR_NR_SCALE_MATRIX_OPS_H
/** \file
* Declarations (and definition if inline) of operator
* blah (NR::scale, NR::Matrix).
*/
#include "libnr/nr-forward.h"
NR::Matrix operator*(NR::scale const &s, NR::Matrix const &m);
#endif /* !SEEN_LIBNR_NR_SCALE_MATRIX_OPS_H */