| 44 | //Identity default constructor |
| 45 | matrix(); |
| 46 | explicit matrix(math::ctor) {} //uninitialized constructor |
| 47 | matrix(const std::initializer_list<T> args); |
| 48 | matrix(const math::vector<n, T> rowList[m]); |
| 49 |
nothing calls this directly
no outgoing calls
no test coverage detected