OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Public Types | Static Public Member Functions | List of all members
InternalZGY::ImplicitLinearTransform2dImp Class Reference

Public Types

typedef double value_type
 

Static Public Member Functions

static void Mult (value_type result[2][3], const value_type left[2][3], const value_type right[2][3])
 

Detailed Description

This class is used in the implementation of ImplicitLinearTransform2d.

Member Function Documentation

◆ Mult()

void InternalZGY::ImplicitLinearTransform2dImp::Mult ( value_type  result[2][3],
const value_type  left[2][3],
const value_type  right[2][3] 
)
static

Multiply two 3x3 homogeneous matrices (i.e. 2x3 explicit representation)

Parameters
resultMatrix to write result to.
leftMatrix to serve as left-hand of multiplication.
rightMatrix to serve as right-hand of multiplication.

The documentation for this class was generated from the following file: