VTK  9.3.0
Public Member Functions | List of all members
vtkMatrixUtilities::detail::Wrapper< RowsT, ColsT, MatrixT, Layout::Diag, false > Class Template Reference

#include <vtkMatrixUtilities.h>

Public Member Functions

template<int RowT, int ColT>
const Scalar & Get (const MatrixT &M)
 
template<int RowT, int ColT>
Scalar & Get (MatrixT &M)
 

Detailed Description

template<int RowsT, int ColsT, class MatrixT>
class vtkMatrixUtilities::detail::Wrapper< RowsT, ColsT, MatrixT, Layout::Diag, false >

Definition at line 272 of file vtkMatrixUtilities.h.

Member Function Documentation

◆ Get() [1/2]

template<int RowsT, int ColsT, class MatrixT >
template<int RowT, int ColT>
const Scalar& vtkMatrixUtilities::detail::Wrapper< RowsT, ColsT, MatrixT, Layout::Diag, false >::Get ( const MatrixT &  M)
inline

Definition at line 295 of file vtkMatrixUtilities.h.

◆ Get() [2/2]

template<int RowsT, int ColsT, class MatrixT >
template<int RowT, int ColT>
Scalar& vtkMatrixUtilities::detail::Wrapper< RowsT, ColsT, MatrixT, Layout::Diag, false >::Get ( MatrixT &  M)
inline

Definition at line 301 of file vtkMatrixUtilities.h.


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