Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cp-algorithms/cp-algorithms
/ test3
Function
test3
test/test_rank_matrix.cpp:26–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void test3(){
27
matrix A(3);
28
A[0] = {0, 0, 0};
29
A[1] = {0, 0, 0};
30
A[2] = {0, 0, 0};
31
assert(compute_rank(A) == 0);
32
}
33
34
void test4(){
35
matrix A(3);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected