MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / test_matrix_cast

Function test_matrix_cast

cpp/test/matrix.cpp:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void test_matrix_cast()
123{
124 la::MatrixCSR A0 = create_operator<double>(MPI_COMM_WORLD);
125 la::MatrixCSR<float> A1(A0);
126 la::MatrixCSR<std::complex<double>> A2(A1);
127}
128
129void test_matrix()
130{

Callers 1

matrix.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected