MCPcopy 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
393void
394SkylineSPD::zeroA(void)
395{
396 double *Aptr = A;
397 for (int i=0; i<Asize; i++)
398 *Aptr++ = 0;
399
400 isAfactored = false;
401}
402
403void
404SkylineSPD::zeroB(void)

Callers 2

formTangentMethod · 0.45
formTangentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected