ARTS  2.3.1285(git:92a29ea9-dirty)
TransmissionMatrix::Weights< N > Struct Template Reference

Struct of far and close weights. More...

#include <transmissionmatrix.h>

Public Attributes

Eigen::Matrix< Numeric, int(N), int(N)> far
 
Eigen::Matrix< Numeric, int(N), int(N)> close
 

Detailed Description

template<size_t N>
struct TransmissionMatrix::Weights< N >

Struct of far and close weights.

Definition at line 331 of file transmissionmatrix.h.

Member Data Documentation

◆ close

template<size_t N>
Eigen::Matrix<Numeric, int(N), int(N)> TransmissionMatrix::Weights< N >::close

Definition at line 331 of file transmissionmatrix.h.

◆ far

template<size_t N>
Eigen::Matrix<Numeric, int(N), int(N)> TransmissionMatrix::Weights< N >::far

Definition at line 331 of file transmissionmatrix.h.


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