MCPcopy 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}
43func (A *Matrix) CountRows() int {
44 return A.rows
45}
46
47func (A *Matrix) CountCols() int {
48 return A.cols

Callers 3

TestCountFunction · 0.80
MultiplyFunction · 0.80
recurseFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestCountFunction · 0.64