MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / TEST

Function TEST

test/matrixmarket.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <testHelpers.hpp>
12
13TEST(Sparse, ReadRealMTXFile) {
14 af::array out;
15 std::string file(MTX_TEST_DIR "HB/bcsstm02/bcsstm02.mtx");
16 ASSERT_TRUE(mtxReadSparseMatrix(out, file.c_str()));
17}
18
19TEST(Sparse, ReadComplexMTXFile) {
20 af::array out;

Callers

nothing calls this directly

Calls 1

mtxReadSparseMatrixFunction · 0.85

Tested by

no test coverage detected