Method
GeglMatrix3multiply
Declaration [src]
void
gegl_matrix3_multiply (
  const GeglMatrix3* left,
  const GeglMatrix3* right,
  GeglMatrix3* product
)
Parameters
- right
- 
            Type: GeglMatrix3A GeglMatrix3.The data is owned by the caller of the method. 
- product
- 
            Type: GeglMatrix3A GeglMatrix3to store the result in.The data is owned by the caller of the method.