MCPcopy 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
224Matrix 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
229Matrix log(const Matrix& v) {

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68