ATLAS Offline Software
Public Types | Static Public Member Functions | List of all members
SG::Zero< Eigen::Matrix< SCALAR, ROWS, COLS, OPTIONS, MAXROWS, MAXCOLS > > Struct Template Reference

#include <TrackingPrimitives.h>

Collaboration diagram for SG::Zero< Eigen::Matrix< SCALAR, ROWS, COLS, OPTIONS, MAXROWS, MAXCOLS > >:

Public Types

typedef Eigen::Matrix< SCALAR, ROWS, COLS, OPTIONS, MAXROWS, MAXCOLS > Matrix
 

Static Public Member Functions

static Matrix zero ()
 

Detailed Description

template<typename SCALAR, int ROWS, int COLS, int OPTIONS, int MAXROWS, int MAXCOLS>
struct SG::Zero< Eigen::Matrix< SCALAR, ROWS, COLS, OPTIONS, MAXROWS, MAXCOLS > >

Definition at line 620 of file TrackingPrimitives.h.

Member Typedef Documentation

◆ Matrix

template<typename SCALAR , int ROWS, int COLS, int OPTIONS, int MAXROWS, int MAXCOLS>
typedef Eigen::Matrix<SCALAR, ROWS, COLS, OPTIONS, MAXROWS, MAXCOLS> SG::Zero< Eigen::Matrix< SCALAR, ROWS, COLS, OPTIONS, MAXROWS, MAXCOLS > >::Matrix

Definition at line 622 of file TrackingPrimitives.h.

Member Function Documentation

◆ zero()

template<typename SCALAR , int ROWS, int COLS, int OPTIONS, int MAXROWS, int MAXCOLS>
static Matrix SG::Zero< Eigen::Matrix< SCALAR, ROWS, COLS, OPTIONS, MAXROWS, MAXCOLS > >::zero ( )
inlinestatic

Definition at line 623 of file TrackingPrimitives.h.

624  {
625  Matrix m;
626  m.setZero();
627  return m;
628  }

The documentation for this struct was generated from the following file:
Matrix
Definition: Trigger/TrigT1/TrigT1RPChardware/TrigT1RPChardware/Matrix.h:15
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91