| 206 | int VHeight() const override { return size; } |
| 207 | int VWidth() const override { return size; } |
| 208 | bool IsComplex() const override { return is_same<SCAL, Complex>(); } |
| 209 | AutoVector CreateRowVector() const override { return mat->CreateColVector(); } |
| 210 | AutoVector CreateColVector() const override { return mat->CreateRowVector(); } |
| 211 |
no outgoing calls
no test coverage detected