MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / one

Function one

src/isomodel/SimModel.cpp:87–89  ·  view source on GitHub ↗

* Initializes a vector to 1 */

Source from the content-addressed store, hash-verified

85 * Initializes a vector to 1
86 */
87 void one(Vector& vec) {
88 vectorInit(vec, 1);
89 }
90
91 /// array-scalar product
92 Vector mult(const double* v1, const double s1, int size) {

Callers 3

MakeChangeLog.rbFile · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 1

vectorInitFunction · 0.85

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68