Skip to content

UpdateMatrix

Synopsis

Declared in <support/Matrix.h>

template<
    class Mat,
    class ElemOp>
bool
UpdateMatrix(
    Mat& d1,
    Mat const& d2,
    ElemOp op);

Created with MrDocs