Searched defs:TriMatrix (Results 1 - 1 of 1) sorted by relevance

/external/eigen/test/
H A Dproduct_trmm.cpp17 typedef Matrix<Scalar,Dynamic,Dynamic,TriOrder> TriMatrix; typedef
24 TriMatrix mat(rows,cols), tri(rows,cols), triTr(cols,rows);

Completed in 166 milliseconds