| 193 | // MStep step; |
| 194 | |
| 195 | static inline double* Buf(const MAT& mat) // access MAT data buffer |
| 196 | { |
| 197 | return (double*)(mat.data); |
| 198 | } |
| 199 | |
| 200 | static inline VEC AsColVec(const MAT& mat) // view entire matrix as a col vector |
| 201 | { |
no outgoing calls
no test coverage detected