2 #ifndef vnl_double_3x2_h_ 3 #define vnl_double_3x2_h_ 19 #include "vnl/vnl_export.h" 30 double r10,
double r11,
31 double r20,
double r21) {
33 M(0,0) = r00; M(0,1) = r01;
34 M(1,0) = r10; M(1,1) = r11;
35 M(2,0) = r20; M(2,1) = r21;
39 #endif // vnl_double_3x2_h_ Fixed size, stack-stored, space-efficient matrix.