|
Visual Computing Library
devel
|

Public Member Functions | |
| void | deserialize (std::istream &is) |
| template<typename OtherDerived > | |
| Matrix (const Eigen::MatrixBase< OtherDerived > &other) | |
| template<typename OtherDerived > | |
| Matrix & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
| void | serialize (std::ostream &os) const |
Private Types | |
| using | Base = Eigen::Matrix< Scalar, R, C > |