Example #1
0
File: tnt.hpp Project: 5263/FreeCAD
 static int leading_dimension (matrix_type& m) { return m.dim2(); } 
Example #2
0
File: tnt.hpp Project: 5263/FreeCAD
 static int size2 (matrix_type& m) { return m.dim2(); }