Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
bool Rectangular(MatrixType a, MatrixType b, MatrixType c)
89
{
90
REPORT
91
return
92
((a.attribute | b.attribute | c.attribute) & ~MatrixType::Valid) == 0;
93
}
94
95
const char* MatrixType::Value() const
96
{
Callers
1
GeneralMult
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected