| 780 | } |
| 781 | |
| 782 | ~HostDnVecDouble() { |
| 783 | if (this->vals != nullptr) { |
| 784 | free(this->vals); |
| 785 | this->vals = nullptr; |
| 786 | } |
| 787 | // std::cout << "HostDnVecDouble destructor called!" << std::endl; |
| 788 | } |
| 789 | }; |
| 790 | |
| 791 | // dense vector wrapper on host: float type |
nothing calls this directly
no outgoing calls
no test coverage detected