- introduce sum() returning the sum of the coeffs of a vector

- reimplement trace() as just diagonal().sum()
- apidoc fixes
This commit is contained in:
Benoit Jacob
2008-03-15 11:05:38 +00:00
parent fb3438e609
commit 29184ad27d
7 changed files with 121 additions and 91 deletions

View File

@@ -26,12 +26,12 @@
#ifndef EIGEN_MATRIXSTORAGE_H
#define EIGEN_MATRIXSTORAGE_H
/** \class ei_matrix_storage
/** \internal
*
* \class ei_matrix_storage
*
* \brief Stores the data of a matrix
*
* \internal
*
* This class stores the data of fixed-size, dynamic-size or mixed matrices
* in a way as compact as possible.
*