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

Function prod

src/utilities/data/Matrix.cpp:214–216  ·  view source on GitHub ↗

matrix product

Source from the content-addressed store, hash-verified

212
213/// matrix product
214Matrix prod(const Matrix& lop, const Matrix& rop) {
215 return boost::numeric::ublas::prod(lop, rop);
216}
217
218/// vector product
219Vector prod(const Matrix& m, const Vector& v) {

Callers 5

operator*Method · 0.85
PlaneMethod · 0.85
findConnectedComponentsFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68