Chemical Data Processing Library C++ API - Version 1.1.1
Static Public Member Functions | List of all members
CDPL::Math::GridCoordinatesMatrixTransformTraits< MatrixType > Struct Template Reference

#include <RegularSpatialGrid.hpp>

+ Inheritance diagram for CDPL::Math::GridCoordinatesMatrixTransformTraits< MatrixType >:

Static Public Member Functions

static void init (MatrixType &mtx)
 
template<typename M >
static bool invert (const MatrixType &mtx, M &inv_mtx)
 
template<typename V , typename R >
static void transform (const MatrixType &mtx, const V &v, R &r)
 

Member Function Documentation

◆ init()

template<typename MatrixType >
static void CDPL::Math::GridCoordinatesMatrixTransformTraits< MatrixType >::init ( MatrixType &  mtx)
inlinestatic

◆ invert()

template<typename MatrixType >
template<typename M >
static bool CDPL::Math::GridCoordinatesMatrixTransformTraits< MatrixType >::invert ( const MatrixType &  mtx,
M &  inv_mtx 
)
inlinestatic

◆ transform()

template<typename MatrixType >
template<typename V , typename R >
static void CDPL::Math::GridCoordinatesMatrixTransformTraits< MatrixType >::transform ( const MatrixType &  mtx,
const V v,
R &  r 
)
inlinestatic

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