Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ outerProd
Function
outerProd
src/utilities/data/Matrix.cpp:224–226 ·
view source on GitHub ↗
outer product
Source
from the content-addressed store, hash-verified
222
223
/// outer product
224
Matrix outerProd(const Vector& lhs, const Vector& rhs) {
225
return boost::numeric::ublas::outer_prod(lhs, rhs);
226
}
227
228
/// take the natural logarithm of a Matrix
229
Matrix log(const Matrix& v) {
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68