Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/I-Rinka/BIT-Compile-Principle
/ GetPoint
Function
GetPoint
Lab1/C/src/Matrix_Multiply.c:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
int size = 0;
5
6
int *GetPoint(int *matrix, int x, int y)
7
{
8
return matrix + x * size + y;
9
}
10
11
int *Multiply(int *matrix1, int *matrix2)
12
{
Callers
2
Multiply
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected