Skip to content

Declaration of Vector and Matrix gives an error which changes the meaning of those properties #215

Answered by vaithak
Neel-Shah-29 asked this question in Q&A

You must be logged in to vote

This is an error due to conflicting names given to different types. You can use MT and VT as used everywhere else in the codebase.
MT for Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>
VT for Eigen::Matrix<T, Eigen::Dynamic, 1>

Similarly, for other conflicting types, like typedef Matrix<IPMDouble> Matrix can be removed and so on.

Replies: 1 comment 2 replies

You must be logged in to vote
2 replies
@shahpratham

@Neel-Shah-29

Answer selected by vissarion
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
3 participants