ATLAS Offline Software
|
#include <Stack.h>
Public Member Functions | |
MatrixLayer (const MatrixXd &matrix) | |
virtual VectorXd | compute (const VectorXd &) const override |
Private Attributes | |
MatrixXd | m_matrix |
lwtDev::MatrixLayer::MatrixLayer | ( | const MatrixXd & | matrix | ) |
|
overridevirtual |
Implements lwtDev::ILayer.