Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.rb
File · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
Calls
1
vectorInit
Function · 0.85
Tested by
2
TEST_F
Function · 0.68
TEST_F
Function · 0.68