mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add snippet for sub/super diagonal
fix a few doc issues
This commit is contained in:
@@ -79,16 +79,6 @@ namespace unsupported {
|
||||
*/
|
||||
//@{
|
||||
|
||||
/** \class Foo
|
||||
* \brief a foo class
|
||||
*/
|
||||
class Foo : public MatrixBase<Foo> {
|
||||
public:
|
||||
/** a member
|
||||
* \see MatrixBase::sum() */
|
||||
void member() {}
|
||||
};
|
||||
|
||||
} // namespace unsupported
|
||||
|
||||
} // namespace Eigen
|
||||
|
||||
Reference in New Issue
Block a user