#ifndef RVL_SDK_MTX_MTXVEC_H #define RVL_SDK_MTX_MTXVEC_H #include "common.h" #include "rvl/MTX/mtx.h" #ifdef __cplusplus extern "C" { #endif void PSMTXMultVec(const Mtx, const Vec *, Vec *); void PSMTXMultVecSR(const Mtx, const Vec *, Vec *); #ifdef __cplusplus } #endif #endif