Esempio n. 1
0
inline FgMatrixC<T,1,2>
fgBounds(const FgMatrixV<T> & mat)
{
    return fgBounds(mat.dataVec());
}
Esempio n. 2
0
inline T
fgMaxElem(const FgMatrixV<T> & mat)
{return fgMax(mat.dataVec()); }