#include "util.h"
Namespaces | |
namespace | Eigen |
Classes | |
class | MatrixBase |
internal base class More... | |
Functions | |
template<typename T, typename Derived, typename VectorType, typename LUDecompositionType> | |
VectorType | operator* (const VectorType &v, const MatrixBase< T, Derived, VectorType, LUDecompositionType > &m) |
template<typename T, typename Derived, typename VectorType, typename LUDecompositionType> | |
Derived | operator* (const T &factor, const MatrixBase< T, Derived, VectorType, LUDecompositionType > &v) |
template<typename T, typename Derived, typename VectorType, typename LUDecompositionType> | |
VectorType & | operator*= (VectorType &v, const MatrixBase< T, Derived, VectorType, LUDecompositionType > &m) |
template<typename T, typename Derived, typename VectorType, typename LUDecompositionType> | |
std::ostream & | operator<< (std::ostream &s, const MatrixBase< T, Derived, VectorType, LUDecompositionType > &m) |