Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ CreateColVector
Method
CreateColVector
tests/pytest/test_basematrix.py:23–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
y[i] = s*sum(x[i:])
22
23
def
CreateColVector(self):
24
return
CreateVVector(self.n)
25
26
def
Height(self):
27
return
self.n
Callers
1
test_fmm_and_direct_matrix_action
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected