Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ GetData
Method
GetData
Singular/svd_si.h:181–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
raw_vector(T *Data, int Length, int Step):const_raw_vector<T>(Data, Length, Step){};
180
181
T* GetData()
182
{ return const_raw_vector<T>::pData; };
183
};
184
185
Callers
12
vdotproduct
Function · 0.45
vmove
Function · 0.45
vmoveneg
Function · 0.45
vadd
Function · 0.45
vsub
Function · 0.45
vmul
Function · 0.45
vDotProduct
Function · 0.45
vMove
Function · 0.45
vMoveNeg
Function · 0.45
vAdd
Function · 0.45
vSub
Function · 0.45
vMul
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected