Square Symmetric matrices
|
| | MatrixSquareSymmetricSim () |
| |
| | MatrixSquareSymmetricSim (const MatrixSquareSymmetricSim &m)=delete |
| |
| MatrixSquareSymmetricSim & | operator= (const MatrixSquareSymmetricSim &m)=delete |
| |
| | MatrixSquareSymmetricSim (const AMatrix *m, bool inverse=true) |
| |
| virtual | ~MatrixSquareSymmetricSim () |
| |
| const AMatrix * | getMatrix () const |
| |
| int | getSize () const override |
| |
| bool | isSparse () const |
| |
| bool | isInverse () const |
| |
| bool | isEmpty () const |
| |
| | ASimulable () |
| |
| virtual | ~ASimulable () |
| |
| int | evalSimulate (const VectorDouble &whitenoise, VectorDouble &outv) const |
| |
| VectorDouble | evalSimulate (const VectorDouble &whitenoise) const |
| |
| int | evalSimulate (const VectorEigen &whitenoise, VectorEigen &outv) const |
| |
| int | addSimulateToDest (const VectorDouble &whitenoise, VectorDouble &outv) const |
| |
| int | addSimulateToDest (const VectorEigen &whitenoise, VectorEigen &outv) const |
| |
| int | evalSimulate (const Eigen::VectorXd &whitenoise, Eigen::VectorXd &outv) const |
| |
| int | addSimulateToDest (const Eigen::VectorXd &whitenoise, Eigen::VectorXd &outv) const |
| |
| virtual | ~ALinearOp () |
| |
| int | evalDirect (const VectorDouble &inv, VectorDouble &outv) const |
| |
| VectorDouble | evalDirect (const VectorDouble &in) const |
| |
| int | evalDirect (const VectorEigen &inv, VectorEigen &outv) const |
| |
| int | addToDest (const VectorDouble &inv, VectorDouble &outv) const |
| |
| int | addToDest (const VectorEigen &inv, VectorEigen &outv) const |
| |
| int | evalDirect (const Eigen::VectorXd &inv, Eigen::VectorXd &outv) const |
| |
| int | addToDest (const Eigen::VectorXd &inv, Eigen::VectorXd &outv) const |
| |