Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ zeroA
Method
zeroA
DEVELOPER/system/SkylineSPD.cpp:393–401 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
void
394
SkylineSPD::zeroA(void)
395
{
396
double *Aptr = A;
397
for (int i=0; i<Asize; i++)
398
*Aptr++ = 0;
399
400
isAfactored = false;
401
}
402
403
void
404
SkylineSPD::zeroB(void)
Callers
2
formTangent
Method · 0.45
formTangent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected