Typedefs | |
| using | MatrixDense = Eigen::Matrix< c_float, Eigen::Dynamic, Eigen::Dynamic > |
| using | VectorDense = Eigen::Matrix< c_float, Eigen::Dynamic, 1 > |
| using | MatrixConstRef = Eigen::Ref< const MatrixDense > |
| using | VectorConstRef = Eigen::Ref< const VectorDense > |
| using | MatrixSparse = Eigen::SparseMatrix< c_float > |
| using | MatrixCompressSparseConstRef = Eigen::Ref< const MatrixSparse, Eigen::StandardCompressedFormat > |
| using MatrixCompressSparseConstRef = Eigen::Ref<const MatrixSparse, Eigen::StandardCompressedFormat> |
| using MatrixConstRef = Eigen::Ref<const MatrixDense> |
| using MatrixDense = Eigen::Matrix<c_float, Eigen::Dynamic, Eigen::Dynamic> |
| using MatrixSparse = Eigen::SparseMatrix<c_float> |
| using VectorConstRef = Eigen::Ref<const VectorDense> |
| using VectorDense = Eigen::Matrix<c_float, Eigen::Dynamic, 1> |