81 A_ = boost::make_shared<MatrixType>(3, 4);
82 B_ = boost::make_shared<MatrixType>(4, 3);
83 C_ = boost::make_shared<MatrixType>(3, 3);
84 *
A_ << -14.834628974133, -15.729764770592, 56.292839002858, 30.766363712773,
85 79.595747995303, -8.356622426449, 20.840197237638, 83.801095382748,
86 87.889866880787, 13.75327399942, 86.730656404499, -0.46420627108677;
88 *B_ << 23.588885367543, 49.667231605868, -86.700220187964,
89 51.392601274063, -77.511392742378, 23.389497301117,
90 -78.475202879706, -62.60684915327, -42.39206607192,
91 59.595164405161, 2.1025961854091, 65.787705013259;
99 MatrixPtr D = boost::make_shared<MatrixType>(3, 4);
100 MatrixPtr E = boost::make_shared<MatrixType>(4, 3);
101 MatrixPtr F = boost::make_shared<MatrixType>(3, 3);
vector< MatrixPtr > spectrumList_
boost::shared_ptr< MatrixType > MatrixPtr