MCPcopy Create free account
hub / github.com/audeering/opensmile / Rectangular

Function Rectangular

src/newmat/newmat1.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool Rectangular(MatrixType a, MatrixType b, MatrixType c)
89{
90 REPORT
91 return
92 ((a.attribute | b.attribute | c.attribute) & ~MatrixType::Valid) == 0;
93}
94
95const char* MatrixType::Value() const
96{

Callers 1

GeneralMultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected