Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ Matrix
Class
Matrix
week06/examples/function.cpp:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <float.h>
3
4
struct Matrix
5
{
6
size_t rows;
7
size_t cols;
8
float * pData;
9
};
10
11
float matrix_max(struct Matrix mat)
12
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected