Go to the documentation of this file.
31 #ifndef CERES_INTERNAL_EIGEN_H_
32 #define CERES_INTERNAL_EIGEN_H_
65 template <
int num_rows = Eigen::Dynamic,
int num_cols = Eigen::Dynamic>
93 #endif // CERES_INTERNAL_EIGEN_H_
Eigen::Map< const Eigen::Matrix< double, num_rows, 1 > > ConstVectorRef
Holds strides information for Map.
Eigen::Map< Eigen::Matrix< double, num_rows, num_cols, Eigen::RowMajor > > MatrixRef
Eigen::Map< Vector > VectorRef
Eigen::Map< ColMajorMatrix, 0, Eigen::Stride< Eigen::Dynamic, 1 > > ColMajorMatrixRef
Eigen::Map< const ColMajorMatrix, 0, Eigen::Stride< Eigen::Dynamic, 1 > > ConstColMajorMatrixRef
Eigen::Map< Eigen::Matrix< double, num_rows, 1 > > VectorRef
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > Matrix
Eigen::Matrix< double, num_rows, num_cols, Eigen::RowMajor > Matrix
Eigen::Map< const Vector > ConstVectorRef
A matrix or vector expression mapping an existing array of data.
Eigen::Map< const Eigen::Matrix< double, num_rows, num_cols, Eigen::RowMajor > > ConstMatrixRef
Eigen::Map< Matrix > MatrixRef
Eigen::Matrix< double, num_rows, 1 > Vector
Eigen::Map< const Matrix > ConstMatrixRef
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::ColMajor > ColMajorMatrix
Eigen::Matrix< double, Eigen::Dynamic, 1 > Vector
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:32:28