#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 */