ATLAS Offline Software
Loading...
Searching...
No Matches
lwtDev::MatrixLayer Class Reference

#include <Stack.h>

Inheritance diagram for lwtDev::MatrixLayer:
Collaboration diagram for lwtDev::MatrixLayer:

Public Member Functions

 MatrixLayer (const MatrixXd &matrix)
virtual VectorXd compute (const VectorXd &) const override

Private Attributes

MatrixXd m_matrix

Detailed Description

Definition at line 116 of file Stack.h.

Constructor & Destructor Documentation

◆ MatrixLayer()

lwtDev::MatrixLayer::MatrixLayer ( const MatrixXd & matrix)

Definition at line 208 of file Stack.cxx.

208 :
209 m_matrix(matrix)
210 {
211 }
MatrixXd m_matrix
Definition Stack.h:122

Member Function Documentation

◆ compute()

VectorXd lwtDev::MatrixLayer::compute ( const VectorXd & in) const
overridevirtual

Implements lwtDev::ILayer.

Definition at line 212 of file Stack.cxx.

212 {
213 return m_matrix * in;
214 }

Member Data Documentation

◆ m_matrix

MatrixXd lwtDev::MatrixLayer::m_matrix
private

Definition at line 122 of file Stack.h.


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