Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arnauddri/algorithms
/ CountRows
Method
CountRows
data-structures/matrix/matrix.go:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
return
A
42
}
43
func
(A *Matrix) CountRows() int {
44
return
A.rows
45
}
46
47
func
(A *Matrix) CountCols() int {
48
return
A.cols
Callers
3
TestCount
Function · 0.80
Multiply
Function · 0.80
recurse
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestCount
Function · 0.64