| 8 | class SparseMatrixTest : public ::testing::Test { |
| 9 | protected: |
| 10 | virtual void SetUp() { |
| 11 | // auto data = // |
| 12 | X = readMatrixFromBin<double>("../data/bin/rcv1_X"); |
| 13 | } |
| 14 | |
| 15 | MatrixPtr<double> y; |
| 16 | MatrixPtr<double> X; |
nothing calls this directly
no outgoing calls
no test coverage detected