1 #ifndef SEEN_LIBNR_NR_MATRIX_SCALE_OPS_H
2 #define SEEN_LIBNR_NR_MATRIX_SCALE_OPS_H
3 /** \file
4 * Declarations (and definition if inline) of operator blah (NR::Matrix, NR::scale).
5 */
7 #include "libnr/nr-forward.h"
9 NR::Matrix operator/(NR::Matrix const &m, NR::scale const &s);
11 NR::Matrix operator*(NR::Matrix const &m, NR::scale const &s);
14 #endif /* !SEEN_LIBNR_NR_MATRIX_SCALE_OPS_H */